My OS is Windows XP (i want to install Unix on it but its not my computer...)
I'm using Python 2.5
I edit primerely in IDLE, and seldom use Emacs,
lately... I've been trying stuff with pygame, its pretty fun.
but I've only started programming 4-5 days ago... so not much info here
Windows "why-did-i-ever-get-it?" Vista, 32 bit
Python 2.5.2, creating my stuff in Notepad++, running them by dragging them on this batch-file:
[code=Batch]cd "c:\Python2 5"
python %1
pause[/code]
I'm probably going to add wxPython and PyOpenGL, once I'm done learning the Python basis.
OS: MS Server 2003
Python: 2.5.X with matching version of scipy
IDE: Eclipse with Pydev extension
Version control: SVN in Eclipse with SubClipse extension
Shell:IPython
Comment