Links tagged “python”
193 links, newest first.
automatetheboringstuff.com
Automate the Boring Stuff with Python Practical programming for total beginners.
wehart.blogspot.fr
Updated to include pointers to the PyUtilib Component Architecture and PnP.
docs.openstack.org
stevedore – Manage Dynamic Plugins for Python Applications¶ Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (“plugins”) at runtime.
boltons.readthedocs.io
Installation and Integration¶ Boltons can be added to a project in a few ways.
pythonsheets.com
import asyncio import socket loop = asyncio.geteventloop() sock = socket.socket(socket.AFINET, socket.SOCKDGRAM, 0) sock.setsockopt(socket.SOLSOCKET, socket.SOREUSEADDR, 1) sock.setblocking(False) host = 'localhost' port = 3553 sock.bind((host, port)) def recvfrom(loop, sock, nbytes, fut=None, regis…
datacamp.com
The evolution of the project and the consequent “Big Split” are the foundations to understanding the true differences between the two.
bonobo-project.org
Data should be an enabler, not a pain.
medium.com
Python requests deep dive I just finished replacing httplib in a very large project, Apache Libcloud.
xavierdupre.fr
Avant-propos¶ Les langages R et Python sont devenus incontournables dans le domaine des statistiques.
github.com
awesome-etl A curated list of notable ETL (extract, transform, load) frameworks, libraries and software.
electricmonk.nl
Here’s a little explanation of a possible dependency resolution algorithm.
ipyparallel.readthedocs.io
Installing IPython Parallel¶ As of 4.0, IPython parallel is now a standalone package called ipyparallel.
dask.pydata.org
Dask¶ Dask is a flexible parallel computing library for analytic computing.
distributed.readthedocs.io
Dask.distributed is a lightweight library for distributed computing in Python.
pandas.pydata.org
10 Minutes to pandas¶ This is a short introduction to pandas, geared mainly for new users.















