Functions
Libraries
Overview of what library can be imported in functions
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.html
Non-standard library
We also include the non-standard requests
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: