Python Quick-Start

This page aims to give a quick start example on how to use Mind Lake via Python SDK.

  • Demos on how to connect a lake, create a table, encrypt data, and insert and query encrypted data.

  • You can check out Python API Reference for more advanced functions.

Preparation

If you need to configure Python local environment, please visit our step-by-step tutorial for Python:

Source Code

Execution Output

Last updated