On Wed, 2007-17-10 at 13:18 -0700, Wu-Man wrote: > Hi all, > > I'm new to TurboGears. I was wondering if there is a preferred Python > source code editor or some sort of IDE environment for development in > TurboGears that anyone can recommend.
I don't think there is any clear Gears specific winner. I personally like using GVIM for web dev with python because: - I find in web dev, especially templates and javascript, there is a lot of repetitive typing and editing, so making vim macros and functions is very useful - you can run python code on your text and evaluate python from within the editor - filtering the buffers through external perl one liners is very useful - I like using the same editor for everything and making html specific rules is easy - I *don't* find that remembering parameters or function signatures is ever a problem, so the lack of code completion doesn't bother me YMMV! Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

