Home pageLoginContact us
Search
⌃K
Links
Welcome to TileDB Embedded!
TileDB Cloud
TileDB Cloud Enterprise
Tutorials
Introduction
Arrays
Dataframes
Background
Why Arrays?
Data Model
Use Cases
Architecture
Key Concepts & Data Format
Internal Mechanics
Glossary
How To
Installation
Quick Install
Pre-built Packages
Building from Source
Usage
C / C++
Python
R
Java
Go
Arrays
Dataframes
Groups
Embedded SQL
Configuration
Object Management
Virtual Filesystem
Performance
Catching Errors
Backends
API Reference
C
C++
C#
Python
R
Java
Go
Integrations & Extensions
Genomics
Geospatial
BioImaging
Distributed Computing
SQL
More Help
Forum
Slack
Feature Request
Contact Us
Powered By GitBook

Python

After installing TileDB and the Python bindings, from a Python shell:
Python
>>> import tiledb
​
# Print TileDB-Py version
>>> tiledb.__version__
(X, Y, Z)
​
# Print TileDB core version
>>> tiledb.libtiledb.version()
(X, Y, Z)
​
# Other TileDB code here...
Previous
C / C++
Next
R
Last modified 3yr ago