A Solid Snake
Let’s talk about a project I’ve been working on for a long time, and my first published Python package: pylinkage. It’s a lightweight linkage designer and simulator that lets you quickly define and optimize mechanical linkages in code. Introduction Pylinkage dates back to 2018, when I started working on a project on leg mechanisms. At the time there was no simple way to generate mechanical linkages in Python, so I decided to create my own open-source package. The goal: go from linkage definition to mathematical optimization with minimal boilerplate. ...