This is the home page for a MicroPython Tutorial, a modest attempt at providing a beginner with the basics of programming in MicroPython, in particular on a Raspberry Pi Pico.
If you're having trouble finding this page, here's the URL of the server:
http://service.robots.org.nz/wiki/
(for use in a classroom)
Exercises#
- MicroPython Tutorial Exercise 1: main.py
- MicroPython Tutorial Exercise 2: blocks
- MicroPython Tutorial Exercise 3: functions
- MicroPython Tutorial Exercise 4: classes
- MicroPython Tutorial Exercise 5: using classes
Additional exercises:
Documentation#
The complete documentation for Python and MicroPython (as used on microcontrollers) is available here:
- Python documentation
- MicroPython documentation
- There is also a complete page about MicroPython elsewhere on this wiki
Next: MicroPython Tutorial Exercise 1: main.py