Would like to know what is the best F/OSS IDE for Python Web development. I’ve always used vim myself, but I’m increasingly interested in having a tool that integrates syntax checking/highlighting, source control, debugging, and other IDE goodies.
I use both Windows and Linux as desktops, so recommendations for either platform are welcome!
Thanks,
-aj
Might take some getting used to but Eclipse with the python extension – PyDev – works for me. It took a bit of getting-used-to though as Eclipse is generally meant for Java (or perhaps because I wasn’t familiar with it). But it’s a good open source option.