Links tagged “async”
17 links, newest first.
pawelmhm.github.io
In this post I’d like to test limits of python aiohttp and check its performance in terms of requests per minute.
knexjs.org
Installation Knex can be used as an SQL query builder in both Node.JS and the browser, limited to WebSQL's constraints (like the inability to drop tables or read schemas).
pythonsheets.com
import asyncio import socket loop = asyncio.geteventloop() sock = socket.socket(socket.AFINET, socket.SOCKDGRAM, 0) sock.setsockopt(socket.SOLSOCKET, socket.SOREUSEADDR, 1) sock.setblocking(False) host = 'localhost' port = 3553 sock.bind((host, port)) def recvfrom(loop, sock, nbytes, fut=None, regis…
dabeaz.com
[ David Beazley ] Welcome!
blog.kgriffs.com
Five Guys sells awesome burgers and fries.
techspot.zzzeek.org
As anticipated, let's get into where it's all going wrong, especially for database-related code.
blog.heroku.com
Today, we're thrilled to host Jacob Kaplan-Moss.
github.com
asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio.
jakearchibald.com
ES7 async functions Posted 27 March 2014 \- hey at least it's not another progressive enhancement article They're brilliant.
ntoll.org
Asynchronous Python Monday 28th April, 2014 (12:30PM) Python version 3.4 was recently released.
pouchdb.com
Fellow JavaScripters, it's time to admit it: we have a problem with promises.
github.com
title: A Web Crawler With asyncio Coroutines author: A.
emptysqua.re
At Open Source Bridge and PyGotham in 2015, I demonstrated that you can code a Python 3 async framework in about a half hour.
python.org
PEP 0492 -- Coroutines with async and await syntax PEP: 492 Title: Coroutines with async and await syntax Author: Yury Selivanov <yury at magic.io> Discussions-To: < python-dev at python.org > Status: Final Type: Standards Track Created: 09-Apr-2015 Python-Version: 3.5 Post-History: 17-Apr-2015, 21-…















