# Python

- [Getting started](/python/getting-started.md): Get started writing rich Python code inside the spreadsheet.
- [Reference cells](/python/reference-cells.md): Reference cells from Python.
- [Return data to the sheet](/python/return-data-to-the-sheet.md): Return the data from your Python code to the spreadsheet.
- [Packages](/python/packages.md): Using and installing Python packages.
- [Make an API request](/python/make-an-api-request.md): Get the data you want, when you want it.
- [Clean data](/python/clean-data.md): Get your data ready for analysis.
- [Charts/visualizations](/python/charts-visualizations.md): Glean insights from your data, visually.
- [Manipulate data](/python/manipulate-data.md): Perform novel analysis on your data.
