Python modules
Can I use other built in python modules like random, math or am I restricted to the microStudio API?
Can I use other built in python modules like random, math or am I restricted to the microStudio API?
Yes you can import and use the standard python modules like random
, math
, fractions
...
The Python integration in microScript relies on Brython, you can check this link for a complete information on the available modules: