跳转到内容

MicroPython

本页使用了标题或全文手工转换
维基百科,自由的百科全书

这是本页的一个历史版本,由XL-028留言 | 贡献2018年12月4日 (二) 04:49 (修饰语句)编辑。这可能和当前版本存在着巨大的差异。

MicroPython
原作者Damien George
首次发布2014年5月3日,​11年前​(2014-05-03
当前版本1.9.3(2017年10月31日,​7年前​(2017-10-31
源代码库 編輯維基數據鏈接
编程语言C
平台Micro Bit, Arduino, ESP8266, ESP32
类型Python实现
许可协议MIT license[1]
网站micropython.org 编辑维基数据

MicroPython[2],是Python 3编程语言的一个完整软件实现,用C语言编写,被优化于运行在微控制器之上[3][4]。MicroPython是运行在微控制器硬件之上的完全的Python编译器和运行时系统。提供给用户一个交互式提示符(REPL)来立即执行所支持的命令。除了包括选定的核心Python库,MicroPython还包括了给予编程者访问低层硬件的模块[2]

MicroPython是澳大利亚程序员和物理学家Damien George,在2013年一次成功的Kickstarter众筹活动之后最初建立的[5]。尽管最初的Kickstart众筹活动将MicroPython与pyboard微控制器一起发行,MicroPython支持大量的基于ARM的体系结构[6]。MicroPython已经运行于Arduino[7][8]ESP8266[9]ESP32[10]、和物联网硬件[11][12][13][14]。在2016年,Python软件基金会建立了MicroPython的BBC Micro Bit版本,作为其BBC Micro Bit合作伙伴贡献的一部分[15]

这个项目的源代码托管于GitHub[16]

引用

  1. ^ George, Damien P. micropython/LICENSE at master · micropython/micropython. GitHub. 4 May 2014 [11 February 2017]. 
  2. ^ 2.0 2.1 MicroPython - Python for microcontrollers. micropython.org. [12 August 2017]. 
  3. ^ Venkataramanan, Madhumita. Micro Python: more powerful than Arduino, simpler than the Raspberry Pi. Wired. 6 December 2013 [15 December 2016]. 
  4. ^ Yegulalp, Serdar. Micro Python's tiny circuits: Python variant targets microcontrollers. InfoWorld. 5 July 2014 [15 December 2016]. 
  5. ^ Micro Python: Python for microcontrollers. Kickstarter. Kickstarter. [15 December 2016]. 
  6. ^ Beningo, Jacob. Prototype to production: MicroPython under the hood. EDN Network. 11 July 2016 [15 December 2016]. 
  7. ^ Horsey, Julian. Pyduino Arduino Based Development Board That Supports MicroPython (video). Geeky Gadgets. 12 October 2016 [15 December 2016]. 
  8. ^ Beningo, Jacob. Getting Started with Micro Python. EDN Network. 6 April 2016 [15 December 2016]. 
  9. ^ Williams, Elliot. MicroPython on the ESP8266: Kicking the Tires. Hackaday. 21 July 2016 [15 December 2016]. 
  10. ^ MicroPython ported to the ESP32. GitHub. [8 March 2017]. 
  11. ^ MicroPython on the ESP8266: beautifully easy IoT. Kickstarter. Kickstarter. [6 December 2017]. 
  12. ^ MICROPYTHON BRINGING PYTHON TO THE INTERNET OF THINGS. MICROPYTHON BRINGING PYTHON TO THE INTERNET OF THINGS. github.io. [6 December 2017]. 
  13. ^ FiPy – The world’s first 5-network IoT dev board. Kickstarter. [15 December 2016]. 
  14. ^ Pycom Incorporating Sequans LTE-M Technology in New 5-Network IoT Development Board. Business Wire. 22 November 2016 [15 December 2016]. 
  15. ^ Williams, Alun. Hands on with the BBC Micro-Bit user interface. ElectronicsWeekly.com. [8 July 2015]. 
  16. ^ MicroPython on GitHub. 

外部链接