Re: [flask] path to learn Flask for python newbie
- From:
- Kieran Darcy
- Date:
- 2011-05-28 @ 07:51
Hi Admin,
Welcome to Flask, and welcome to Python.
"What area of python that must be learned before using Flask?"
Having at least a basic grasp of Python is the place to start. And, If
you're new to Python, the best place to start is the Python
documentation http://docs.python.org <http://docs.python.org/>.There's a
nice tutorial, and some good "How To" guides.
Another excellent (and possibly less intimidating) place to start is the
"Dive into Python" online book http://diveintopython.org/. This will
give you a good foundation for your fist steps into Python.
Flask is WSGI-based http://wsgi.org/wsgi/Learn_WSGI. So having some
understanding of what that is can be useful (although, not essential).
Good luck, enjoy Python, and enjoy Flask
Kieran.
On 28/05/2011 01:05, admin fefaya wrote:
> Hi All,
> Thanks for great simple framework!
> I tried Flask just for fun and learning python.
>
> What area of python that must be learned before using Flask?
>
> I already read the quickstart guide and create very simple template,
> accesing GET request variable.
>
> I already know some basic web programming. And already doing simple php
> programming 4 years ago.
>
> Thanks
Re: [flask] path to learn Flask for python newbie
- From:
- admin fefaya
- Date:
- 2011-05-28 @ 08:49
On 05/28/2011 02:51 PM, Kieran Darcy wrote:
> Hi Admin,
Hi Kieran
> Flask is WSGI-based http://wsgi.org/wsgi/Learn_WSGI. So having some
> understanding of what that is can be useful (although, not essential).
This is what i'm looking for.
Thanks Kieran
>
> Good luck, enjoy Python, and enjoy Flask
>
> Kieran.
>
Re: [flask] path to learn Flask for python newbie
- From:
- blucalvin
- Date:
- 2011-05-29 @ 04:30
I was planning to use flask and I started off with Zed Shaw's "learn python
the hard way". The one thing I understood was that keeping on playing with
the examples is the best way to learn a new thing. But different people have
different ways.
So good luck!
On 28 May 2011 14:19, admin fefaya <admin@fefaya.com> wrote:
> On 05/28/2011 02:51 PM, Kieran Darcy wrote:
> > Hi Admin,
>
> Hi Kieran
>
> > Flask is WSGI-based http://wsgi.org/wsgi/Learn_WSGI. So having some
> > understanding of what that is can be useful (although, not essential).
>
> This is what i'm looking for.
>
> Thanks Kieran
>
> >
> > Good luck, enjoy Python, and enjoy Flask
> >
> > Kieran.
> >
>