About the show
Sponsored by Bright Data : pythonbytes.fm/brightdata
Connect with the hosts
Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too.
Michael #1: Leaving the cloud
Brian #2: PEP 723 - Inline script metadata
# /// script # requires-python = ">=3.11" # dependencies = [ # "requests<3", # "rich", # ] # /// import requests from rich.pretty import pprint resp = requests.get("https://peps.python.org/api/peps.json") data = resp.json() pprint([(k, v["title"]) for k, v in data.items()][:10])
Michael #3: Flet for Android
Brian #4: harlequin: The SQL IDE for Your Terminal.
Extras
Brian:
Michael:
Joke: Careful with that bike lock combination code