Links tagged “library”
102 links, newest first.
tryolabs.com
Round-up of ten Python libraries that stood out in 2017, from Pipenv and PyTorch to Dash, FlashText and Luminoth.
django-guardian.readthedocs.io
Documentation for django-guardian, an extra authentication backend adding per-object permissions to Django.
medium.com
Rundown of fifteen Python data-science libraries — NumPy, Pandas, Matplotlib, Scikit-Learn, TensorFlow, NLTK and others — grouped by purpose.
py2neo.org
Documentation for py2neo, a Python client library and command-line toolkit for working with Neo4j; the project is now end of life.
cffi.readthedocs.io
Documentation for CFFI, the C Foreign Function Interface for Python, which calls C code from Python using C-like declarations copied from headers.
pybind11.readthedocs.io
Documentation for pybind11, a header-only library that exposes C++ types to Python and back, mainly to create Python bindings for existing C++ code.
attrs.readthedocs.io
Documentation for attrs, the Python library that generates a class's dunder methods from its declared attributes so classes stay short and correct.
docs.python.org
Standard library module for introspecting live Python objects — type checks, source retrieval, call signatures and stack frames.
backtrader.com
A feature-rich Python framework for backtesting and live trading, shipping its own indicators, analyzers and data feeds.
quantinsti.com
A survey of Python libraries used in algorithmic trading, from data retrieval and technical analysis to visualisation, backtesting and machine learning.
pypi.python.org
Python module that monitors a process's memory usage and reports memory consumption line by line.
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.
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.
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.
bonobo-project.org
Lightweight ETL toolkit for Python 3.5+ where each transformation is a plain callable and pipelines are built by connecting those callables in a directed graph.
medium.com
A walk through the internals of Python's requests library — sessions, prepared requests and streaming — written after porting Apache Libcloud off httplib.
cassette.readthedocs.io
Documentation for Cassette, a Python library that stores the HTTP requests an application makes and replays them later.
dask.pydata.org
Documentation home for Dask, a Python library for parallel and distributed computing, offering pandas-like DataFrames, NumPy-like arrays, bags and futures.
mobxjs.github.io
An introduction to the MobX state management library through a to-do list example, covering observable state, computed values, reactions and actions, with runnable code.

















