I use Crunchbang Linux. Based off of the Juanty Ubuntu distro 9.04. Python 2.6.2. My favorite IDE of choice is Eric 4.4.5. I'm a recent fan of mechanize. The only GUI experience I have is PyGame.
For the benefit of those of us who answer questions, PLEASE REPLY in this thread with your operating system, version of python that you are using, editor/IDE, and anything extra like GUI toolkits, etc. Thank you very much.
Linux ubuntu version 10.04 ie lucid lynx.
Editor vim version 7.2.330
Browser firefox 3.6.7
Python 2.6.5 and 3
We also have a couple of old sandboxed RH Linux 9 machines running astronomical tasks, they run python 2.2.2.
We looked at v3, but no one here is in the least interested in a version that can't directly run already existing source code, so 2.x is it.
We typically write on the 2.2.2 platforms and then move the code to the 2.5.1 Mac platform; that way everything works everywhere. Compatibility is critical for us.
No IDE, per se - we write in a python-syntax aware editor, though, which simply highlights keywords and so on.
Comment