(September 21, 2022, 12:47 AM)Spore Wrote: C++ , most of the worlds robotics is made in C/C++
Yes. Robotics programming often comes down to microcontroller programming which is often C/C++ or a derivative. Those languages provide special memory control for embedded systems.
I have seen some microcontrollers that can be programmed in CircuitPython but have never tried it.