librelist archives

« back to archive

Flask as example

Flask as example

From:
Hector Villafuerte
Date:
2010-10-04 @ 16:49
Hi all,
from the documentation:

"Flask is not only a microframework; it is also an example. Based on
Flask, there will be a series of blog posts that explain how to create
a framework."

are these blog posts already written? It seems like a great idea, but
I couldn't find them... maybe my google-fu is lacking today.
Best,
-- 
 Hector

Re: [flask] Flask as example

From:
Jorge Vargas
Date:
2010-10-04 @ 18:18
Im sure they are in this blog http://lucumr.pocoo.org/ which coincidentially
is down today.
On Oct 4, 2010 12:49 PM, "Hector Villafuerte" <hectorvd@gmail.com> wrote:
> Hi all,
> from the documentation:
>
> "Flask is not only a microframework; it is also an example. Based on
> Flask, there will be a series of blog posts that explain how to create
> a framework."
>
> are these blog posts already written? It seems like a great idea, but
> I couldn't find them... maybe my google-fu is lacking today.
> Best,
> --
>  Hector

Re: [flask] Flask as example

From:
Daniel Neuhäuser
Date:
2010-10-04 @ 18:42
> Im sure they are in this blog http://lucumr.pocoo.org/ which
> coincidentially is down today.
The blog has been down for a while and afaik there was only one Post on
that topic.

However Flask's source code is easy to read and very well documented so
anyone interested in creating a framework based on Werkzeug or creating
web applications directly with Werkzeug should have no problem reading
and understanding it. Still if you have a problem understanding the
source code you can always ask here or in #pocoo, there is usually at
least one person there who can help you out.