8000 GitHub - Oofone/SudokuExample: A simple example project that I'll use to explain how to structure and approach large projects with multiple modules and even data-sets. Note: The example is fully functional, the sudoku-solver can actually solve puzzles.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple example project that I'll use to explain how to structure and approach large projects with multiple modules and even data-sets. Note: The example is fully functional, the sudoku-solver can actually solve puzzles.

License

Notifications You must be signed in to change notification settings

Oofone/SudokuExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structuring Large Python Projects

The Sudoku Solver Project

This Sudoku-Solver was one I'd built as a simple numpy experiment quite a while back, but I thought why not use it as a simple example of how to create a large project (that may optionally have large dataset(s)).

Dataset

The dataset is from Kaggle.

It can be found here 58A3 .

How-To Run the Solver

About

A simple example project that I'll use to explain how to structure and approach large projects with multiple modules and even data-sets. Note: The example is fully functional, the sudoku-solver can actually solve puzzles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0