- Python (currently using version: 3.9.3)
- Virtualenv (shipped with Python as of 3.3)
- Visual Studio Code
- Marp - Markdown Presentation
git clone https://github.com/python-spokane/typing-for-fun-and-profit
cd typing-for-fun-and-profit
python -m virtualenv ./.venv
./.venv/Scripts/Activate.ps1
pip install -r requirements.txtTalks
- Type-checked Python in the real world (2018) - Carl Meyer
- Types, Deeper Static Analysis, and you (2018) - Pieter Hooimeijer
- Static Typing in Python (2020) - Dustin Ingram
- Gradual Typing in Practice (2021) - Maggie Moss
Articles