Wednesday, June 13, 2012

1.5 Using Python from the command line


If you don’t want to use Python from the command line, you don’t have too, just use IDLE. To get into interactive
mode just type python with out any arguments. To run a program create it with a text editor (Emacs has a good
python mode) and then run it with python program name

No comments:

Post a Comment