python

Python Decorators Basics

May 23, 2014 john 4

Introduction to decorators Decorators introduce a programming paradigm that is not found in statically linked languages, like C++ or Java. Taking advantage of closures and […]

sudoku

Sudoku Solver in Python

May 11, 2013 john 0

A great way to learn a new language is to simulate a game using it. Implementing a solution for something that seems so simple as […]

python

Python is great

March 11, 2013 john 0

I have fallen in love with several programming languages in the past, with C++ being the most dominate of them. During the last years though, […]