Skip to content

Commit

Permalink
Merge pull request #307 from QuantEcon/oop_names_edits
Browse files Browse the repository at this point in the history
Split first OOP / names / namespaces lecture in two
  • Loading branch information
jstac authored Mar 3, 2024
2 parents d3366ea + fe42b93 commit a60d221
Show file tree
Hide file tree
Showing 4 changed files with 662 additions and 642 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ __pycache__/
dask-worker-space

.vscode/
.ipynb_checkpoints/
.ipynb_checkpoints/

lectures/mathfoo.py
lectures/mod.py
lectures/test.py
1 change: 1 addition & 0 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parts:
- file: functions
- file: python_essentials
- file: oop_intro
- file: names
- file: python_oop
- file: workspace
- caption: The Scientific Libraries
Expand Down
Loading

0 comments on commit a60d221

Please sign in to comment.