Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

Common Python Mistakes

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.

Requirements

To install all the packages required, please run the following command:

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running the Notebook

Make sure to use VSCode for this demo. Open the demo.ipynb file, and use SHIFT + ENTER to run each demo cell.