March 2017
14 links saved this month.
chromium.googlesource.com
hterm hterm is a JS library that provides a terminal emulator.
jinja.pocoo.org
If you have used a different template engine in the past and want to switch to Jinja2 here is a small guide that shows the basic syntactic and semantic changes between some common, similar text template engines for Python.
datacamp.com
The evolution of the project and the consequent “Big Split” are the foundations to understanding the true differences between the two.
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…
boltons.readthedocs.io
Installation and Integration¶ Boltons can be added to a project in a few ways.
distill.pub
Experiments in Handwriting with a Neural Network Several interactive visualizations of a generative model of handwriting.
janusgraph.org
JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster.
docs.openstack.org
stevedore – Manage Dynamic Plugins for Python Applications¶ Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (“plugins”) at runtime.
wehart.blogspot.fr
Updated to include pointers to the PyUtilib Component Architecture and PnP.











