Page 59 - Computing Book 7
P. 59
Programming the Computer (Python) Class 7
There are tens of thousands of famous python websites on the internet, few of them are listed:
• Google • Netflix • Spotify
• Uber • Dropbox • Pinterest
• Reddit • Facebook • Amazon
Python is a Programming language is popular because of its easy syntax. We will start writing some
code in PYTHON IDLE (Integrated Development and Learning Environment).
File menu for
basic operations
like opening,
saving and
printing
programs
Shell Menu to
reset the
environment
Debug to check
your program
from any
errors
Writing a Program in Python:
• Open File menu and select New File or press Ctrl+N.
• Type→ print ("My first program in Python")
• Open File menu and save the program or press Ctrl+S.
• Run the program from the Run menu or press Ctrl+F5.
Program written python Output of Program
The City School/Academics/Computing Curriculum/Class7/2020-2021 Page 58 of 95

