Sysadmin

Articles associated with this term:

How to split a Python requirements file?

Sometimes it is beneficial to have different requirements file in a project depending on the runtime environment. This post shows how to easily …

How does Google Pregel work?

MapReduce requires the data chunks to be processed independently. This processing model is unsuitable for many graph models in which a calculation …

How to specify pip install location?

Virtualenv provides a very good way to isolate packages. But sometimes it is better to install packages shared across projects in a custom location.