Skip to content

Latest commit

 

History

History
48 lines (46 loc) · 4.25 KB

concurrency-with-asyncio.md

File metadata and controls

48 lines (46 loc) · 4.25 KB

Concurrency with asyncio

Links in the book.

Link Recommendation (out of 10) Read
asyncio · pypi [ ]
memory recycling/garbage collecting problem [ ]
pep 3156 -- asynchronous io support rebooted: the "asyncio" module [ ]
[python-ideas] yielding from the command line [ ]
coroutines and tasks — python 3.8.6rc1 documentation [ ]
quamash · pypi [ ]
coroutines and tasks — python 3.8.6rc1 documentation [ ]
ryan dahl: introduction to node.js - youtube [ ]
event loop — python 3.8.6rc1 documentation [ ]
example-code/17-futures/countries at master · fluentpython/example-code · github [ ]
synchronization primitives — python 3.8.6rc1 documentation [ ]
pep 3134 -- exception chaining and embedded tracebacks [ ]
example-code/vaurien_error_delay.sh at master · fluentpython/example-code · github [ ]
streams — python 3.8.6rc1 documentation [ ]
transports and protocols — python 3.8.6rc1 documentation [ ]
transports and protocols — python 3.8.6rc1 documentation [ ]
http server reference — aiohttp 0.14.4- documentation [ ]
welcome to aiopg — welcome to aiopg [ ]
[python-ideas] pep 3156: clarifying the different components of the event loop api [ ]
pep 3156 -- asynchronous io support rebooted: the "asyncio" module [ ]
asyncio — asynchronous i/o — python 3.8.6rc1 documentation [ ]
built-in types — python 3.8.6rc1 documentation [ ]
developing with asyncio — python 3.8.6rc1 documentation [ ]
fan-in and fan-out: the crucial components of concurrency by brett slatkin - speaker deck [ ]
brett slatkin: fan-in and fan-out: the crucial components of concurrency - pycon 2014 - youtube [ ]
500lines/crawler at master · aosabook/500lines · github [ ]
one big fluke› python's asyncio is for composition, not raw performance [ ]
pycon 2013 keynote [ ]
guido van rossum on tulip (january 2014) - youtube [ ]
tulip: async i/o for python 3 - youtube [ ]
a deep dive into pep-3156 and the new asyncio module [ ]
a deep dive into pep3156, the new asyncio module - youtube [ ]
using futures for async gui programming in python 3.3 [ ]
github - fluentpython/asyncio-tkinter: example of running asyncio on top of the tcl/tk event loop via tkinter [ ]
asyncio.org - registered at namecheap.com [ ]
aio-libs · github [ ]
vaurien, the chaos tcp proxy — vaurien 1.8 documentation [ ]
mozilla services repositories by mozilla-services [ ]
callbacks are imperative, promises are functional: node's biggest missed opportunity – the if works [ ]
tornado.platform.asyncio — bridge between asyncio and tornado — tornado 6.1.dev1 documentation [ ]
websockets [ ]
pep 249 -- python database api specification v2.0 [ ]