Sudoku Solver

Camilo Matajira Avatar

After learning to program in JAVA (2008), the first project that I made was a Sudoku solver. Ten years later (2018), I programmed the same project with the intention to learn Python.

My objective was mainly to familiarize myself with Python: Practice building classes, Data Structures, Test Driven Development, Unit Testing, GUI development with TKinter, and a glimpse of how to to an API with Flask.

You can check the project in the following URL: https://gitlab.com/ca.matajira966/sudoku

Tagged in :

Camilo Matajira Avatar