#423: Traveling the Python Universe
Published Mon, Mar 10, 2025,
recorded Mon, Mar 10, 2025
About the show
Sponsored by us! Support our work through:
Connect with the hosts
- Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky)
- Brian: @brianokken@fosstodon.org / @brianokken.bsky.social
- Show: @pythonbytes@fosstodon.org / @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: