Sanjay schrieb: > I use Eclipse + PyDev + subversion + ... If you like to have a really integrated dev environment, that is one of the best solutions. You can make use of all the great plug-ins like Mylyn (that in turn integrates with Trac) or database tools - so you can model your database or edit data in the same environment. Btw, Eclipse has two plug-ins for Subversion - "Subclipse" worked better for me (particularly with Mylyn).
Other great Python IDEs are ActiveState Komodo, Wing or PyScripter (the last one only on Windows, but quite nice and free). If you don't like an integrated dev environment, or for smaller tasks, there are dozens of good standalone Python editors (including the already mentioned all-time favorites vi and emacs). The Python wiki has a good summary: http://wiki.python.org/moin/PythonEditors -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

