Page 237 - CTS - CSA TP - Volume 2
P. 237
COMPUTER SOFTWARE APPLICATION - CITS
Method 2: UsingPython IDLE
Python IDLE (Integrated Development and Learning Environment) is an integrated development environment
for Python. It is a simple and lightweight IDE that comes bundled with the Python programming language. IDLE
provides a convenient environment for writing, testing, and debugging Python code.
1 Open IDLE:
• Launch IDLE by searching for it in your computer’s applications or programs menu.
• On Windows, you can also open it by searching for “IDLE” in the Start menu.
2 Create a New File:
• In IDLE, go to the “File” menu and choose “New File” to open a new script editor window.
222
CITS : IT & ITES - Computer Software Application - Exercise 121