-
Im looking for the native python commands and whats in each lego import module. |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Nov 3, 2022
Replies: 1 comment
-
Pybricks use MicroPython, not regular Python. And Pybricks is based on the minimal port of MicroPython, so it doesn't enable everything that some other MicroPython ports enable. There is complete documentation of all of the APIs available in the app and also at https://docs.pybricks.com |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CTFlorian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pybricks use MicroPython, not regular Python. And Pybricks is based on the minimal port of MicroPython, so it doesn't enable everything that some other MicroPython ports enable. There is complete documentation of all of the APIs available in the app and also at https://docs.pybricks.com