[CentralOH] CherryPy, Flask, or Django
Thomas Winningham
winningham at gmail.com
Mon Nov 26 17:49:42 CET 2012
I spend a lot of time with experiments or prototypes, and in that regard I
enjoy Flask quite a bit. It is rather quick to go from "some random
function that does something" to the same but on a web page. These things
don't stick around very long, although I have deployed Flask on GAE a
couple of times. I'm not entirely sure what I do couldn't be done with any
other WSGI system, but for a quick turn around, Flask does it for me. I
don't do much traditional form / database type stuff either, but I can see
where Flask might leave you wanting more in that regard, especially
compared to Django. Best of luck!!
On Mon, Nov 26, 2012 at 11:41 AM, William McVey <wam at cisco.com> wrote:
> On Sun, 2012-11-25 at 15:30 -0500, John Santiago wrote:
> > I have been jumping between Python 2.7 and 3. Playing with various web
> > frameworks. I really wanted to see what people were using, and get
> > there feed back. I have only had experience building web-applications
> > with CherryPy. Getting ready to start building larger sites and
> > considering using either Flask or CherryPy solo or combining the two.
> > Django is always a possibility but it is really heavy.
> >
> > What are you guys using?
>
> I tend to use Django to build "sites" and use flask when I'm building
> "applications" that have a web interface. I know it can kind of be a
> fine line between the two. The biggest criteria for me is whether I'm
> looking at having a database as part of my deployed site/app and whether
> I'm interfacing with a pre-existing DB or starting with a blank slate on
> the db side. If I need a db and I have free reign of structuring the db
> tables for my use, then I use Django. If I either don't need a db or I'm
> interfacing with a pre-existing db, then I'll go with flask (possibly
> with the Flask-SQLAlchemy extension).
>
> -- William
>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20121126/b1e486c5/attachment-0001.html>
More information about the CentralOH
mailing list