Standard library
Within functions you have access to all of the standard Python libraries, docs for which can be found below: https://docs.python.org/3/library/index.htmlNon-standard library
We also include the non-standardrequests
library in order to make it easy to make API requests. Docs can be found below.
https://requests.readthedocs.io/en/latest/user/quickstart/
Apart from built-in library coming with Python 3.9, you can also import the following library in your function body: