micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives (by v923z)

Micropython-ulab Alternatives

Similar projects and alternatives to micropython-ulab

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better micropython-ulab alternative or higher similarity.

micropython-ulab reviews and mentions

Posts with mentions or reviews of micropython-ulab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • Installing ulab with PyCharm
    2 projects | /r/raspberrypipico | 14 Dec 2022
    Hi guys, So I'm trying to program a Mikrobus rp2040 with PyCharm and I can run some basic code with it. What I need help with is installing the ulab for the numpy-like array operations that I need for my project. I tried all the instructions there, I'm not very experienced with manual installation of these libraries.
  • When wouldn’t you use Python?
    2 projects | /r/Python | 29 Aug 2022
    https://freertos.org/ for example is a popular OS, that has realtime capabilities and fits in 9KB of RAM. https://micropython.org is basically a µC OS too, understands Python 3 Syntax and works with 16KB of RAM already. It might appear more convoluted at first, but you can get it to be real-time too by following the same principles as in any RTOS (react to stuff by means of ISR, allocate memory only initially and then work in place to prevent fragmentation, switch of GC and so on). Image processing is just linear algebra for the most part, and there's even an Numpy equivalent available to crunch that. There are also two decorators in Micropython that allow for compilation for most of the Python syntax, which would work for stuff that can not be written down in a vectorized way.
  • MicroPython – Python for Microcontrollers
    13 projects | news.ycombinator.com | 6 Jun 2022
  • Micropython with Ulab for esp32
    1 project | /r/esp32 | 20 Sep 2021
    Has anyone of you managed to install a micropython version with ulab for your esp32? I tried the procedure on the ulab github but without any succes. When I try it stops at sth like: "no submodule. stop."
  • Guide to performing FFT on ESP32 to get both frequency and amplitude
    1 project | /r/esp32 | 21 May 2021
    or if you want simpler, faster to implement and faster to compute, try micropython-ulab
  • High-level language for embedded systems that is faster than Micropython?
    2 projects | /r/embedded | 15 Apr 2021
    Or maybe youre doing data science?
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic micropython-ulab repo stats
6
388
7.1
30 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com