Python and Web Sockets
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the world of bi-directional communication in modern web applications through this 32-minute conference talk from EuroPython 2018. Dive into Web Sockets, a W3C-standardized protocol for full-duplex connections on the Web, and learn how to integrate them seamlessly into Python web apps. Discover implementation techniques using popular frameworks like Tornado and Django, understand the differences between HTTP and WebSockets, and gain insights into practical use cases. Witness a live demonstration showcasing the power of WebSockets in action, and grasp the advantages they offer over traditional REST APIs. Master the art of creating responsive, real-time web applications that can react to both user actions and server events efficiently.
Syllabus
Intro
HTTP
Ajax
WebSockets
Use Cases
WebSocket Example
Tornado
HTTP vs WebSocket
WebSockets in Python
WebSockets in clients
WebSockets vs Rest API
Connect to WebSocket
WebSocket
Async
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube