Python 101: Interactively learn how to program with Python 3 – FREE till 3/22

FREE for 48 Hours only. Read more

Similar

PyVISA: Control Your Instruments with Python

PyVISA is a Python package that enables you to control all kinds of measurement devices independently of the interface (e.g. GPIB, RS232, USB, Ethernet). As an example, reading self-identification from a Keithley Multimeter with GPIB number 12 is as easy ... (more…)

Read more »

Mocking Redis and Expiration in Python

Recently, I had to use Redis for the first time. I heard of it, but never really played with it. But this time I had no choice, and I don’t regret it at all, Redis is awesome. But having a new component means that I had to discover from scratch how to tes... (more…)

Read more »