Hi!

Actually, I'm writing sudoku solver. So, I'd write my logic in C but when it
comes to GUI, I feel that python is much easier than doing in C.
What I'm looking at is, take input from python program with graphic
interface and passing it to my C program file then solve the puzzle and
again passing the whole array to python code to display..

How should I do it.

Thanks.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to