Topics covered in this episode:
- pysqlscribe
- A map of Python
- Rust, C++, and Python trends in jobs on Hacker News (February 2025)
- The features of Python's help() function
- Extras
- Joke
About the show
Sponsored by us! Support our work through:
Connect with the hosts
- Michael: @[email protected] / @mkennedy.codes (bsky)
- Brian: @[email protected] / @brianokken.bsky.social
- Show: @[email protected] / @pythonbytes.fm (bsky)
Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too.
Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.
Michael #1: pysqlscribe
- A Python library intended to make building SQL queries in your code a bit easier.
- A Query object can be constructed using the QueryRegistry's get_builder featuring a dialect (e.g; "mysql", "postgres", "oracle").
Brian #2: A map of Python
- Cool visualization of dependencies in PyPI packages
- Even cooler visualization (linked from main article)
Michael #3: Rust, C++, and Python trends in jobs on Hacker News (February 2025)
- Interesting supply and demand comparisons from at least on source.
Brian #4: The features of Python's help() function
- Trey Hunner
- Don’t forget how useful and cool help() is.
Extras
Michael: