Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gmmastros on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No syntax colouring in IDLE (non-interpreter)

Status
Not open for further replies.

Edrihan

Programmer
Mar 20, 2005
1
0
0
CA
Well, I just started with Python, but I know some other languages (C++, Actionscript, ..)

I was reading a beginners tutorial on IDLE and I like it but in the example he gave, there was syntax colouring in the window that doesn't have the '>>>' at the beginning of lines. In mine, it's all black. (Sorry that I don't know Python terminology) Am I just missing an option of something? Also, if someone could point me in the direction of good beginners' tutorials that would be sweet.
 
Don't think IDLE has color coding. However, there is a win32 extension editor you can download from python.org that has IDLE built in. That's color coded, and the editor is nice as well.

Soul Pumpkin
 
On Linux/Unix, if you type python, you enter the interpreter.
If you type idle, with X, you get a GUI interpreter.
File, New will open a blank worksheet which will have syntax highlighting and autocompletion etc.
You can also use other editors like jed (but no auto completion)
Check for others


"If you always do what you've always done, you will always be where you've always been."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top