Jake VanderPlas 4/16/2013

Code Golf in Python: Sudoku

Read Original

The article explores the concept of code golf in Python, using the development of a minimal Sudoku solver as a case study. It explains the educational value of writing obfuscated, short code to understand language quirks and shares the author's personal history with Python and Sudoku. The piece includes an example of a highly condensed function and discusses the process and tricks behind creating such solutions.

Code Golf in Python: Sudoku

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week