Links tagged “documentation”
108 links, newest first.
docs.python.org
Standard library module for introspecting live Python objects — type checks, source retrieval, call signatures and stack frames.
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.
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.
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.
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.
packaging.python.org
The Python Packaging Authority's collection of tutorials, guides and specifications for building, publishing and installing Python packages with current tools.
cassette.readthedocs.io
Documentation for Cassette, a Python library that stores the HTTP requests an application makes and replays them later.
ipyparallel.readthedocs.io
Documentation for IPython Parallel (the ipyparallel package), which runs Python code across many processors or machines, including over MPI.
openapis.org
Home of the OpenAPI Initiative, which stewards the OpenAPI Specification, the vendor-neutral description format for HTTP APIs that grew out of Swagger.
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.
distributed.readthedocs.io
Documentation for Dask.distributed, the library that executes Dask task graphs across a cluster of machines.
pandas.pydata.org
A whirlwind tour of pandas for new users, covering Series and DataFrame creation, selection, missing data, grouping, reshaping, time series and plotting.
pandas.pydata.org
The pandas user guide chapter on Series and DataFrame — how to build them, how they align on labels, and how selection and arithmetic behave.
wiki.apache.org
Apache wiki FAQ on Solr relevancy, covering query parser choice, field boosting, score debugging and ways to influence ranking.
grantjenks.com
Pure-Python library providing sorted list, dict and set types with performance close to C extensions.
marmelab.com
Technique for making a Makefile document itself, by tagging targets with double-hash comments and parsing them into a help target with grep and awk.
pythonhosted.org
Documentation for watchdog, a cross-platform Python library and shell tool that reacts to file system events such as directory changes.
docs.python.org
Standard library documentation for Python's multiprocessing module, which spawns processes to sidestep the GIL and offers queues, pipes, pools and shared memory.
python-oauth2.readthedocs.io
Documentation for python-oauth2, a framework for providing OAuth 2.0 authentication in Python applications.
developers.google.com
Google's reference on using OAuth 2.0 to authorise access to its APIs, with the flows for web, installed, server-side and limited-input applications.



















