table of contents
other versions
- testing 3.1.2-1
- stretch-backports 3.0.5-1~bpo9+1
- unstable 3.1.2-1
THONNY(1) | General Commands Manual | THONNY(1) |
NAME¶
thonny - Python IDE for beginnersSYNOPSIS¶
thonny [FILE...]DESCRIPTION¶
Thonny is a Python IDE for learning and teaching programming.BASIC USAGE¶
On the first run you see a code editor and the Python shell.Enter some Python code (eg. print("Hello world") ) into the editor and save the file with Ctrl+S.
Now run the code by pressing F5. You should see the output of the program in the Python shell.
You can also enter Python code directly into the shell.