Hi!<br><br>Actually, I&#39;m writing sudoku solver. So, I&#39;d write my logic in C but when it comes to GUI, I feel that python is much easier than doing in C. <br>What I&#39;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..<br>
<br>How should I do it.<br><br>Thanks.<br>