

Python as an Efficiency Tool for Non-Developers
Long Lifespan of Medical Platforms
- Medical device platforms have long lifespans often exceeding 10-20 years due to stringent FDA validation.
- Major product changes require costly revalidation, so incremental updates are preferred to maintain reliability.
Transition from MATLAB to Python
- Josh moved from MATLAB to Python because MATLAB licenses were expensive and unavailable on lab machines.
- He used portable Python distributions on a thumb drive to run scripts directly on lab computers without installing software.
Automating Mechanical Testing
- Josh automated probe-position accuracy tests by programming device movement and readings with Python.
- This replaced tedious manual measurements, enabling thousands of precise, repeatable data points.
Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and make your coworkers’ jobs easier? This week on the show, Josh Burnett talks about using Python as a mechanical engineer.
I met Josh at PyCon US 2022 in Salt Lake City, which he attended for the first time with several coworkers. He suggested we do an episode to shed some light on ways that Python is being used professionally by people who aren’t primarily programming for a living.
Josh works as a mechanical engineer for an equipment manufacturer, where he needs to perform repetitive tasks and generate copious logs. He explains how he moved his team away from MATLAB and toward Python.
We discuss his progression from writing scripts to developing packages and eventually hosting his work on PyPI. He also shares his explorations with CircuitPython for personal and professional projects.
Course Spotlight: Building Python Project Documentation With MkDocs
In this video course, you’ll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code’s docstrings.
Topics:
- 00:00:00 – Introduction
- 00:02:10 – Meeting at PyCon US 2022
- 00:04:32 – Bringing members of team to PyCon
- 00:05:30 – What are next generation instrumentation platforms?
- 00:06:35 – What is the lifespan of a platform?
- 00:09:26 – Has interconnectivity affected upgrades?
- 00:10:57 – Programming and Python background
- 00:12:13 – Introduction to MATLAB at university
- 00:15:18 – Moving away from MATLAB to Python
- 00:19:39 – How was your transition from Python 2 to 3?
- 00:21:19 – Debugging methods and logging
- 00:22:27 – Why did you choose Python?
- 00:24:26 – Sponsor: Deepgram
- 00:25:12 – Promoting more use of Python in the organization
- 00:33:07 – Selling the idea of Python training in the organization
- 00:37:16 – Moving from scripts to building packages
- 00:43:48 – From personal project to critical package on PyPI
- 00:44:29 – Using PyPI or in-house package repository
- 00:46:27 – Experience with modern packaging tools
- 00:48:16 – Video Course Spotlight
- 00:49:32 – Using CircuitPython for personal and work projects
- 00:56:09 – Use of 3D printing and machining
- 00:57:33 – Josh’s projects on PyPI
- 01:02:57 – What are you excited about in the world of Python?
- 01:05:23 – What do you want to learn next?
- 01:08:46 – How can people follow your work?
- 01:09:07 – Thanks and goodbye
Show Links:
- PyPI Profile of joshburnett
- PyCon 2022 Welcome to PyCon US 2022
- MATLAB - MathWorks - MATLAB & Simulink
- devpi: PyPI server and packaging/testing/release tool
- Artifactory - Universal Artifact Repository Manager - JFrog
- loguru · PyPI
- How to Publish an Open-Source Python Package to PyPI – Real Python
- Python and TOML: New Best Friends – Real Python
- PyQtGraph - Scientific Graphics and GUI Library for Python
- CircuitPython
- Adafruit MagTag - 2.9 Grayscale E-Ink WiFi Display
- canaveral · PyPI
- addcopyfighandler · PyPI
- PyScript | Run Python in your HTML
- What exactly is WASI? - Wasm Builders 🧱
- WASI - WebAssembly System Interface
- KiCad EDA - Schematic Capture & PCB Design Software
- Lessons learned from building a custom CircuitPython board - Stargirl (Thea) Flowers
- Using Python to vectorize artwork for PCBs - Stargirl (Thea) Flowers
- Josh Burnett - GitHub
- Josh Burnett - LinkedIn
Level up your Python skills with our expert-led courses: