Sudoku solver in python

I wrote a simple Sudoko solver in python. This is my first little tool I wrote when I teached me Python. It uses a few logical rules to reduce the number of possibilities and if no further simplification is found Backtracking emerges.