

#415 Just put the fries in the bag bro
Dec 23, 2024
Discover a fascinating new Python library that ensures long-running tasks are resilient by saving their state in a Postgres database. Explore the rise of typing in Python as developers adopt it widely, but face usability hurdles. Learn about tools like Write Typer, perfect for automating type annotations. Dive into the integration of command line utilities in scripts, and hear tips on productivity enhancements. Enjoy a lighthearted discussion of Python syntax with a twist, filled with humor and relatable coding terms.
AI Snips
Chapters
Transcript
Episode notes
Durable Execution with DBOS
- DBOS Transact-Py offers durable execution for Python, ensuring workflows resume after interruptions.
- It's faster than AWS Step Functions and uses Postgres for state management.
Typed Python Adoption
- Type hints in Python are highly adopted (88% of surveyed developers) but usability challenges persist.
- IDE tooling and documentation are primary drivers for type hint adoption, even in personal projects.
Type Hint Training
- Focus on teaching basic type hint usage for simple cases.
- Don't get bogged down in complex scenarios; prioritize practicality.