News

This is a crash course for Python. We'll quickly go through the basic data types of Python (strings, lists, sets, dictionaries), and cover conditionals and loops (if-else, while loops, for). We'll end ...
SKiDL is very, very cool. It’s a bit of Python code that outputs a circuit netlist for KiCAD. Why is this cool? If you design a PCB in KiCAD, you go through three steps: draw the schematic ...
If you've heard of Python but don't know where to start with it, these five scripts can help boost your productivity.