- 1
Python in Linux
If you're doing this in any Linux distro, just write your code in any text editor (Mousepad for example). Add: #!/usr/bin/env/ python at beginning of your programs and when you execute them just open terminal and type in: python file_location/file_name.extension if you want your syntax to be coloured like it is here, just write .py instead of .txt when you save your files.
1 Answer
+ 1
or use idle / idle3 if you have a window manager on linux