python-tutorial icon indicating copy to clipboard operation
python-tutorial copied to clipboard

Material for a Jupyter-based Python tutorial

Results 87 python-tutorial issues
Sort by recently updated
recently updated
newest added

We need to restart the kernel very often because we are modifying the package quite a lot. Maybe we can find a way with a cell magic to avoid the...

enhancement
basic tutorial

The `helpers.py` module can be split in two: everything related to the output and the internal stuff about pytest integration

enhancement

bug
nov2024
basic tutorial

- [x] #275 - [ ] #277

bug
enhancement

Fixes empa-scientific-it/ipytestsuite#7

enhancement

- [ ] We start printing examples directly with string interpolation, never show them the simple `print(a)` - [ ] Start with explaining the difference between `print` and `return` (probably...

nov2024
basic tutorial

See remaining issues from https://github.com/empa-scientific-it/python-tutorial/pull/251 Also see #269 about exercises on scopes.

bug
nov2024
basic tutorial

There's some work to think thoroughly if we (ever) want to create exercises about scopes that can also be testable. I started it with 5825037 but it's far from complete....

nov2024
basic tutorial

- [ ] in then conditionals quiz we use syntax `print(1, end=",")` but `end` was never explained - [ ] 1st warm-up fix docstring to explain we expect `(char, index)...

nov2024
basic tutorial

- [ ] Exercise 2, Part 3: The conversion factors between yd and ft to cm are **wrong**. Should be `yd/cm = 1/91.44` - [ ] Exercise 2, Part 1:...

basic tutorial
nov2025