#327 Untangling XML with Pydantic
Topics include pydantic-xml extension, How virtual environments work, DbDeclare, and Testing multiple Python versions with nox and pyenv.
Daily edition
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Topics include pydantic-xml extension, How virtual environments work, DbDeclare, and Testing multiple Python versions with nox and pyenv.
Introduction In episode 6, Miki built a logger package with the aim of making it as versatile as possible. To achieve this, he constructed his logger object with a function that would: accept the io.Writer interface as…