Using Declarative Configs for Maintainable Reproducible Code
Offered By: PyCon US via YouTube
Course Description
Overview
Explore declarative configurations for maintaining and reproducing code in this PyCon US talk by Jonathan Striebel. Learn how to future-proof application configs while ensuring backwards compatibility and reproducibility. Gain insights into the application config landscape, covering inputs from CLI arguments, environment variables, and config files, as well as their code representations. Discover serialization, deserialization, type-safety with config-schemas, and evolution techniques. Follow along with practical code examples and recommendations for implementing a maintainable and expressive declarative config system. Access the complete code repository and presentation slides for further reference and implementation.
Syllabus
*Introduction & Problem Domain*
*Goals: Maintainability & Reproducability*
Toy Experiment
Declarative Configuration Exctraction
Input Formats, Representations & Deserialization
Landscape Overview
Toy Example
Split Configuration
Type Checking
Complex Example with Nested Configurations
Evolution of Old Configurations
Schema Versions & Evolutions
Experiment Tracking
Summary
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube