librelist archives

« back to archive

Need help learning Flask

Need help learning Flask

From:
Samrat Man Singh
Date:
2011-03-26 @ 08:52
I am new to web development and the idea of web-frameworks and I want
to learn Flask,which I was told was easy to grasp. I tried following
the Flaskr tutorial from the docs but faced many problems.

Is there a tutorial that teaches Flask in a more simple and step by
step way, a screencast maybe? How do you guys suggest I approach
learning a web framework like Flask?

Re: [flask] Need help learning Flask

From:
Rahul Kumar
Date:
2011-03-26 @ 09:11
What are the problems you faced? Flaskr tutorial is step by step and easy to
follow and shows a complete app. I would say its a good starting point.

On Sat, Mar 26, 2011 at 2:22 PM, Samrat Man Singh
<samratmansingh@gmail.com>wrote:

> I am new to web development and the idea of web-frameworks and I want
> to learn Flask,which I was told was easy to grasp. I tried following
> the Flaskr tutorial from the docs but faced many problems.
>
> Is there a tutorial that teaches Flask in a more simple and step by
> step way, a screencast maybe? How do you guys suggest I approach
> learning a web framework like Flask?
>

Re: [flask] Need help learning Flask

From:
Chris Aliipule
Date:
2011-04-27 @ 23:41
It's been a while since Samrat Man Singh asked for help but this might help
someone else:

If you're having trouble with the tutorial, you should download the
completed Flaskr app from github.
https://github.com/mitsuhiko/flask/tree/master/examples/flaskr

The tutorial is well written but some people learn best from working
examples.

Chris