Re: [Tutor] integrating python and C

2011-09-23 Thread Chris Fuller
Sudoku is actually a pretty easy problem computationally, I'd do the whole thing in Python, unless you aren't as comfortable doing fancy algorithms (usually easier, anyway, unless you aren't used to the language, or really need static typing) in Python.. but then this would be a good opportunit

[Tutor] integrating python and C

2011-09-23 Thread surya k
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 passin