March 2017
14 links saved this month.
chromium.googlesource.com
Documentation for hterm, a JavaScript library that renders a terminal emulator in the browser; it handles output and keyboard input but is not itself an SSH client or a shell.
jinja.pocoo.org
Jinja documentation page comparing Jinja's template syntax with Django templates and Mako, listing the differences that matter when porting templates between them.
datacamp.com
Traces how Project Jupyter split off from IPython in 2014, then maps which features — kernels, magics, notebook conversion — belong to which project today.
pythonsheets.com
Collection of short Python code snippets, from language basics to databases, networking, concurrency and the standard library.
pythonsheets.com
Cheat sheet on asynchronous Python, tracing the path from callbacks and generators to coroutines and async/await with runnable snippets at each step.
awesome-django.com
Curated directory of Django apps, packages and learning resources, grouped by category from authentication and payments to CMS, search and testing.
boltons.readthedocs.io
Documentation for boltons, a pure-Python library of utilities — caching, extra dict and list types, iteration and file helpers — that arguably belong in the standard library.
distill.pub
Peer-reviewed journal publishing interactive, visual explanations of machine learning research, from neural network interpretability to the fundamentals of deep learning.
django-storages.readthedocs.io
Documentation for django-storages, a collection of custom Django storage backends for Amazon S3, Google Cloud Storage, Azure, Dropbox and other providers.
janusgraph.org
Open-source distributed graph database for graphs of billions of vertices and edges, backed by Cassandra, HBase or Bigtable and queried through Apache TinkerPop.
docs.openstack.org
Documentation for stevedore, a Python library that discovers and loads plugins at runtime by building on setuptools entry points rather than a bespoke extension mechanism.
wehart.blogspot.fr
Survey of Python plugin frameworks — yapsy, Envisage, Trac's component architecture, the PyUtilib Component Architecture and others — with notes on choosing between them.











