Using the Right Async Tool - Present Day
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the landscape of asynchronous programming in Python through this 45-minute EuroPython 2017 conference talk by Anton Caceres. Gain insights into the evolution of async tools, from early implementations like Twisted and Tornado to modern solutions such as AsyncIO and Django Channels. Learn how to choose the right async tool for various web tasks, understand the caveats of different libraries, and see live code demonstrations. Discover the benefits of async web development, compare different frameworks, and get a basic overview of Django Channels. Perfect for developers looking to enhance their knowledge of real-time web application development in Python.
Syllabus
Intro
Recap
Threaded web server
Async languages
Twisted
Twisted example 1
Twisted overview
Async evolution
Writing nice code
Future
Event loop
HTTP Server
Tornado
Questions
Taught by
EuroPython Conference
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity