MicroPython中文文档和参考¶
- ESP32快速参考
- 基本信息 ESP32 版本
- MicroPython ESP32教程
- MicroPython 函数库
- Python标准库和micro-libraries
- 内置函数
array
– 数组gc
– 控制垃圾回收器math
– 数学函数sys
– 系统相关函数ubinascii
– 二进制/ASCII转换ucollections
– 容器uerrno
– 系统错误代码uhashlib
– 散列算法uheapq
– 堆队列算法uio
– 输入/输出流ujson
– JSON编码与解码uos
– 基本“操作系统”服务ure
– 正则表达式uselect
– 在一组流中等待事件usocket
– socket模块ussl
– SSL/TLS moduleustruct
– 打包和解压缩原始数据类型utime
– 时间相关的函数uzlib
– zlib解压缩
- MicroPython特定的库
- Python标准库和micro-libraries
- MicroPython语言
- MicroPython 与 CPython 的不同
- Syntax
- Core Language
- Builtin Types
- Exception
- bytearray
- bytes
- float
- int
- list
- str
- UnicodeDecodeError not raised when expected
- Start/end indices such as str.endswith(s, start) not implemented
- Attributes/subscr not implemented
- str(…) with keywords not implemented
- str.ljust() and str.rjust() not implemented
- None as first argument for rsplit such as str.rsplit(None, n) not implemented
- Instance of a subclass of str cannot be compared for equality with an instance of a str
- Subscript with step != 1 is not yet implemented
- tuple
- Modules
- MicroPython 许可证信息