Linux Journal: Why Not Python?, Part 3 Feb 10, 2006, 08 :30 UTC (0 Talkback[s]) (5687 reads) (Other stories by Collin Park)
"Part 1 of this article introduced the Python programming language from the perspective of an old C hacker and presented a short program to solve the 'Coconuts' problem. Part 2 described the Sudoku puzzle and showed how a Sudoku-solving program might be written in Python. The program would contain three steps:
"read in the values of the cells specified and draw some elementary conclusions about what the blanks will be
"fill in the empty cells; that is, solve the puzzle