mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #660] [CLOSED] Add MicroPython to "Hardware" section. #2701
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/660
Author: @pfalcon
Created: 6/15/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e2d7ee1Add MicroPython to "Hardware" section.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Why this framework/library/software/resource is awesome?
MicroPython is a very small (ten times smaller) implementation of a large subset of Python3 language, which works everywhere from modest microcontroller systems (16K RAM, 128K ROM) to normal desktop systems (where it still offers benefits of a smaller size, faster startup time, better self-containment).
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
TODO: There actually should be a separate section "Alternative
Implementations" for things like PyPy, Stackless Python, MicroPython,
etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.