As I’ve been grappling with web2py, I’ve found a lot of useful posts and sites that have helped me along the way:
- How to Deploy Your App to PythonAnywhere <– So easy it’s amazing. I’ve already deployed an app to see if I could. (It’s not ready for the outside world to see yet! But it will be posted eventually.)
- For CSS – I found this and this useful. I’ve learned a tiny amount of CSS (Thanks to Colleen van Lent!) but am now able to manipulate the layout of my apps.
- An Easy Way to Customize Forms
- web2py Cheat Sheet
- URL Mapping Notes – I’m still understanding how the URL function works in web2py but it’s very powerful from what I have gathered.
- DAL Quick Reference Guide
- Bonus: How to Make Mistakes in Python – Free for download.
Update: consider using py4web, web2py’s successor
One thought on “Useful Links for web2py Beginners”