This is the home page for a __MicroPython Tutorial__. Here's the URL of the server: %%url http://service.robots.org.nz/wiki/ %% !! Exercises * [MicroPython Tutorial Exercise 1|MicroPythonTutorialExercise01]: main.py * [MicroPython Tutorial Exercise 2|MicroPythonTutorialExercise02]: blocks * [MicroPython Tutorial Exercise 3|MicroPythonTutorialExercise03]: functions * [MicroPython Tutorial Exercise 4|MicroPythonTutorialExercise04]: classes * [MicroPython Tutorial Exercise 5|MicroPythonTutorialExercise05]: using classes Additional exercises: * [The REPL|MicroPythonTutorialTheREPL] * [Objects and Names|MicroPythonTutorialObjectsAndNames] * [Scope|MicroPythonTutorialScope]. * [Exception Handling|MicroPythonTutorialExceptionHandling]. * [String Formatting|StringFormatting]. !! Documentation The complete documentation for Python and MicroPython (as used on microcontrollers) is available here: * [Python documentation|https://docs.python.org/3/] ** [Beginner's Guide|https://wiki.python.org/moin/BeginnersGuide] * [MicroPython documentation|https://docs.micropython.org/en/latest/] ** [Language Reference|https://docs.micropython.org/en/latest/reference/index.html] ** [Libraries Reference|https://docs.micropython.org/en/latest/library/index.html] ** [Glossary of MicroPython terms|https://docs.micropython.org/en/latest/reference/glossary.html] * There is also a complete page on this wiki about [MicroPython] ---- __Next:__ [MicroPython Tutorial Exercise 1|MicroPythonTutorialExercise01]: main.py