News

Last time, I assembled a Python object representing a Rigol oscilloscope. Manipulating the object communicates with the scope over the network. But my original goal was to build a little GUI ...
By leveraging some Python features and a common Python idiom, you can convert a command line program into a GUI with very little effort. The idea is pretty simple. Nearly all command line Python ...