

#438 Motivation time
20 snips Jun 30, 2025
Discover handy Python cheat sheets that streamline your coding with F strings and command-line utilities. Explore Automatisch, an open-source alternative to Zapier that prioritizes data security. Learn about mureq-typed, a modern, zero-dependency library for HTTP requests. The hosts also discuss the importance of forking projects for open-source contributions and share tips for customizing your Python and terminal experience. Plus, enjoy some light-hearted humor along the way!
AI Snips
Chapters
Books
Transcript
Episode notes
Trey Hunner's Python Cheat Sheets
- Use Trey Hunner's Python cheat sheets for quick reference on string formatting, pathlib, and built-in utilities.
- These sheets help you remember complex formatting tricks and Python CLI features efficiently.
Automatisch: Self-Host Zapier Alternative
- Automatisch is a popular open source Zapier alternative that you can self-host via Docker.
- It suits businesses handling sensitive data or under GDPR who want automation without vendor lock-in.
mureq-typed: Lightweight Requests Alternative
- Use mureq-typed as a zero-dependency, single-file, fully typed drop-in replacement for requests.
- It reduces memory usage and supply chain risks while supporting modern Python typing tools.