Skip to content

🌿 Exploring cooperative concurrency primitives in Python

License

Notifications You must be signed in to change notification settings

rednafi/think-async

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2023
Jan 6, 2023
Jan 6, 2023
Jan 16, 2022
Apr 19, 2021
Jun 6, 2020
Jan 6, 2023
Mar 24, 2022
Jan 6, 2023
Jan 6, 2023
Oct 16, 2023
Oct 29, 2021
Nov 14, 2023

Repository files navigation

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)