2. 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.
Working with text
Control flow
Classes and objects
Errors and exceptions
Iteration patterns
Metaprogramming
Regular expressions
Advanced data structures
Practical MicroPython
Wrap up