Computer Science Canada

just starting python

Author:  wallc++ [ Mon Sep 07, 2009 9:37 pm ]
Post subject:  just starting python

my friend told me to try programming in python so i thought i would give it a try but where can i find a platform to program in im going to use a book called dive into python if anyone knows of any better books let me know thanks

Author:  DtY [ Mon Sep 07, 2009 9:51 pm ]
Post subject:  RE:just starting python

What do you mean by a platform to program in?
An IDE?

(if yes)
I personally hate IDEs, and I'd say go for a plain text editor with syntax highlighting. If you're on windows, Idle is a pretty good choice, it's in between a text editor, and an IDE, and was made for python, in python.
[edit] I'm pretty sure Idle comes with Python on Windows & Mac

Author:  wallc++ [ Mon Sep 07, 2009 11:44 pm ]
Post subject:  Re: just starting python

thanks do you know of anywhere i can get the download for xp?

Author:  Zren [ Mon Sep 07, 2009 11:55 pm ]
Post subject:  RE:just starting python

http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi

or if you have a AMD64 processor:
http://www.python.org/ftp/python/2.6.2/python-2.6.2.amd64.msi


: