TIL about ARUCO markers; how to launch built in Python IDE named IDLE
Watched video PRECISION LANDING | with OPENCV and ARUCO Markers | Part 1 and https://www.youtube.com/watch?v=iezU2PR0hBk.
Learned that Python has its own built in IDE named IDLE. To launch it, first, python interpreter sholuld be launched, then in it import idlelib.idle
triggers IDLE launching.