Contribute Media
A thank you to everyone who makes this possible: Read More

Easier Classes: Python Classes Without All The Cruft

Translations: en en

Description

In this talk we'll take a look at how to cut down on the boilerplate required in making a well-behaved Python class. We'll first see how to make classes with proper string representations, comparability, iterability, and immutability. Then we'll dive into helper tools built-in to the standard library and available in third-party libraries.

Details

Improve this page