python-sneks
python-sneks copied to clipboard
An instructionally-designed, open-source introductory Python curriculum for university settings
New Lessons: - [ ] For and If Don't Have Scope - [x] Recursion on Numbers - [x] Recursion on Lists - [ ] Recursion on Trees - [ ]...
Here's another: in 40.2, forgetting to split on commas doesn't provide a good error message.
- [ ] Function average is not defined - [ ] Read out of scope with double-branch defined value - [x] 34.2) Make it so that it doesn't say "it...
Are lessons always a combination of Assessables AND Presentations? Is it possible to have a lesson that had one, but not the other? It seems to me like a Lesson...
Because the original repo was private and had assignments' solutions published within it, I'm moving all the content over to this repo. A separate repo will be constructed with all...
* Student misinterpreted line plot due to the complex nature of the cancer dataset * Student only used Python cells, placing commented-out markup inside them * Student did not state...
BlockPy Additions - [x] Fix TimeLimit Error - [x] Type Inferencer/DefUse Analyzer - [x] Scoping checker - [x] Early return checker - [ ] Noop Else/pass New lessons: - [x]...