Skip to content

Commit

Permalink
Advanced OOP (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: edoardob90 <[email protected]>
  • Loading branch information
despadam and edoardob90 authored Dec 11, 2023
1 parent 3c08c7c commit 3cbf3d3
Show file tree
Hide file tree
Showing 5 changed files with 1,827 additions and 1 deletion.
1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dependencies:
- pytest-timeout
- markdown
- pre-commit
- attrs
3 changes: 2 additions & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"# Advanced tutorial\n",
"\n",
"- [Manage Python project](./manage_python_project.ipynb)\n",
"- [Advanced functions](./functions_advanced.ipynb)\n"
"- [Advanced functions](./functions_advanced.ipynb)\n",
"- [Advanced Object-oriented programming](./object_oriented_programming_advanced.ipynb)\n"
]
},
{
Expand Down
Loading

0 comments on commit 3cbf3d3

Please sign in to comment.