Page 404 - ComputerScience_Class_11
P. 404
3. Click on the setup file to start installation. The Python Setup wizard appears.
4. Click on the Install Now button.
After the setup progress is complete, the message Setup was successful will be displayed. Now, Python is available in
your Start menu and also as a shortcut on the desktop. When you open Python, the Python IDLE shell window opens.
IDLE stands for Integrated Development and Learning Environment. It is a code editor that helps you write and execute
Python programs in the editor itself.
12.4 POPULAR IDEs FOR PYTHON
Python programmers use different Integrated Development Environments (IDEs) to write, test and run their programs.
Each IDE has its own features and is suitable for different types of users and tasks. Some IDEs are simple and ideal
for beginners, while others are more advanced and used for large projects or data analysis. Let us understand some
commonly used Python IDEs.
402 Touchpad Computer Science (Ver. 3.0)-XI

