2. Introduction to Python[1]
2. Introduction to Python[1]
TO PYTHON
Python trainer :
Chenna Kesava Rao Ramisetti
• Python is a General-purpose
programming language.
• Python is a High level programming
language.
• Python is a Interpreted language.
• Python is a Scripting language.
• Python is a dynamically typed
programming language.
• Python is both procedure oriented and
object-oriented programming PYTHON
language.
• Python is a Case sensitive language.
History of Python
• Python was introduced in early
1990s.
• It was introduced by Guido Van
Rossum.
• First version of python released in
1991.
• The name ‘Python’ is a reference
to the British comedy web series
‘Monty Python’s Flying Circus’.
• Python 2 and Python 3 are two
stable versions of python.
Python Features
• Easy syntax.
• Open source.
• Cross platform.
• Huge standard libraries.
• Easy to learn, use and
deploy.
• Used in many fields.
• Memory management.
• Community and support.
Python Applications
• Web development
• Game development
• Data analytics
• Data science
• Machine learning
• Image processing
• Video processing
• Automation
• Artificial intelligence
Download and Installation
Integrated Development
Environment(IDE)
• IDE stands for Integrated Development
Environment.
• IDE is a software application where we can write,
edit, execute and debug programs.
• Popular IDEs used for python are PyCharm, VSCode,
Jupyter Notebook, Sublime text, IDLE and Spyder.