We like to pretend that our circuits are as perfect as our schematics. But in truth, PCB traces have unwanted resistance, capacitance, and inductance. On the other hand, that means you can use those ...
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, assign ...
Python is an open-source, object-oriented programming language. According to Python.org, its simple, easy-to-learn syntax emphasizes readability and therefore reduces the cost of program maintenance.
As a system and application engineer, I’ve saved countless hours by automating measurements with software such as LabVIEW. Although I’ve used it to build measurement applications, I’ve started to ...
There are plenty of automation tools today that promise results without writing a single line of code, but they come with limits. You’re usually locked into the templates and workflows the platform ...
In Reorganizing XML Sitemaps with Python for Fun & Profit, I covered how to reorganize XML sitemaps to isolate indexing problems. Let’s say you followed that process and now you have dozens of ...