On Sun, Apr 11, 2010 at 4:53 PM, cd34 <mcd...@gmail.com> wrote:
> When you start a Pylons project, what packages do you usually start
> with in your software stack?

repoze.who/what from the base and then some custom stuff we reuse for
our internal apps.


> Is anyone using an IDE for development?  I generally use svn & vi/
> emacs but have considered moving to something a bit more 20th century.

I'm a vim guy through and through. Best change I made ditching the
pydev/wingide/etc I think.

Check out ropevim for some yummy vim/python goodness with refactorings
and really good 'go to definition' features. pep8 package with the
pep8 plugin is handy as well.

My vim config:
http://github.com/mitechie/pyvim

>
> For agile development, what other packages am I missing that might
> make development a bit quicker?

I always start out with fabric, sqlalchemy-migrate, sphinx, and ipython.


Just notes from my corner. Still new to pylons but having fun getting
things figured out and running.

Rick

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to