Resources

This section organizes resources on how to do things for the class. You will likely want to refer to it while you set up your environment, work on the assignments, etc. It also contains links to additional resources you may find useful.

In addition, this site is a Flask app; its source code is available on GitHub so you can see how I put it together.

Template Files

These template files are for use in your projects:

  • manage.py uses Flask-Script to control your Flask app (latest is version 5, which includes SocketIO running support).
  • gitignore tells Git to ignore certain files; save it as .gitignore in your project. The latest version is 3.