Parsing and validating data in Python using Pydantic

Pydantic enables parsing and validation of data in Python data classes, enforcing type hints and also providing a lot of features related to mapping data to Python classes. Read more

Similar

Python Countdown

One of my wastes of time is watching celebrity-based British game shows on YouTube. This started with Never Mind the Buzzzcocks, expanded to QI, and now covers a handful of shows, including 8 Out of 10 Cats Does Countdown.1 One of the puzzles in this show... (more…)

Read more »