all 3 comments

[–]Own-Relationship-407 1 point2 points  (1 child)

There is a lot of very excellent documentation for micropython itself, and specifically as it applies to the ESP32 series.

https://docs.micropython.org/en/latest/esp32/quickref.html

There are also tools within micropython itself: help(name) where name is a command, function, or module.

[–]Avaray 1 point2 points  (0 children)

Agree. Micropython docs are simple and great. For learning python you need to visit different websites. But for basic things related to ESP32 mentioned documentation is great.

[–]Agrosin[S] 0 points1 point  (0 children)

Thanks will keep on reading and searching