First, you have to program a fair bit in python. There are many online tutorials easy to grasp. Choose anyone that suits your reading.
Personally the online book, http://web2py.com/book is the best resource so far, read the chapters on the Core. (I like response / request ) After all what you will be doing is a bunch of requests and responses (html controls gets input makes a request, python code processes the request, sends a response to the browser , then you present the response output with html and or javascript) Read it repeatedly that's the secret! when you're comfortable enough try get a copy of web2py Application Development Cookbook. have fun ! On Friday, October 12, 2012 6:43:25 PM UTC+2, Sponona wrote: > > Can any1 tell me quickest way to learn all the essential stuff of web2py > in detail? > Any books or video-tutorials? > The documentation is too large and is too frustrating to read. > > --