No description
  • Jupyter Notebook 81.6%
  • Python 18.3%
Find a file
2026-07-28 13:11:33 -06:00
_github/workflows adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
extra_slides adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
generate_material adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
hands_on Add checkpoint for helping people 2026-07-28 13:11:33 -06:00
hands_on_solutions Rename directory for checkpoint 2026-07-28 11:13:39 -06:00
testing_project removed bonus ex from the main test file 2026-07-27 14:59:10 +02:00
.gitignore adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
continuous_integration.pdf adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
continuous_integration.pptx adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
debugging.pdf Pietro's 2026 changes 2026-07-28 10:09:15 -06:00
debugging.pptx Pietro's 2026 changes 2026-07-28 10:09:15 -06:00
how_I_compiled_qcachegrind_on_osx.txt adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
LICENSE.txt adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
profiling.pptx adds lecture base content without history for lightness 2026-06-26 16:18:40 +02:00
README.md Pietro's 2026 changes 2026-07-28 10:09:15 -06:00
requirements.txt Pietro's 2026 changes 2026-07-28 10:09:15 -06:00
testing_part1.pdf Add pdf of part1 slides 2026-07-28 11:18:46 -06:00
testing_part1.pptx fixed names and dates on slides 2026-07-28 11:16:22 -06:00
testing_part2.pdf updated slides and pdf export 2026-07-27 16:25:39 +02:00
testing_part2.pptx updated slides and pdf export 2026-07-27 16:25:39 +02:00

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