Question: How to get Python IDE?
Answer:
1. Linux Versions such as Ubuntu: I have on my Lenovo 3000 N100 Laptop only Ubuntu. We can go to command-line. Select and copy the following three commands with Control C.
sudo apt-get install python-2.5
sudo apt-get install python-2.5-docs
sudo apt-get install idle
Paste them in command line using right click, paste option. Control P does not work in command-line. Python-2.5 is the actual python. Docs is the help file. IDLE is the editor-cum-runner.
After installation, the python IDE and its icon, will appear in your Main Menu under "programming". You can click it and open the window. You can click and drag one icon to your task bar at the bottom, everready for use. After opening the IDE, YOU can open the main.py file in the tunescript folder. For this, instead of new, you can select the 'open' and go to the tunescript folder and click the main.py file. Once you open the main.py file at least once, it will appear in "recent files". You can repeatedly use it by clicking main.py from the recent files.
After the main.py file opens, select 'run' option and the sub-option run module or f5. Then, your tunescript window will open for typing the notes/pasting the notes already prepared.
2. Windows Installer: I have not worked with this. But it is available at the website of python.org. Here is the link: click here to go to python.org.. In the left sidebar, you will see Quick-downloads. You will find the windows installer there. I have not tried this, because in a linux system, I cannot install windows programs.
After installing the python IDE with the windows installer, you can open main.py file, by following the procedure explained above.
No comments:
Post a Comment