YoVDO

High Performance Networking in Python

Offered By: EuroPython Conference via YouTube

Tags

EuroPython Courses Python Courses Cython Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore high-performance networking in Python with this conference talk from EuroPython 2016. Dive into the async/await syntax introduced in Python 3.5, understanding its implementation in CPython core and its impact on asynchronous programming. Examine the architecture of asyncio, including event loops, policies, transports, protocols, and streams abstractions. Learn about libuv, the high-performance networking library powering NodeJS, and compare it to asyncio. Discover how to create custom asyncio-compatible event loops using libuv and Cython to achieve significant performance improvements. Gain insights into potential future enhancements for asyncio and networking in Python, along with associated challenges. By the end of this talk, acquire a deeper understanding of async/await, asyncio architecture, custom event loop implementation, and the integration of complex low-level libraries using Cython.

Syllabus

Yury Selivanov - High Performance Networking in Python


Taught by

EuroPython Conference

Related Courses

Faster pandas
LinkedIn Learning
Faster Python Code
LinkedIn Learning
Cython Tutorial - Bridging Between Python and C-C++ for Performance Gains
sentdex via YouTube
Cython 3 - Python at the Speed of C
EuroPython Conference via YouTube
Extending Cython with GIL-Free Types
EuroPython Conference via YouTube