1. what is MicroPython? == 什么是MicroPython?
(2018-01-09 19:42:28)
#The English description is picked from website:
http://micropython.org/#
====================================================================================
#以下英文内容摘自网址:http://micropython.org/#
MicroPython is a lean and efficient implementation of the Python3
programming language that includes a small subset of the Python
standard library and is optimised to run on micro-controllers and
in constrained environments.
The MicroPython pyboard is a compact electronic circuit board that
runs MicroPython on the bare metal, giving you a low-level Python
operating system that can be used to control all kinds of
electronic projects.
MicroPython is packed full of advanced features such as an
interactive prompt, arbitrary precision integers, closures, list
comprehension, generators, exception handling and more. Yet it is
compact enough to fit and run within just 256k of code space and
16k of RAM.
MicroPython aims to be as compatible with normal Python as possible
to allow you to transfer code with ease from the desktop to a
micro-controller or embedded system.
====================================================================================
MicroPython是Python3编程语言的简化裁剪过、高效的版本,MicroPython
包含了一个Python标准库子集,经过优化使其能够在微控制器平台和资源有限的环境中运行。
pyboard是可以运行MicroPython 的紧凑型电路板,使你可以利用简化的python去控制各种电子工程。
MicroPython
集成了各种优秀的特点,例如,一个交互式的命令行,任意精度整型数据,闭包函数,列表解析,生成器,异常处理等。目前MicroPython
完全能够运行在256k代码空间和16k RAM 上。
MicroPython 目标可以兼容标准Python,允许用户可以将代码从桌面操作系统转移到微控制器或者嵌入式系统。
(本文完全由作者翻译,如有错误请多加斧正,谢谢。)
分享:
喜欢
0
赠金笔
加载中,请稍候......
评论加载中,请稍候...
发评论
登录名: 密码: 找回密码 注册记住登录状态
昵 称:
评论并转载此博文
发评论
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。