MicroPython

MicroPython

MicroPython

编程语言

软件描述

MicroPython旨在实现Python 3.4标准(包含后续版本的部分特性)的语言语法,且MicroPython的大部分功能与docs.python.org上“语言参考”文档所描述的内容相同。

官方网站

访问软件的官方网站了解更多信息

官方认证

micropython.org

安全链接HTTPS

什么是 MicroPython?

MicroPython aims to implement the Python 3.4 standard (with selected features from later versions) with respect to language syntax, and most of the features of MicroPython are identical to those described by the “Language Reference” documentation at docs.python.org. The MicroPython standard library is described in the corresponding chapter. The MicroPython differences from CPython chapter describes differences between MicroPython and CPython (which mostly concern standard library and types, but also some language-level features). MicroPython runs on a variety of systems and hardware platforms. Here you can read the general documentation which applies to all systems, as well as specific information about the various platforms - also known as ports - that MicroPython runs on. MicroPython is a software implementation of a programming language largely compatible with Python 3, written in C, that is optimized to run on a microcontroller. MicroPython consists of a Python compiler to bytecode and a runtime interpreter of that bytecode. The user is presented with an interactive prompt (the REPL) to execute supported commands immediately. Included are a selection of core Python libraries MicroPython includes modules which give the programmer access to low-level hardware. MicroPython does have an inline assembler, and that code will run at full speed, but it's non-portable across different microcontrollers (as any assembly is). The source code for the project is available on GitHub under the MIT License.

下载与相关链接

安全提示
⚠️

安全提醒

点击下方链接将跳转到第三方网站,请确保来源安全,建议优先从官方网站下载。