the realm of Amber Brown

Natural State Of Computers -- Further Reading

2019.08.25

Articles & Talks

“Unyielding”, an article by Glyph (the creator of Twisted) discussing threading. Link

“The Twisted Way”, another article by Glyph. Link

DEP-0009, the approved proposal for async inclusion in Django. Link

“A Django Async Roadmap” by Andrew Godwin Link

“ASGI 3.0” by Andrew Godwin Link

“Implementing Parallelism & Concurrency From The Ground Up” by Amber Brown Video

“The Report Of Twisted’s Death or: Why Twisted and Tornado Are Relevant In The Asyncio Age” by Amber Brown Video Slides

“What Django Can Learn From Twisted”, DjangoCon AU 2015 Keynote by Amber Brown Video Slides

“Django & Twisted”, Django Under The Hood 2015, by Amber Brown Slides

Software

Twisted, the most mature of the asynchronous networking frameworks for Python. Link

Trio, the most interesting of the asynchronous networking frameworks for Python. Link

Treq, a requests-like API for Twisted Link

Klein, a Flask-like API for Twisted Link

Asynchronous Server Gateway Interface spec Link

asyncio, the stdlib’s async networking library Link

Books

“Expert Twisted”, a book by several Twisted developers on using Twisted. Link

People

Glyph, the founder of Twisted Twitter GitHub Blog

Amber Brown (me!), release manager of Twisted Twitter GitHub Blog

Andrew Godwin, creator of ASGI Twitter Blog