This repo follows along the Python Workout book, which was published by Manning and written by Reuven M. Lerner.
All code and content belongs to them. This repo is merely used to allow me to store my work in one centralized place.
This project relies on you using the environment.yml
file to recreate the pywk
conda environment. To do so, please run the following commands:
# create pywk environment from the environment.yml file
conda env create -f environment.yml
# activate (switch into) the pywk conda environment
conda activate pywk