Skip to content

Sonar-Demos/common-mistakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Common Python Mistakes Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published