News

UI design in Python can be complex, so I'll keep it simple and just tell you what the code I'm giving you does. Here's how my UI window is going to be defined. We'll start by importing Tkinter: ...
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 window… ...