-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'update-oop' into 'main'
Update learn-programming See merge request mude/book!419
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule learn-programming
updated
16 files
+23 −0 | book/_toc.yml | |
+43 −0 | book/credits.md | |
+51 −0 | book/environments/conda_old_2.md | |
+35 −0 | book/golden-rules/collaborate.ipynb | |
+49 −0 | book/golden-rules/descriptive-names.ipynb | |
+167 −0 | book/golden-rules/document-code.ipynb | |
+73 −0 | book/golden-rules/functions.ipynb | |
+72 −0 | book/golden-rules/overview.md | |
+49 −0 | book/golden-rules/pep8.md | |
+73 −0 | book/golden-rules/readable-code.ipynb | |
+70 −0 | book/golden-rules/readable-results.ipynb | |
+37 −0 | book/golden-rules/test-code.ipynb | |
+31 −0 | book/python/modules/space.py | |
+75 −24 | book/python/oop/classes.ipynb | |
+0 −564 | book/year2/golden_rules.ipynb | |
+2 −4 | requirements.txt |