

AsyncIO + Music, Origins of Black, and Managing Python Releases
13 snips May 1, 2020
Łukasz Langa, release manager for Python 3.8 and 3.9, discusses AsyncIO with Music at PyCon 2020. Topics include event loop comparisons, coroutines, uvloop, and origins of his code formatter, Black. He also shares insights on EdgeDB and transitioning back to Poland.
AI Snips
Chapters
Transcript
Episode notes
Moving Back to Poland
- Łukasz Langa and his wife decided to move back to Europe from the Bay Area to spend more time with their families.
- They took a month-long road trip across the US before settling in Poland.
EdgeDB's Foundation
- EdgeDB is built upon PostgreSQL, leveraging its proven foundation instead of rebuilding database fundamentals.
- It offers a higher-level query language (EdgeQL) and integrates GraphQL for enhanced usability.
EdgeDB's Target Market
- EdgeDB's object-association model enables expressive queries without performance concerns, similar to Facebook's internal database.
- It aims to empower smaller projects with this capability, eliminating the need for denormalization or excessive Python-side querying.