This notebook contains a few common Python mistakes that one may encounters during Python Development.
Please find all the demos in the demo.ipynb
file. The image.png
is a required file for the demo.
To install all the packages required, please run the following command:
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
Make sure to use VSCode for this demo. Open the demo.ipynb
file, and use SHIFT + ENTER to run each demo cell.