# Python SDK [![GitHub Repo](https://img.shields.io/badge/GitHub-Krenalis_Python_SDK-blue?logo=github)](https://github.com/krenalis/analytics-python) The Python SDK allows you to send customer event data using the Python SDK from your Python applications to Krenalis. ## Guides | Guide | What will you learn? | |-----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------| | [Start collecting events](https://www.krenalis.com/docs/collect-events/apps-you-developed.md?sdk=python) | How to install the SDK and import it into your Python application to collect events. | | [Start collecting user data](https://www.krenalis.com/docs/ingest-users/apps-you-developed.md?sdk=python) | How to install the SDK and import it into your Python application to collect user data. | Refer to the [Krenalis events documentation](https://www.krenalis.com/events.md) for more information on the supported event types. ## SDK source code The source code of the Krenalis Python SDK is [available on GitHub](https://github.com/krenalis/analytics-python) and distributed under the **MIT license**.