Skip to content

Latest commit

 

History

History
160 lines (79 loc) · 11.6 KB

README.md

File metadata and controls

160 lines (79 loc) · 11.6 KB

async

🌿 Exploring different concurrency paradigms in Python

Awesome License

Description

This repository contains links to some awesome blog posts, books, talks, and docs to get you up and running with Python's asynchronous paradigm. It tries to avoid resources that are outdated or contain deprecated APIs that make the async subspace of Python seem overly complicated, especially for beginners.

Concepts & philosophy

Asyncio overview

Asyncio API

Examples

Books

Tutorials

Talks

Podcasts

Banters

Reactive programming & microservices

Python enhancement proposals (PEPs)