Articles → Python → Create Your First Python Program
Create Your First Python Program
Download Python
- Navigate to https://www.python.org/
- Go to ‘Download’ → Select Python 3.10.7
Click to Enlarge
- Once you click on ‘Python 3.10.7’, a file with extension .exe will be downloaded.
IDLE
Click to Enlarge
Click to Enlarge
Create Your First Program
- Click on File → New File
Click to Enlarge
- A blank window will appear as shown in the figure below
Click to Enlarge
- Here you can write your traditional ‘hello world program’.
Click to Enlarge
Save The File
- Go to File → Save.
Click to Enlarge
- A popup window will appear to save the file on the hard drive. Click the file name as ‘Hello.py’
Click to Enlarge
- Click on ‘Save’.
Click to Enlarge