July 2016
24 links saved this month.
python.org
An essay on representing graphs with plain Python dictionaries and lists, with code for finding a path and the shortest path between two nodes.
networkx.readthedocs.io
Documentation for NetworkX, the Python library for creating, manipulating and studying graphs and networks.
uvloop.readthedocs.io
Documentation for uvloop, a fast drop-in replacement for the built-in asyncio event loop, written in Cython on top of libuv.
txpostgres.readthedocs.io
Documentation for txpostgres, an asynchronous PostgreSQL driver for Python built on Twisted.
glyph.twistedmatrix.com
An argument that asyncio does not make Twisted obsolete, since Twisted is a full application platform where asyncio is only an event-loop kernel.
pypi.python.org
PyPI page for serpent, a Python serialization library that renders objects as literal expressions and reads them back with ast.literal_eval.
pyqtgraph.org
Home of PyQtGraph, a pure-Python graphics and GUI library built on PyQt/PySide and numpy for scientific and engineering applications.
pyjok.es
A Python library and command-line tool that serves one-line jokes for programmers.
pythonhosted.org
Documentation for osBrain, a general-purpose multi-agent system module in Python whose agents run as separate processes and exchange messages over ØMQ and Pyro4.
github.com
A PostgreSQL client library for Python/asyncio, built for fast asynchronous database access.
tuxcademy.org
A project publishing free training materials on Linux and open-source software.
lasagne.readthedocs.io
Documentation for Lasagne, a lightweight library for building and training neural networks in Theano.
research.googleblog.com
Visualising what a neural network has learned by generating images that amplify what each layer recognises.
mockextras.readthedocs.io
Documentation for mockextras, a library adding a fluent configuration API, stubs and argument matchers to Python's unittest.mock.
grpc.io
Home of gRPC, an open-source high-performance remote procedure call framework for connecting services across languages and environments.
github.com
Example code for the EuroPython 2016 talk "Testing the untestable, a beginner's guide to mock objects".
bigchaindb.com
Home of BigchainDB, a database with blockchain characteristics: decentralized control, immutability and asset support, at database throughput.
github.com
Workshop materials for TensorFlow — notebooks and code covering graph building, model training, the high-level APIs and transfer learning.
pandas.pydata.org
Documentation for pandas, the Python library providing DataFrames and the tools that go with them for practical data analysis.



















