Skip to content

Commit

Permalink
Divide builtin_advanced notebook into 3 notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
smortezah authored Nov 25, 2024
1 parent 59c930e commit 728af1f
Show file tree
Hide file tree
Showing 5 changed files with 3,025 additions and 2,961 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In addition to these projects, I regularly share my insights and learnings on th
## :snake: Python

- [Argument Parsing](python/argparse.ipynb): Master argument parsing using the `argparse` module.
- [Built-ins: Advanced](python/builtin_advanced.ipynb): Master advanced built-in functions to write cleaner, more efficient code.
- [Built-ins: Advanced 1](python/builtin-advanced-1.ipynb), [2](python/builtin-advanced-2.ipynb), [3](python/builtin-advanced-3.ipynb): Master advanced built-in functions to write cleaner, more efficient code.
- [Calendars](python/calendar.ipynb): Explore the `calendar` module in Python.
- [Generators](python/generator.ipynb): A hands-on guide to understanding and using generators.
- [Lambda](python/lambda.ipynb): Get introduced to lambda functions.
Expand Down
Loading

0 comments on commit 728af1f

Please sign in to comment.