Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 612 Bytes

Introduction to Type Hints

This repo contains the notebook and dependencies for the August 2019 DerbyPy talk "Intrudction to Type Hints".

The notebook provides an overview on Python types, annotations and analyzers.

Towards the end of the notebook you can find additional resources to learn more about Python type annotations.

Getting Started

which python
/usr/bin/python3.7

python3 -m venv ~/.virtualenvs/typing

source ~/.virtualenvs/typing/bin/activate

pip install -r requirements.txt

ipython locate
$HOME/.ipython

cp typecheck.py ~/.ipython/profile_default/startup

jupyter notebook