Python I
Python I
to Python Coding
“Every leaf fall is
not the end but it
is the beginning”
Lesson Outline:
o What is python?
o Relationship to other languages
o Features of python
o Basic requirements for Python
o Different types of Code Editors
o Demonstration to save and run the files on IDLE
o Use of print() function
o Learners Activity
What is python?
Python is a high-level, interpreted programming
language known for its simplicity, readability, and
versatility.
Founder of Python:
• Guido van Rossum
• Born on 31/01/1956
• Dutch programmer
• In the year 1989
1. Computer Set/mobile
2. IDLE/Pydroid3 (Code editor)
Code Editors
1. IDLE
2. Sublime Text.
3. Atom For iPhone or iPad users
4. Pycharm
5. Visual studio code.
6. Jupyter
7. Spyder
8. PyDev
What is IDLE?
Shell Window
Displays the output
•Editor Window
Is used to write source code
Create, save and run programs
1.Open IDLE
2.New Python Program from file menu
3.Write code (in editors window)
4. Save Python Program with (dot py extension
(eg. aieelaa.py)
5.Run Python Program
What is print() function in python?
Is a function which helps us to
display/generate the output
Sample coding to generate "Hello,
we are python lovers"