Introduction
The 1010data Python SDK enables developers to create applications that connect their applications to the 1010data Insights Platform for processing and retrieval of big data.
This guide contains the information you need to start developing a new application if this is your first time working with the SDK. The Python SDK enables the development of both single-threaded and multi-threaded applications, working with either single-user Insights Platform sessions or SAM pools.
The following sections may be particularly helpful:
- Getting started contains the information you need to start using the Python SDK. It also includes instructions on how to try out the examples provided with the library file.
- Basic usage walks you through a basic workflow to create a single-threaded, single-user application.
- Shared Access Management (SAM) explains SAM Pool logins and multi-threaded applications.
For developers who are more familiar with our SDKs and developing on the Insights Platform,
there is also reference material and lots of examples to answer your questions.
Note: Unless
otherwise indicated, the examples in this guide are written for Python 3.
If you need information about a specific class or method, refer to the 1010data Python SDK Reference.