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

To fix the many issues people had when running the examples for the multi threading notebook, we should move all example functions to a separate module and import them in...

advanced tutorial

There are multiple tools that we have already implemented to facilitate the creation of content: - automated testing - quiz - table of contents generator With time, we might forget...

documentation

This is something that we could not add to #160. The issue is that, when a solution function raises any exception, the test suite takes that result as a `TEST_ERROR`,...

enhancement

Since some people have mentioned that they struggle with the syntax or the basic concepts of not only Python, but coding in general if they have never done it before,...

enhancement
new material
basic tutorial
nov2025

- [ ] #232 - [ ] #234 - [ ] #236 - [ ] #237 - [ ] #239 - [ ] #241

- [ ] Add `import math` in `solution_circle_area()` in basic_datatypes and explain that `pi` is defined there - [ ] It is not clear that quadratic equation expects two results...

bug

Now that we have created quiz files for most of the sections, it would be better to collect all those files under one folder.

enhancement