Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed broken link to Advanced Python: Functional Programming jupyter …
…notebook file in README.md
  • Loading branch information
chriskollias committed Aug 28, 2022
commit e331db6e6bf46d9d37b2610d33d09f0716dc6538
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources and notes for the Zero to Mastery [Complete Python Developer course](h
- Python Basics 2
- Developer Environment
- Advanced Python: Object-Oriented Programming
- [Advanced Python: Functional Programming](https://github.com/zero-to-mastery/Complete-Python-Developer-Manuel/blob/main/functional_programming.ipynb)
- [Advanced Python: Functional Programming](https://github.com/zero-to-mastery/Complete-Python-Developer-Manual/blob/main/Functional%20Programming.ipynb)
- Advanced Python: Decorators
- Advanced Python: Error Handling
- Advanced Python: Generators
Expand Down