Fast and Reproducible Tests, Packaging, and Deploys with Hermetic Builds
Offered By: PyCon US via YouTube
Course Description
Overview
Explore how to achieve fast and reproducible tests, packaging, and deployments using hermetic environments in this PyCon US talk. Learn about the challenges of incompatible development and deployment environments, and how side-effects from running tests or compiling extensions can affect workflow correctness. Discover the concept of hermetic builds and how Pantsbuild automatically implements them, ensuring each step runs in isolation with only necessary inputs and true outputs. Compare Pants' approach to other sandboxing methods and understand the benefits of adding hermetic builds to your project. Gain confidence in creating reproducible environments that work consistently across different machines, eliminating the "works on my machine" problem and improving overall development efficiency.
Syllabus
Talk - Christopher Neugebauer: Fast and reproducible tests, packaging, and deploys with...
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