On Friday, January 28, 2011 5:41:11 PM UTC-5, noob.py wrote: > > Thanks for quick answer. > But let's assume that I know Python, web2py, HTML, CSS, JavaScript (I > suppose I must learn'em all, right?). Do I have to learn something > more? Or such knowledge is sufficient for web apps developement?
All that stuff will probably get you going pretty well. You will need to run your apps somewhere, so you could also learn a bit about hosting and deployment (e.g., Linux, Apache, etc.). The web2py book actually covers some of that, and there are some scripts to ease the setup. The web2py book also covers deployment on Google App Engine. You could also learn about databases and data modeling, but for simpler apps, your knowledge probably doesn't have to be too deep there. Anthony