Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53228
| References | <52bbd0bc-7c3e-4c85-bfe1-7fd4912945be@googlegroups.com> <CAOFF+Z0JooxpqEOKGJ4FrAUW5O6xcjwoywfktcg=+OY4TiPdgg@mail.gmail.com> |
|---|---|
| Date | 2013-08-29 11:05 +0200 |
| Subject | Re: Moving to Python for web |
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.351.1377767112.19984.python-list@python.org> (permalink) |
On Thu, Aug 29, 2013 at 4:18 AM, Sam Fourman Jr. <sfourman@gmail.com> wrote: > there are MANY micro frameworks, I have been following these guys for a few > years > http://www.pocoo.org/ +1. The Pocoo team makes many awesome things. > specifically jinja2 and flask looks to be the best choice out of all the > options out there Jinja2 is a standalone templating engine, something like Smarty for PHP. And Flask is a microframework, which adds on top of Jinja2 (not mandatory) and Werkzeug (another Pocoo project) to make a nice and easy webdevelopment base. IMO it is the best choice in terms of microframeworks. But microframeworks are, as the name states, micro. The big frameworks include tons of abstractions and fancy features. Some people may like them, others may not. (Those features can obviously be implemented in the microframeworks on one’s own or through existing open-source code.) -- Chris “Kwpolska” Warrick <http://kwpolska.tk> PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Moving to Python for web ecazs.net@gmail.com - 2013-08-28 13:14 -0700
Re: Moving to Python for web Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-28 17:08 -0400
Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-28 14:25 -0700
Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-28 14:36 -0700
Re: Moving to Python for web sepatan@sibmail.com - 2013-08-29 09:36 +0700
Re: Moving to Python for web "Sam Fourman Jr." <sfourman@gmail.com> - 2013-08-28 22:18 -0400
Re: Moving to Python for web Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-08-29 11:05 +0200
Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-29 05:45 -0700
Re: Moving to Python for web Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-08-29 15:10 +0200
Re: Moving to Python for web Andreas Ecaz <ecazs.net@gmail.com> - 2013-08-29 07:18 -0700
Re: Moving to Python for web Wayne Werner <wayne@waynewerner.com> - 2013-09-05 15:26 -0500
csiph-web