Links tagged “python”
233 links, newest first.
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.
nltk.org
API documentation for NLTK's tagging package, which provides the classes and interfaces for part-of-speech tagging.
streamhacker.com
Walkthrough of training gensim's word2vec on NLTK corpora and querying the resulting embeddings for similarly-used words.
dataquest.io
Tutorial building a live Twitter stream consumer in Python with tweepy, storing tweets in a database and running basic sentiment analysis on them.
github.com
Python wrapper around curl that visualises where an HTTP request spends its time — DNS, TCP, TLS, server processing and content transfer.
eev.ee
Practical case for testing aimed at people who dislike it, arguing for a friendly framework like pytest, tests over what you already check by hand, and fast reliable runs.
blog.heroku.com
Walkthrough of building a real-time chat application with Django Channels and WebSockets, then deploying it on Heroku with Redis as the channel layer.
channels.readthedocs.io
Channels documentation for ASGI, the asynchronous successor to WSGI that lets a Python server handle WebSockets and other protocols beyond HTTP.
grocker.readthedocs.io
Documentation for Grocker, a tool that bundles a Python application into a Docker image while keeping the image as small as possible.
aiohttp-wsgi.readthedocs.io
Documentation for aiohttp-wsgi, an adapter that runs WSGI applications such as Django or Flask on the asyncio-based aiohttp server.
pypi.python.org
Python package that reloads web pages in the browser when watched files change, without hitting refresh.
dask.readthedocs.io
Documentation for Dask, a Python library for parallel and distributed computing that scales data processing from a laptop to a cluster.
pandas.pydata.org
Documentation for pandas, the Python library providing DataFrames and the tools that go with them for practical data analysis.



















