DESCR 873 B

123456789101112131415161718
  1. MicroPython is a lean and efficient implementation of the Python 3
  2. programming language that includes a small subset of the Python
  3. standard library and is optimised to run on microcontrollers and
  4. in constrained environments.
  5. The MicroPython pyboard is a compact electronic circuit board that
  6. runs MicroPython on the bare metal, giving you a low-level Python
  7. operating system that can be used to control all kinds of electronic
  8. projects.
  9. MicroPython is packed full of advanced features such as an interactive
  10. prompt, arbitrary precision integers, closures, list comprehension,
  11. generators, exception handling and more. Yet it is compact enough
  12. to fit and run within just 256k of code space and 16k of RAM.
  13. MicroPython aims to be as compatible with normal Python as possible
  14. to allow you to transfer code with ease from the desktop to a
  15. microcontroller or embedded system.