News

[Damien George] just created Micro Python (Kickstarter alert!), a lean and fast implementation of the Python scripting language that is optimized to run on a microcontroller. It includes a ...
[Zoltán] sends in his very interesting implementation of a NumPy-like library for micropython called ulab. He had a project in MicroPython that needed a very fast FFT on a micro controller, and ...
Developers by no means are stuck with these two boards, but to really customize whatever the hardware that Micro Python will run on, developers need to understand a little bit about what is happening ...
MicroPython is a compact implementation of the popular Python programming language. The smaller counterpart can run on microcontrollers for embedded applications.
In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software.
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 ...
The Python programming language’s flexibility and ease-of-use have made it popular in many realms where speed of development is more important than raw performance. Now a new variant for ...
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.
The differences between the Python and MicroPython programming languages are minute, but they make a powerful difference.