Hone Your Python Skills!
Newbie Bites
Intro Bites
Regular Bites
Learning Paths
Pricing
Login
☰
☰
PyBites Platform
What to code next?
Bites of Py Exercises
Blog Code Challenges
Bite
Level
Description & Tags
Bite 93. Rock-paper-scissors and generator's send
Generators are cool right?! Did you know you can send …
coroutines
games
random
Bite 204. Pomodoro with asyncio
This Bite explores asyncio and type-hinting. For this bite, you …
asyncio
pomodoro
PCC
Title
Summary
24
Use Dunder / Special Methods to Enrich a Class
Hi Pythonistas, a new week, a new 'bite' of Python coding! We wrote an article for Dan Bader's Python blog: Enriching Your Python Classes With Dunder (Magic, Special) Methods. We hope you like it. To put dunders into practice we dedicate this week's code challenge to it.
We use Python 3.8