Skip to content

Instantly share code, notes, and snippets.

@rawrgulmuffins
Last active October 17, 2015 09:13
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 rawrgulmuffins/866782bb879dadca4c0c to your computer and use it in GitHub Desktop.
Save rawrgulmuffins/866782bb879dadca4c0c to your computer and use it in GitHub Desktop.

On this guided tour we will cover the fundamentals of Flask. Comme learn how to use SSL certifications, Flask's debug console, Routing, HTTP Responses, and the basic Flask objects. You'll walk away with the foundation (aka, things to google later) for writing web applications using Flask.

In addition this tour comes with a Juypter (IPython) notebook. This notebook is meant to be a supplemental for the tour itself and a index to use as a refresher when you take this knowledge out into the wild.

@chrisseaton
Copy link

Is this a guided tour of how to use Flask, or how it works? Do I get practical knowledge or is it general interest? I like the attached iPython notebook. Never seen that used in a web framework context before - usually in scientific applications.

'Comme' → 'Come' (typo)
'certifications' → 'certificates' (I think)
'Routing' → 'routing' (not a proper noun)
'Responses' →' responses' (not a proper noun)
'google' → 'Google' (a proper noun)

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