web2py was designed to teach intro courses on web development. In principle you just need to read the web2py manual and you do not need anything else. After you can use and understand web2py you may want to dig deeper on how http, cookies works. It helps to know how databases work but you do not need sql because web2py writes it for you and you do not even see it.
On Jul 12, 1:03 am, ArrC <[email protected]> wrote: > Disclaimer: i have no knowledge of web development like > cgi,sessions,SQL,cookie,authentication systems etc And i know basic python > with no prior programming experience. > > considering my limited python knowledge will it be a good idea to just jump > right into using web2py (after reading the official doc,of course) and learn > form there on or should i gain/read about some topics on web development > stuffs. > > (i dont know how to ask this question) > which web dev thing i should learn about first like sql,user management,ORM > (i dont know) and which part of python i should learn well before diving > into web dev like error handling,file I/O,dict etc. > > Thanks regards :)

