Watch the live stream:
About the show
Sponsored by Microsoft for Startups Founders Hub.
Brian #1: Uncommon Uses of Python in Commonly Used Libraries
base.py
PYTHONPATH
from .something import thing
import .something
.something
Michael #2: Skyplane Cloud Transfers
Brian #3: 7 things I've learned building a modern TUI framework
Example of using items() to get views, then ^ for symmetric difference (done at the C level):
items()
^
# Get widgets which are new or changed print(render_map.items() ^ new_render_map.items())
Lots of other great topics in the article
lru_cache
fractions
Michael #4: ‘Unstoppable’ Python
Extras
Brian:
Michael:
Joke: Rakes and AWS