This repository contains the Jupyter Notebooks behind my O'Reilly report, A Whirlwind Tour of Python (free 100-page pdf). A Whirlwind Tour of Python is a fast-paced introduction to essential ...
Create a virtualenv. Samples are compatible with Python 3.6+. python3 -m venv env source env/bin/activate Install the dependencies needed to run the samples.