Assignments:
- Assignment 1 - FastAPI, Flask and Streamlit
- Assignment 2 - Flask and FlaskAlchemy
- Assignment 3 - Docker
Final project:
Code examples for CS217B.
- Mini tutorial on virtual environments
- Flask examples
- Flask examples with a database backend
- Python code examples
- Notes on Raymond Hettinger's pep8 talk
Requirements if you want to run all code in here:
$ pip install jupyter
$ pip install spacy
$ python -m spacy download en_core_web_sm
$ pip install flask flask-restful flask-sqlalchemy
$ pip install streamlit graphviz
$ pip install mypy