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 ...
We've built a few of those (like the simple To-Do List using Python). For this one, I wanted to use some GUI, so I decided we'll be importing the Tkinter library to have some usable UI elements.