Showing all posts tagged python:

Matplotlib tutorial

Simple plot In this section, we want to draw the cosine and sine functions on the same plot. Starting from the default settings, we'll enrich the figure step by step to make it nicer. First step is to get the data for the sine and cosine functions: imp...

Systems Administration — The Hitchhiker's Guide to Python

Systems Administration¶ Fabric¶ Fabric is a library for simplifying system administration tasks. While Chef and Puppet tend to focus on managing servers and system libraries, Fabric is more focused on application level tasks such as deployment. Insta...