A co-worker and I want to increase our knowledge of Python. I have a tiny bit
of exposure to python. He has none, but
has wide experience with C, C++, NET, C#, etc. We agreed we'd do a Sudoku
solver. I'd do the GUI, he would do the
solver code.
My question is this: I assume that once I invoke
I'm playing with a sudoku GUI...just to learn more about python.
I've made 81 'cells'...actually small canvases
Part of my scheme to write the cells (all 81 of them in the gui) to a file
(using the the SAVE callback/button), then
restore the gui cells from the contents of the saved file, which d
On Sat, 21 Jan 2006 14:23:49 -0800, James Stroud <[EMAIL PROTECTED]> wrote:
>[EMAIL PROTECTED] wrote:
>> I'm playing with a sudoku GUI...just to learn more about python.
>>
>> I've made 81 'cells'...actually small canvases
>>
>> Part of my scheme to write the cells (all 81 of them in the gui) to