-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Phil Kirlin edited this page Oct 10, 2019
·
31 revisions
- Activate your $50 in Google Cloud Platform (GCP) credits. See Prof Kirlin's email for how to do this.
- Setting up Google Cloud
- Setting up Linux
- Our first Flask application
- Using HTML templates
- Getting user input with forms
- Maintaining application state with hidden values
- [Special setup for day 2 -- start here)(start-day2)
- Setup and creating a schema
- Command line hooks and the
gobject - Python's PostgreSQL API (Also see http://initd.org/psycopg/docs/usage.html)
- Using the PostgreSQL API with templates
- Adding blog entries (SQL INSERT)
- Modifying blog entries (SQL UPDATE)
- Deleting blog entries (SQL DELETE)
- View 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.