Introduction to
Python
What is Python?
Python is a popular high-level programming
language known for its simplicity and versatility.
Created in early 90's by Guido von Rossum at
Stichting Mathematisch Centrum in the Netherlands.
The name was not derived from a type of snake!
The name of the Python programming language
comes from an old BBC television comedy sketch
series called Monty Python's Flying Circus
2
Why Python?
Readability and Simplicity
Versatility and Flexibility
Extensive Ecosystem
Strong Community Support
Cross-platform Compatibility
Integration Capabilities
Job Opportunities and Career Growth
3
Why Python?
4
Shortcomings of Python
Relatively slower than C or C++
Not popular for mobile and game development
Consumes more memory than C and C++
Lack of proper version compatibility
Larger file size
5
What is IDE?
IDE stands for Integrated Development Environment.
It is a software application that provides
comprehensive tools and features to facilitate
software development.
In the context of Python programming, an IDE
specifically designed for Python provides a
convenient and efficient environment for writing,
testing, and debugging Python code.
6
Some Popular IDEs
PyCharm
Visual Studio Code (VS Code)
IDLE (Python's default IDE)
Spyder
Atom
Sublime Text
Jupyter Notebook/ JupyterLab
7
8
9
That’s All
For Today!
10