-
Notifications
You must be signed in to change notification settings - Fork 4
Home
pkirlin edited this page Oct 13, 2016
·
31 revisions
- Setting up Anaconda and Spyder
- Our first Flask application
- Using HTML templates
- Getting user input with forms
- Maintaining application state with hidden values
- Multistep forms
- Setup and creating a schema
- Command line hooks and the
gobject - Python's SQLite API (Also see https://docs.python.org/3/library/sqlite3.html)
- Using the SQLite API with templates
- Adding blog entries (SQL INSERT)
- Modifying blog entries (SQL UPDATE)
- Deleting blog entries (SQL DELETE)
- [Finished code](See all files in finished code -- don't go here until you've finished all the prior lessons)
Hints and Tips:
Use the main wiki page to navigate, not the list of pages directly above, because those are out of order.