MicroPython中文文档和参考¶
- 墨星stm32快速参考
- pyboard基本信息
- 墨星stm32的MicroPython教程
- MicroPython 函数库
- 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 许可证信息