python-tutorial
python-tutorial copied to clipboard
Material for a Jupyter-based Python tutorial
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...
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...
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`,...
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,...
- [ ] #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...
Now that we have created quiz files for most of the sections, it would be better to collect all those files under one folder.