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/matajira/sudoku

Tagged in :

Camilo Matajira Avatar

One response to “Sudoku Solver”

  1. […] personal project, originally written in Java in 2008. Since then, I’ve recreated it in Python (https://camilo.matajira.com/?p=220) and JavaScript as […]