Setup a remote IPython notebook server with Numpy/Scipy/Maltplotlib/Pandas in a virtualenv on Ubuntu Server

I'm currently reading the book Python for data analysis and I have struggled to setup a remote IPython notebook server with all ...

How to configure ubuntu's firewall using Uncomplicated Firewall (UFW)

UFW, or uncomplicated firewall is a configuration tool that makes configuring iptables easy, so why not enable it and harden your server security ...

Getting started with boto and Glacier

Amazon recently released Glacier, a new web service designed to store rarely accessed data. Thanks to boto, a Python interface to Amazon Web ...

Bakthat 0.2.0 released adding Amazon Glacier support

Bakthat is a little command line tool I created to compress, encrypt (symmetric encryption) and upload files directly to Amazon S3 in a ...

How to track page views and clicks on your Brunch/Chaplin/Backbone app with Clicky Web Analytics

Clicky Web Analytics is the best alternative to Google Analytics I have found so far (simpler interface/real time spy mode/twitter analytics ...

Build a Backbone/Brunch/Chaplin Backend with Python Flask and MongoDB

Some tips on how to use Flask with MongoDB to build a REST Backend for Backbone/Brunch/Chaplin.

With both these tools, it ...

How to keep Celery running with supervisor

Supervisor is a Python program that allows you to control and keep running any unix processes. It can also restart crashed processes. I ...

Ubuntu/Debian - Encrypted incremental backups with duplicity on Amazon S3

An example on how to use duplicity to perform encrypted incremental backups on Amazon S3.

I'm using duplicity version 0.6.20 ...

Using Bootstrap as a git submodule

Bootstrap, from Twitter is a powerful framework and get updated often, here is a quick way to integrate it as a git submodule ...

Using Google Translation API v2 with Python

A simple Python wrapper to call the Google Translation API v2. The only dependecy is demjson.

The API is only abailable as a ...

© Thomas Sileo. Powered by Pelican and hosted by DigitalOcean.