Tagged: python
-
-
How to Code Christmas Tree LEDs (and find their 3D Coordinates)
For Christmas 2021, I decided to make our tree lights incredibly complex so that I could marvel at my own animations running on them. That's tongue and cheek, but also ended up being very true.
-
-
-
Build Your Own Pico Powered Midi Controller for $35
The Pico RGB keypad base from pimoroni is a DIY kit that takes the Raspberry Pi Pico and gives you an a 16 button matrix of rgb LEDs, ready to program however you like using MicroPython or CircuitPython.
-
-
-
-
What is a PEP and Why Should I Care?
No doubt if you’ve been developing in Python for any length of time, you will have heard the acronym “PEP” mentioned quite frequently. More often than not you hear it when talking about Python code style, usually followed by the number “8”. So what is a PEP and why should you care?
-