Thread: Compiler
View Single Post
Old May 30th, 2006, 12:57 PM   #3
Edgar
Programmer
 
Edgar's Avatar
 
Join Date: May 2006
Location: Bathroom
Posts: 43
Rep Power: 0 Edgar is on a distinguished road
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.
Edgar is offline   Reply With Quote