No description
- Python 96.6%
- Jupyter Notebook 3.4%
| hands_on | ||
| hands_on_solutions | ||
| testing_project | ||
| .gitignore | ||
| debugging.pdf | ||
| LICENSE.txt | ||
| pdb-cheatsheet.pdf | ||
| README.md | ||
| requirements.txt | ||
| testing_part1.pdf | ||
| testing_part2.pdf | ||
testing_debugging_profiling
Material for the class "Testing, debugging, profiling -- Python tools for building software"
Setup
Create a local virtual environment and install dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt