![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2006
Location: Bathroom
Posts: 43
Rep Power: 0
![]() |
Compiler
Do I need a compiler or text editor to star programming with Python?
or how Python works? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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.
|
|
|
|
|
|
#3 |
|
Programmer
|
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
) |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 | |
|
Programmer
Join Date: May 2006
Location: Bathroom
Posts: 43
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|