Skip to content

Instantly share code, notes, and snippets.

@plpxsk
Last active March 21, 2017 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plpxsk/611aaa84ea0e2f4f7dac886ec7b84d01 to your computer and use it in GitHub Desktop.
Save plpxsk/611aaa84ea0e2f4f7dac886ec7b84d01 to your computer and use it in GitHub Desktop.
Flask examples and tutorial

Quick Start

Quickly deploy a Python-Flask app to Heroku from scratch with this tutorial:

Bonus: nice styling with Bootstrap.

The above is one of the best tutorials I've seen - gives you exactly what you want and nothing you don't need. However, it may be just a tad outdated, so you may have to look at updated docs on heroku.

Examples

Here is one small Flask app that I built:

And here is a larger Flask app:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment