Contribute Media
A thank you to everyone who makes this possible: Read More

Writing fast and efficient MicroPython

Description

MicroPython is an implementation of Python designed to run on microcontrollers and embedded systems. These devices don't have many resources (CPU, RAM) and so it's important to write efficient scripts. This talk shows how to make the most of your resources in MicroPython, and has some fun demos!

Details

Improve this page