No description
- Jupyter Notebook 81.6%
- Python 18.3%
| _github/workflows | ||
| extra_slides | ||
| generate_material | ||
| hands_on | ||
| hands_on_solutions | ||
| testing_project | ||
| .gitignore | ||
| continuous_integration.pdf | ||
| continuous_integration.pptx | ||
| debugging.pdf | ||
| debugging.pptx | ||
| how_I_compiled_qcachegrind_on_osx.txt | ||
| LICENSE.txt | ||
| profiling.pptx | ||
| README.md | ||
| requirements.txt | ||
| testing_part1.pdf | ||
| testing_part1.pptx | ||
| testing_part2.pdf | ||
| testing_part2.pptx | ||
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