Ben Nuttall

@bennuttall.bsky.social

Software engineer based in Manchester

New project! I had this idea 10 years ago and finally technology has caught up enough for it to become a reality without me learning React. Presenting gpiozero flow, an experimental thing. Simulate electronics projects in the browser, and run them remotely on a Pi bennuttall.com/blog/2026/07...

gpiozero flow

Back in 2015, I had the idea for gpiozero — a Python library for Raspberry Pi, making programming GPIO devices simpler by abstraction: instead of thinking about pin channels, voltages, pull-up resisto...

bennuttall.com

We recently rolled out support for PEP-658 - including metadata files in our package index, making piwheels more efficient and effective for Raspberry Pi users. Here's a blog post about how we implemented it and cautiously rolled it out: blog.piwheels.org/2026/05/pep-...

PEP-658 metadata rollout

Wheel files include a metadata file containing information about the package: its dependencies, Python version requirements, and compatibility tags (such as ABI and platform). pip uses this metadata t...

blog.piwheels.org