Enriching Your Python Classes with Dunder (Magic, Special) Methods

What Python’s “magic methods” are and how you would use them to make a simple account class more Pythonic.
Read more

Similar

Sending an email with Python

I haven't done any Python programming in years. I think it's probably 10 years ago, and then it was only some basic learning-how-to-program stuff. I'm participating in a project at work. We're doing some prototyping with a Raspberry Pi and some custom sof... (more…)

Read more »