Skip to content

Instantly share code, notes, and snippets.

@godber
Created June 8, 2012 15:35
Show Gist options
  • Save godber/2896197 to your computer and use it in GitHub Desktop.
Save godber/2896197 to your computer and use it in GitHub Desktop.
Flask Meetup Scavenger Hunt

Flask Meetup Scavenger Hunt

[ ] Check Out Flask Website: http://flask.pocoo.org
[ ] Read Flask Docs: http://flask.pocoo.org/docs/
[ ] Read the Quickstart: http://flask.pocoo.org/docs/quickstart/
[ ] Write Flask Hello World
[ ] Use Flask with SQLAlchemy
[ ] Run a Flask App on GAE: https://developers.google.com/appengine/
[ ] Run a Flask App on Python Anywhere: https://www.pythonanywhere.com
[ ] Render a template
[ ] Write a test for a Flask App
[ ] Send and Receive a Signal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment