Posts tagged with non-blocking-input

Non-blocking input in python

Use the select module in python for non-blocking input. Look at my tuner program for an example of its usage.