News

In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software. Now, let’s examine some of the core pieces that ...
Find out more about the Microsoft MakeCode platform and the micro:bit, plus how you can access free coding training and ...
CModule short tutorial This short writeup servers as a response to discussion 17284 The basic question here is how to pass a MicroPython object to a C function in a custom C module. In this case a PWM ...
MicroPython is a version of Python 3 that is meant for microcontrollers. MicroPython is created by Damien George and it was first used by the PyBoard development board in 2014.
Pyboard micro-controllers are aimed at developers who know Python, the world's third most popular language behind Java and JavaScript, which is sweeping the developer world right now.
If you’re friends with Python or you’re willing to learn, you might just enjoy it a lot too. What’s more, MicroPython is an invaluable addition to a hacker’s toolkit, and I’d like to ...
While Micro Python supports a broad range of the language features of both Python 2 and 3, some features are still missing. For instance, Unicode support for strings hasn’t been implemented yet.