May 30th, 2006, 12:57 PM
|
#3
|
|
Programmer
Join Date: May 2006
Location: Bathroom
Posts: 43
Rep Power: 0 
|
Quote:
|
Originally Posted by Arevos
Python works by compiling code into a custom, platform-independant bytecode format on the fly, then executing this. In practise, this means you just download Python and install it, write your script as a text file, save it with the ".py" extension, and then double-click to run.
|
Thank you.
|
|
|