Your App Is Async So Take Advantage of It for Development
Offered By: PyCon US via YouTube
Course Description
Overview
Explore how Python's asynchronous programming can enhance development practices in this 26-minute PyCon US talk. Discover the benefits of cooperative multitasking for runtime program state inspection and learn about "development views" for visualizing and interacting with running applications. Examine working examples of remote REPLs and graphical visualizations that run concurrently without requiring intrusive changes to program structure. Gain insights into creating custom graphical representations of state, viewable remotely from a web browser, with zero overhead when not in use. Consider practical applications, such as visualizing internal states of a home robot, including obstacle maps, orientation, speed, power usage, camera feeds, and behavior-deciding state machines. Access accompanying slides for further reference and visual aids.
Syllabus
TALK / John Belmonte / Your app is async so take advantage of it for development!
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube