Eclipse combined with Pydev is a good choice to develop Python applications.
Download and install the newest version of Eclipse from the official website. Choose Eclipse Classic if you think you don't need additional features in other packages.
After Eclipse installation follow Pydev installation instructions.
This IDE will help you organizing your Python project as Python project but not PyS60 i.e: there are no shortcut to launch the emulator and PyDev doesn't know the PyS60 libraries.
In order to make Eclipse stopping to complain about the unknown PyS60 libraries, you need to update the PYTHONPATH
If you are using PyS60 1.9/2.0 use add "New Egg/Zip(s)" button instead and let it point to python25.zip which you can found in the newest Python_1.9.x_SDK_3rdEdFPx.zip.
It then stops complaining for the Python written libraries (excluding DLL: '.pyd'), and you should have basic code completion.
With the emulator running in parallel, you just need to choose the script to run after saving it.
No related wiki articles found