YoVDO

gevent - Asynchronous I/O Made Easy

Offered By: EuroPython Conference via YouTube

Tags

EuroPython Courses Python Courses Asyncio Courses gevent Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore asynchronous I/O programming with gevent in this EuroPython 2014 conference talk. Learn how gevent provides highly scalable asynchronous I/O without relying on complex callback structures or requiring significant code changes. Discover the advantages of gevent's synchronous programming model, which uses coroutines and monkey patching to make both your code and pure Python libraries asynchronous. Understand the differences between gevent and other asynchronous frameworks like Twisted, Tornado, and Tulip/asyncio. Dive into gevent's programming model, examine simple code samples, and gain insights into practical experiences of using gevent. Cover topics such as coroutines, generators, yield statements, and monkey patching. Explore gevent's features and learn how it simplifies error handling in I/O operations. Conclude with a discussion on multiprocessing and a Q&A session to address specific implementation questions.

Syllabus

Introduction
gevent
synchronous IO
problems with asynchronous IO
coolback
callbacks
classes
generators
yield
monkey patching
gevent features
Summary
Multiprocessing
Questions


Taught by

EuroPython Conference

Related Courses

Supercharged Web Scraping with Asyncio and Python
Udemy
爬虫基础教学 Python Scraping 教程
YouTube
Python Asynchronous Programming - AsyncIO and Async-Await
Tech with Tim via YouTube
Python Django, Aiohttp Workshop: Cooking Secret Note service
Udemy
Learn Advanced Python 3: Concurrency
Codecademy