An open API service indexing awesome lists of open source software.

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

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)).