Thread: I/O proccessing
View Single Post
Old Mar 24th, 2008, 10:10 AM   #4
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,798
Rep Power: 5 Sane will become famous soon enough
Re: I/O proccessing

The simplicity of Python makes a GUI less daunting than a hacked together solution. GUIs handle all the threading and synchronization between input and output for you. Why reinvent the wheel? Or worse yet, why avoid using that wheel?

I am sure that even though you are new to Python, it would be within your grasp to create a simple frame with an input and output box.
Sane is offline   Reply With Quote