Talk Python To Me

#362: Hypermodern Python Projects

21 snips
Apr 20, 2022
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

From Commodore 64 To Computer Science

  • Claudio Jolivet learned programming on a Commodore 64 and later shifted from law to computer science driven by interest in logic and AI.
  • He built a small flashcard system for law exams and then pursued CS, leaving law behind.
INSIGHT

Types As Design And Tooling

  • Claudio values Python type annotations as a core feature that clarifies APIs and structures code.
  • He runs mypy in strict mode even for small scripts to keep code maintainable and editor-friendly.
ADVICE

Make Poetry Your One Tool

  • Use Poetry as a single tool to define metadata, manage environments, lock dependencies, and build packages.
  • Keep a lock file to ensure reproducible installs locally and in CI for deterministic checks and deployments.
Get the Snipd Podcast app to discover more snips from this episode
Get the app