Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Compiler (http://www.programmingforums.org/showthread.php?t=10009)

Edgar May 26th, 2006 5:01 PM

Compiler
 
Do I need a compiler or text editor to star programming with Python?
or how Python works?

Arevos May 26th, 2006 5:08 PM

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.

free-zombie May 27th, 2006 1:27 PM

but if you don't use a GUI (you won't at first) you just start it from a command line. As Arevos said, you only *need* the actual python interpreter. But a good text editor never does no harm. Python comes with IDLE, which is ok; I recommend SciTE (or VIM if you have no problem spending a few weeks learning how to use an editor properly ;) )

DaWei May 27th, 2006 2:37 PM

I'm using the Boa Constructor IDE. It's pooty good, and has wx-Widgets (or whatever it's called, these days) hung on it, to boot.

Edgar May 30th, 2006 12:57 PM

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.


All times are GMT -5. The time now is 7:53 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC