PYTHON
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
It is used for:
- Web development
- Artificial Intelligence (AI)
- Data analysis
- Automation
- web development
- software development
- mathematics
- system scripting
Why Choose Python?
Python Syntax compared to other programming languages
Python is designed to be easy to read and understand, almost like normal English.
Differences from other languages:
-
Uses new lines
In Python, each command is written on a new line
(no need for;like in other languages)
-
No complicated symbols
Other languages often use{}or;
Python is cleaner and simpler
-
Uses indentation (spaces/tabs)
Python uses spacing to organise code
This shows which part belongs to loops, functions, etc.
Simple Example
======================================if 5 > 2:
print("Five is greater than two")======================================Notice:
- No
{ }- Uses indentation to show structure
Disadvantages of Python???
- Slower than other languages like C
- Not suitable for very heavy systems (low-level)
How Instagram Uses Python: Scaling the World’s Largest Django Application | by Coders Stop | Python in Plain EnglishReal World Uses of Python
Python is used by big companies like: Google- How Google Uses Python: A Comprehensive Guide - ExpertBeacon Netflix- (2) Real-World Use Cases of Python at Netflix: Driving Innovation in Streaming | LinkedIn Instagram-In my opinion, Python is highly suitable for beginners, as its simple structure makes it easy to learn while still supporting a wide range of uses such as web development, applications, and multimedia projects.here i share some of YouTube channel that i use to learn as a beginners.Thank you for following me "_ "


.jpeg)



