Why should I use Micropython with LVGL?

Hello,

Why sould I use Micropython with LVGL? It looks like things are less complicated when I use C/C++ with LVGL. What are main bonuses when using Micropython?

There is a docs page listing some advantages.

Personally, I think it’s most useful if you are already developing a MicroPython project and you want a GUI to work with, or if you are trying to rapidly prototype your application on your target platform to see how it will work.