5. Python Overview¶
The OpenMV Cam runs MicroPython, the same language as desktop Python with a smaller standard library and a few extra modules for talking to hardware. Everything written for the camera – from a two-line script that blinks the LED to a full machine-vision application – is Python code.
Getting started
Working with text
Collections
Control flow
Classes and objects
Errors and exceptions
Files and data
Iteration patterns
Metaprogramming
Practical MicroPython
Wrap up