Tal Einat

I'm a great believer in learning, teaching and education, working to make them much better.

I've been programming for nearly two decades, managing R&D for several years, and am now running my second educational technology startup, FullProof. I do open-source software as a hobby; these days mostly developing the Python language as a core developer.

The speaker's profile picture

Talks

Data Classes in Python: Why They're Great + Examples Using attrs and dataclasses

Data classes are very useful, but not often used in Python. This talk will discuss how using data classes in Python improves code readability, usability and robustness, and show how to create them easily with the attrs and dataclasses libraries.