Python Web Frameworks

13 views
Skip to first unread message

Brian Borncamp

unread,
Feb 4, 2013, 9:09:55 PM2/4/13
to buffalo-ope...@googlegroups.com
Can anybody personally recommend a python web framework that emphasizes convention over configuration and has an ORM? I've used django a bit in the past. However, after doing a little bit with rails I've come to realize how much unnecessary baggage comes with Django (urlconf's, defining template dir's, imports on every model/view file, etc.). However, I will say I do like Django's ORM setup, it's model views, and templating system. The main thing that bothers me is how much unnecessary configuration there is. Does anybody have any personal recommendations for rapid web development in python in this regard? 

Nick DiRienzo

unread,
Feb 4, 2013, 9:12:06 PM2/4/13
to buffalo-ope...@googlegroups.com

I love flask for rapid prototyping and in general. You can include whatever you need and it comes with like no baggage. For orm you can use sqlalchemy too.

Nick

On Feb 4, 2013 9:09 PM, "Brian Borncamp" <brianb...@gmail.com> wrote:
Can anybody personally recommend a python web framework that emphasizes convention over configuration and has an ORM? I've used django a bit in the past. However, after doing a little bit with rails I've come to realize how much unnecessary baggage comes with Django (urlconf's, defining template dir's, imports on every model/view file, etc.). However, I will say I do like Django's ORM setup, it's model views, and templating system. The main thing that bothers me is how much unnecessary configuration there is. Does anybody have any personal recommendations for rapid web development in python in this regard? 

--
 
---
You received this message because you are subscribed to the Google Groups "Buffalo OpenCoffee Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to buffalo-opencoffe...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Nick DiRienzo

unread,
Feb 4, 2013, 9:14:26 PM2/4/13
to buffalo-ope...@googlegroups.com

I should have linked but I'm on my phone: flask.pocoo.org. The site has a great quick start guide and other documentation. Any questions feel free to email.

Nick

Joseph Hsu

unread,
Feb 4, 2013, 9:16:28 PM2/4/13
to BUF Open Coffee Club
Hey, any thoughts on web.py? or think that's too far from a full framework?

From,
Joseph Hsu
http://josephhsu.com | @jhsu

Nick DiRienzo

unread,
Feb 4, 2013, 9:27:41 PM2/4/13
to buffalo-ope...@googlegroups.com
I personally feel like web.py is more outdated than Flask but similar in distance from a full framework. I first started writing for the web using web.py, but then Flaks came into my life. I mean there's also others like CherryPy and bottle.py which are just as lightweight and include-what-you-need frameworks. 
Reply all
Reply to author
Forward
0 new messages