Skip to content

Commit

Permalink
Add advanced Python built-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
smortezah committed Nov 24, 2024
1 parent cb627a8 commit 8c267ed
Show file tree
Hide file tree
Showing 3 changed files with 5,192 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +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.
- [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 8c267ed

Please sign in to comment.