We support a wide range of Python libraries in the Code Editor. These include, for example:
- random
- math
- time
- numpy
- matplotlib
- pandas
- jinja2
- more_itertools
- pytest
- regex
- requests
- scipy
- future
We may support other libraries (or packages) listed in this documentation too, but they may not always work as expected.
An important note on visual libraries
We also support some additional visual libraries such as p5, py5, pygal, sense_hat, and turtle. These visual libraries might not work alongside these Python libraries within the same project, meaning that you might see an ImportError when you try to run your code.