awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonnor avatar

jonnor/micropython-npyfile

0
View on GitHub↗
8 stars·1 fork·Python·MIT·6 views

Micropython Npyfile

Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and interoperability with Numpy/CPython et.c.

Features

  • Mathematics and Statistics - Support for numerical data file formats.

Star history

Star history chart for jonnor/micropython-npyfileStar history chart for jonnor/micropython-npyfile

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Micropython Npyfile

Similar open-source projects, ranked by how many features they share with Micropython Npyfile.
  • iyassou/umatrixiyassou avatar

    iyassou/umatrix

    17View on GitHub↗

    umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic needs in Micropython. It implements basic matrix operations (addition, subtraction, multiplication) as well as determinant (shortened to det), inverse, trace, transpose, copy, and…

    Python
    View on GitHub↗17
  • jalawson/ulinalgjalawson avatar

    jalawson/ulinalg

    32View on GitHub↗

    These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix class for representation, manipulation and a few linear algebra routines.

    Python
    View on GitHub↗32
  • mattytrentini/micropython-fractionsmattytrentini avatar

    mattytrentini/micropython-fractions

    1View on GitHub↗

    This is an incomplete MicroPython port of the fractions module from the Python standard library.

    Python
    View on GitHub↗1
  • albaeda/umathalbaEDA avatar

    albaEDA/uMath

    21View on GitHub↗

    travis-img: https://travis-ci.org/AaronKel/uMath.svg?branch=master travis-repo: https://travis-ci.org/AaronKel/uMath coveralls-img: https://coveralls.io/repos/AaronKel/uMath/badge.svg?branch=master coveralls-repo: https://coveralls.io/r/AaronKel/uMath?branch=master

    Python
    View on GitHub↗21
See all 10 alternatives to Micropython Npyfile→

Frequently asked questions

What does jonnor/micropython-npyfile do?

Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and interoperability with Numpy/CPython et.c.

What are the main features of jonnor/micropython-npyfile?

The main features of jonnor/micropython-npyfile are: Mathematics and Statistics.

What are some open-source alternatives to jonnor/micropython-npyfile?

Open-source alternatives to jonnor/micropython-npyfile include: albaeda/umath — [travis-img]: https://travis-ci.org/AaronKel/uMath.svg?branch=master [travis-repo]:… iyassou/umatrix — umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic… jalawson/ulinalg — These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix… mattytrentini/micropython-fractions — This is an incomplete MicroPython port of the fractions module from the Python standard library. nickovs/uumpy — uumpy is a 'micro' implementation of parts of numpy for Micropython. It aims to provide an efficient and compact… peterhinch/micropython-filters — V0.92 20th December 2021 Updated to improve portability. Author: Peter Hinch.