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
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.
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