My fork of the Udemy python deepdive course for notes and trying out things I learn. I don't know why you'd want to be here, but hello I guess?
active virtual env
pip install pipenv
pipenv install
Various Jupyter notebooks and Python sources associated with my Udemy Python 3 Deep Dive course series:
- Part 1: Mainly functional programming
- Part 2: Mainly iterables, iterators and generators
- Part 3: Mainly hash maps
- Part 4: OOP
Many of these require Python 3.6 or above.