- Intro
- tools/main dependencies
- link to final code
- what is a web app? HTTP requests, routing, view handlers, templating
- Getting Started
- Grab boilerplate code from repo (via Git tag)
- Overview of the structure
- Overview of the IPython Notebooks
- Conversion
- Adding Structure for the IPython files
- Detail each script - Analyze script, Matplotlib script (showing how to convert ipython scripts to the flask paradigm)
- Flask-only scripts - credentials, __init__.py, run.py file
- Templating
- Conclusion
- How can the end user use the boilerplate to create a Flask app? Which parts of the blog post are more objective and which are relative to the reader's Ipython scripts