Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjhea0/web2py
Intro to web2py
https://github.com/mjhea0/web2py
Last synced: 15 days ago
JSON representation
Intro to web2py
- Host: GitHub
- URL: https://github.com/mjhea0/web2py
- Owner: mjhea0
- Created: 2012-12-01T17:37:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T03:58:30.000Z (almost 12 years ago)
- Last Synced: 2024-10-12T07:08:10.693Z (about 1 month ago)
- Language: Python
- Size: 638 KB
- Stars: 39
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Intro to web2py
==============Web2py is an open source web application framework, focusing on rapid development. By placing a strong emphasis on ease of use and productivity, it’s one of the easiest frameworks to learn and use.
Despite its simplicity, though, web2py is full of features and is quite powerful and flexible—much like the Python language itself.In this project, I demonstrate how to deploy a basic app (web form), from start to finish, so that you can learn the basics in order to move on to more advanced apps.
All of the following tutorials, and more, can be found on my blog at - mherman.org
Part 1
------Learn how to install web2py on your local computer and deploy a basic app on a cloud platform in less than 10 minutes
- Tutorial
- Video
- No Files - follow along on the tutorialPart 2
------Learn the basics of Model View Control (MVC) architecture and create a skeleton web form
- Tutorial
- Files: form - part 1Part 3
------Add data validation to your form
- Tutorial
- Files: form - part 2Part 4
------Learn how to easily manage records in the database
- Tutorial
- Files: form - part 3Part 5
------Tutorial - learn how to modify the appearance and layout of the form
- Tutorial
- Files: form - part 4Cheers!