[CentralOH] CherryPy, Flask, or Django

Eric Floehr eric at intellovations.com
Mon Nov 26 17:00:56 CET 2012


Hi John,

I'm using Django, and really like it. Django is heavy in the sense that
it's "batteries included" but it's not heavy in the sense that you have to
write a lot of code to get a decent site up and running.

Another advantage of Django is there is a large ecosystem of components
available. If you want to build everything yourself, that's not an
advantage, but if you don't want to constantly have to reinvent the wheel,
it's a real blessing.  Also, with Django being used on a number of
high-traffic sites, a lot of its inefficiencies have been ironed out... you
won't generally have to worry about performance until you are really up
there in views.

I can't say anything about CherryPy or Flask, I'm sure they are good
frameworks as well, but it was really easy for me to get started with
Django, and it's been able to grow as my sites have grown.

Cheers,
Eric



On Sun, Nov 25, 2012 at 3:30 PM, John Santiago <jdsantiagojr at gmail.com>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?
>
> --
> This electronic message is intended to be for the use only of the named
> recipient, and may contain information that is confidential or privileged.
> If you are not the intended recipient, you are hereby notified that any
> disclosure, copying, distribution or use of the contents of this message is
> strictly prohibited.  If you have received this message in error or are not
> the named recipient, please notify us immediately by contacting the sender
> at the electronic mail address noted above, and delete and destroy all
> copies of this message.  Thank you.
>
> _______________________________________________
> 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/65434133/attachment.html>


More information about the CentralOH mailing list