I prefer SublimeText most of the time. If I need refactoring support, then I use PyDev/Aptana in Eclipse. Eclipse can provide auto-completion based your existing Python libraries and code snippet completion. I think SublimeText can do something similar. These are my more full-featured environments.
I used to use Boa Constructor with Bicycle Repair Man for refactoring, but Boa Constructor is a bit dated and lacks some features you might want today. Its refactoring might still be better than PyDev's; I don't know. For interesting interactivity with matplotlib graphs, you might try using LightTable: http://www.chris-granger.com/2013/04/28/light-table-040/. LightTable probably doesn't have all the features you want, but its interactivity is a killer feature. It's because of the similar but better interactivity in Chrome DevTools that I've moved to DevTools for most JavaScript work. I wish I knew what vim offers, but I've never taken enough time to get comfortable with it. Tim On 11/27/2015 01:42 PM, Robert James Liguori wrote: > What is the ideal development environment when working with > TurboGears2, matplotlib and SQLAlchemy with a rest interface? > > That is, please list out all helpful resources if anyone has the time. > > Note that I've been trying to find an IDE that directly supports TG2 > and I can't find one... so I'm thinking now not to use one and just to > leverage off of vim and other resources. > > Thanks, > Robert -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

