https://github.com/pybites/dunders
Enriching Your Python Classes With Dunder (Magic, Special) Methods
https://github.com/pybites/dunders
Last synced: about 2 months ago
JSON representation
Enriching Your Python Classes With Dunder (Magic, Special) Methods
- Host: GitHub
- URL: https://github.com/pybites/dunders
- Owner: pybites
- Created: 2017-06-15T08:39:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T07:43:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T17:11:32.216Z (2 months ago)
- Language: Jupyter Notebook
- Homepage: https://dbader.org/blog/python-dunder-methods
- Size: 5.86 KB
- Stars: 20
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dunder Methods explained
Code for our guest post on Dan Bader's blog: [Enriching Your Python Classes With Dunder (Magic, Special) Methods](https://dbader.org/blog/python-dunder-methods).
If you want to practice yourself [take our code challenge](https://pybit.es/codechallenge24.html) ([review](https://pybit.es/codechallenge24_review.html)).