You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kit/brain_board/python_libraries.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,22 @@ title: Available Python Libraries
11
11
12
12
# Available Python Libraries
13
13
14
+
Out of the box, Python 3.11 comes with a large number of built-in libraries (known as its [standard library](https://docs.python.org/3.11/library/index.html)), useful for a variety of different tasks. All modules in the standard library are available to use, both on the robotics kit and simulator.
15
+
16
+
## Additional Libraries
17
+
18
+
Python has a rich ecosystem of 3rd-party packages available for use outside the standard library, however these need to be installed manually. We've pre-selected a few useful libraries and made them available for use in your robot's software.
19
+
14
20
If you wish to use a library that isn't in the list, get in contact with us on Discord and have a chat with us about it.
15
21
16
22
<divclass="info"markdown="1">
17
23
Note that for local development in the simulator you will need to install the libraries yourself.
18
24
Look at the guide on [setting up the simulator]({{ site.baseurl }}/simulator/setting_up_simulator) to find out how to do this.
19
25
</div>
20
26
27
+
### Robot Kit
21
28
22
-
## Robot Kit
23
-
24
-
The following python libraries are installed and available for use in your robot's software:
29
+
The following python libraries are installed and available on the brain board:
0 commit comments