Links tagged “python”
233 links, newest first.
github.com
Workshop materials for TensorFlow — notebooks and code covering graph building, model training, the high-level APIs and transfer learning.
github.com
Example code for the EuroPython 2016 talk "Testing the untestable, a beginner's guide to mock objects".
mockextras.readthedocs.io
Documentation for mockextras, a library adding a fluent configuration API, stubs and argument matchers to Python's unittest.mock.
lasagne.readthedocs.io
Documentation for Lasagne, a lightweight library for building and training neural networks in Theano.
github.com
A PostgreSQL client library for Python/asyncio, built for fast asynchronous database access.
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.
pyjok.es
A Python library and command-line tool that serves one-line jokes for programmers.
pyqtgraph.org
Home of PyQtGraph, a pure-Python graphics and GUI library built on PyQt/PySide and numpy for scientific and engineering applications.
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.
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.
txpostgres.readthedocs.io
Documentation for txpostgres, an asynchronous PostgreSQL driver for Python built on Twisted.
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.
networkx.readthedocs.io
Documentation for NetworkX, the Python library for creating, manipulating and studying graphs and networks.
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.
wagtail.io
Open-source CMS built on Django, with a page-tree content model and an editing interface aimed at non-technical authors.
cerberus.readthedocs.org
An extensible Python library that validates dictionaries against a declarative schema, with custom rules and no hard dependencies.
schematics.readthedocs.org
A Python library for describing data as typed models, then validating and reshaping it against them — an ORM type system without the database.
github.com
A Python module for web mining, bundling crawling and scraping, natural language processing, machine learning, network analysis and visualisation.
github.com
A repository of design patterns and idioms implemented in Python, sorted into creational, structural and behavioural groups.
radimrehurek.com
A Python library for training topic models and word embeddings, representing documents as semantic vectors and comparing them at scale.



















