Links tagged “python”
233 links, newest first.
docs.python.org
Python's reference for concurrent.futures, a high-level interface for running callables asynchronously in thread or process pools.
docs.python.org
Python's asyncio event loop reference — scheduling callbacks, network I/O, subprocesses, executors and the available loop implementations.
docs.python.org
Python 3.5's asyncio reference for coroutines, futures and tasks, covering gather(), wait(), wait_for(), shield() and ensure_future().
docs.python.org
Python's asyncio reference for coroutine-safe queues — Queue, PriorityQueue and LifoQueue — with put(), get(), join() and task_done().
snarky.ca
A walk through how async/await is built in Python 3.5, from generators and yield from to coroutines, ending with a minimal event loop written from scratch.
ntoll.org
An introduction to asyncio as it landed in Python 3.4 — event loop, coroutines, futures and tasks — with worked non-blocking network examples.
youtube.com
David Beazley builds Python concurrency up from primitives, live on stage at PyCon 2015, ending at asyncio.
docs.openstack.org
Documentation for stevedore, a Python library that discovers and loads plugins through setuptools entry points, with several extension manager classes for different loading patterns.
blog.europython.eu
Official blog of EuroPython, the European Python conference, carrying announcements, schedules, speaker news and volunteer interviews.
pyjwt.readthedocs.org
Documentation for PyJWT, the Python library that encodes and decodes JSON Web Tokens, covering signing algorithms, claim validation and JWKS endpoints.
python-jose.readthedocs.org
Documentation for python-jose, a Python implementation of the JOSE suite: JSON Web Signature, Encryption, Key and Algorithms.
interviewcake.com
An explanation of big O notation — dropping constants and lower-order terms, worst-case analysis, and space complexity — illustrated with Python.
thebuild.com
Why Django's ORM handles very large result sets badly, and how to use PostgreSQL server-side cursors to iterate over them instead.
djangounderthehood.com
Site of Django: Under the Hood, a conference of deep-dive talks on Django internals, with editions in 2014, 2015 and 2016.
chibisov.github.io
Documentation for DRF-extensions, a collection of add-ons for Django REST Framework covering nested routers, viewset mixins, caching and bulk operations.
github.com
PyReact, a now-archived Python wrapper around React and JSX that transforms JSX files and renders components from Python.
github.com
Book chapter by A. Jesse Jiryu Davis and Guido van Rossum building a concurrent web crawler three ways — threads, then callbacks, then generator-based coroutines.



















