Page 96 - 2403_Trackpad_V5.1_C6_Fb
P. 96
Click on the Download
Python 3.12.6 button.
After downloading the Python setup, run it to install.
Once Python is installed, we will use IDLE to write and run Python programs. IDLE stands for
Integrated Development Learning Environment and it is the most popular graphics-based
development environment that allows us to type, edit, run and debug the Python programs.
STARTING IDLE PYTHON
To open IDLE, follow the given steps:
1 Type python
in search box.
Menu bar Control buttons
Command Prompt
2 Click on IDLE (Python
3.12.5 64-bit) option.
COMPONENTS OF THE IDLE SHELL WINDOW
Let’s see the main components of the IDLE Shell window:
Menu bar: It has various menus such as File, Edit, Shell.
Command Prompt: It allows the user to enter commands directly into Python and get an output
instantly by pressing the Enter key.
Control buttons: These buttons are used to resize and close the window.
94 Premium Edition-VI

