Python in the wide world week - day 2, Dropbox

| categories: python | View Comments

Yesterday, at the start of the very first "X week", we looked at XBMC. Today, we will look at Dropbox, a could storage file synchronisation service.

Dropbox

Dropbox

Dropbox is a file hosting service that offers simple cloud storage and file synchronisation for average users as well as big companies. From a humble start in 2008 it grew faster then anyone could have predicted and hit 200M users on Nov 13, 2013. Even though it has many competitors like Google Drive, Microsoft SkyDrive and Box.net (and many, many others), Dropbox continues to stand at the top of the game.

Where is



Read and Post Comments

Python in the wide world week - day 1, XBMC

| categories: python | View Comments

In an effort to actually post something here, I have decided to do a series of "X week" posts. Starting off with a "Python in the wide world week", I'll be exploring some interesting places where Python is used in the real world.

XBMC

XBMC

What is XBMC?

XBMC is a free and open source media player developed by the XBMC foundation. While it was originally created as a media center for the original Xbox gaming console (hence the name XBox Media Center), it is now natively available on Windows, various Linux distributions, Mac OSX, Android, Raspberry Pi, iOS, Apple TV



Read and Post Comments

My Sublime Text 2 settings

| categories: sublime text, programming tools, editors | View Comments

In this post I will go through the core addons I use (I might use some more here and there but these are the ones I find the most useful).

Addons I use

Addon name and link Description


Read and Post Comments

Battle of the editors - Sublime Text 2

| categories: sublime text, programming tools, editors | View Comments

As most of us, I've been struggling with finding the "perfect" editor. For me, that meant an editor that could be used for many different languages (C, Python, HTML, CSS, JavaScript, ... ), could also be used for "normal" use (Markdown, RST, LaTeX), would start up fast and generally be fast enough so I didn't have to wait around for it and could optionally be extended with various plugins.

Furthermore, I'd like the "out of the box" functionality to be good, and if at all possible, it should be easy to synchronise my settings across devices. Working under multiple platforms would also be a plus, since I couldn't



Read and Post Comments

Welcome to the blog!

| categories: welcome | View Comments

With this post, my blog is officially open for business. It will primarily be used for Python related stuff and I am working on some tutorials to put on here. The first one is already up so feel free to go read it and leave your comments!

For the more technically inclined, an explanation of how the blog is set up.

I use two repositories on GitHub, one for the source and the second one for the generated source. The generated source



Read and Post Comments

« Previous Page