hi I was wondering if I can get some help on web develoment with flask. I'm a total beginner. no knowledge of DOM, MVC model , etc I wanted to start out building a system monitoring site with flask. where do I start? is it best to start with flask? thank you chang
Hi Chang, Have you checked out the example sites in the examples section of the git repository? Those are a great place to get started. You can fork those projects, and then tweak them yourself and play around with them to get some basic stuff working. You can find the examples here: http://github.com/mitsuhiko/flask/tree/master/examples/ <http://github.com/mitsuhiko/flask/tree/master/examples/>Flask is probably a lot easier to get started with than any of the other python web frameworks (and I say that having gotten started with Django myself). -Randall On Mon, Apr 26, 2010 at 7:53 AM, Chang Song <tru64ufs@me.com> wrote: > hi > I was wondering if I can get some help on web develoment with flask. > I'm a total beginner. no knowledge of DOM, MVC model , etc > > I wanted to start out building a system monitoring site with flask. > > where do I start? > is it best to start with flask? > > thank you > > chang > >
I'll second that; the first framework I tried was CherryPy, and it's easier than CherryPy. That said it is under heavy development so make sure you keep up to date with the documentation. On 26 April 2010 16:03, Randall Degges <rdegges@gmail.com> wrote: > Hi Chang, > Have you checked out the example sites in the examples section of the git > repository? Those are a great place to get started. You can fork those > projects, and then tweak them yourself and play around with them to get some > basic stuff working. > You can find the examples > here:http://github.com/mitsuhiko/flask/tree/master/examples/ > Flask is probably a lot easier to get started with than any of the other > python web frameworks (and I say that having gotten started with Django > myself). > -Randall > > On Mon, Apr 26, 2010 at 7:53 AM, Chang Song <tru64ufs@me.com> wrote: >> >> hi >> I was wondering if I can get some help on web develoment with flask. >> I'm a total beginner. no knowledge of DOM, MVC model , etc >> >> I wanted to start out building a system monitoring site with flask. >> >> where do I start? >> is it best to start with flask? >> >> thank you >> >> chang >> > > -- Dan Jacob Skype: danjac40 Mobile: (++44) (0)777 290 8352
Thanks everyone. I will start with the documentations and example. On 2010. 4. 27., at 오전 12:30, Dan Jacob wrote: > I'll second that; the first framework I tried was CherryPy, and it's > easier than CherryPy. > > That said it is under heavy development so make sure you keep up to > date with the documentation. > > On 26 April 2010 16:03, Randall Degges <rdegges@gmail.com> wrote: >> Hi Chang, >> Have you checked out the example sites in the examples section of the git >> repository? Those are a great place to get started. You can fork those >> projects, and then tweak them yourself and play around with them to get some >> basic stuff working. >> You can find the examples >> here:http://github.com/mitsuhiko/flask/tree/master/examples/ >> Flask is probably a lot easier to get started with than any of the other >> python web frameworks (and I say that having gotten started with Django >> myself). >> -Randall >> >> On Mon, Apr 26, 2010 at 7:53 AM, Chang Song <tru64ufs@me.com> wrote: >>> >>> hi >>> I was wondering if I can get some help on web develoment with flask. >>> I'm a total beginner. no knowledge of DOM, MVC model , etc >>> >>> I wanted to start out building a system monitoring site with flask. >>> >>> where do I start? >>> is it best to start with flask? >>> >>> thank you >>> >>> chang >>> >> >> > > > > -- > Dan Jacob > Skype: danjac40 > Mobile: (++44) (0)777 290 8352