I’ve been poking around with Micropython on my new Picocalc and these are my thoughts.
Micropython core stuff is well documented and comprehensive. I’ve got a Pico 2 W board installed, and I can use the wireless just fine.
The extra stuff for the Picocalc itself seems to be under documented. I found a wiki that referred to functions that don’t seem to exist (like keyboard.get_key()). The graphics I found was line and rect, but no circle? Also, limited colours and one very small font?