---
title: "Connector Python GA"
publish_date: 2020-06-24
updated_date: 2021-08-30
author: "Ralf Gebhardt"
channel:
  - name: "Product"
    url: "/ja/resources/blog/channel/product.md"
---

# Connector Python GA

With millions of developers worldwide, Python is one of the most popular language choices among Data Scientists and web developers, and now MariaDB Platform can be accessed with a native MariaDB Connector, written in C for optimal performance. Generally available (GA) today, MariaDB Connector/Python adheres to a Python DB API 2.0 (PEP-249) compliant API and supports all MariaDB features. Version 1.0.0 of Connector/Python is available at [MariaDB Downloads](https://staging-mdb.com/downloads/#connectors).

| **MariaDB Connector/Python at-a-glance** |
|---|
| Programming Language | Python |
| Programming Language Version | Python (3.6 or later) |
| API | Python DB API 2.0 (PEP-249) |
| Supports TLS | Yes |
| Supports Connection Pools | Yes |
| License | GNU Lesser General Public License v2.1 |

### Extending Access to Analytics

Connector/Python not only connects you to the transactional capabilities of MariaDB Server, but the rich ecosystem of MariaDB Platform technologies – including columnar storage, write-optimized storage, load balancing and high availability – all with a familiar SQL interface.

[Step-by-step instructions are available](https://staging-mdb.com/docs/appdev/connector-python/) to connect to MariaDB with MariaDB Connector/Python, both on-premises and in the cloud through [MariaDB SkySQL](https://staging-mdb.com/products/skysql/get-started/) DBaaS to perform interactive, ad hoc queries on hundreds of billions of rows with standard SQL from your Python app.

On-premises, [MariaDB ColumnStore](https://staging-mdb.com/resources/blog/mariadb-columnstore-1-5-now-available-with-mariadb-community-server-10-5) is available as a pluggable storage engine with MariaDB Enterprise Server 10.4 and today with [MariaDB Community Server 10.5](https://staging-mdb.com/resources/blog/whats-new-in-mariadb-community-server-10-5).

SkySQL provides Analytics and [Smart Transactions](https://staging-mdb.com/resources/blog/introducing-mariadb-platform-x4-smart-transactions-and-cloud-native-storage/) (hybrid transactional and analytical systems) based on ColumnStore as standard offerings.

And with ColumnStore on-premises or in the cloud, the door is open for low-cost data warehousing and scalable analytics storage using S3-compatible cloud storage.

### Sample App

While Python is used by Data Scientists for data wrangling, not every Python developer has experience wiring up a database app. To get you started, we’ve made available a [sample app](https://staging-mdb.com/products/skysql/docs/reference/sample-apps/todo-py/#skyref-sample-apps-todo-py) backed by MariaDB SkySQL.

![](https://staging-mdb.com/wp-content/uploads/2020/06/python-blog-imgv2-min-1024x576.jpg)### More Information

- [Sign up for the webinar on Powerful Data Analysis with the new MariaDB Connector for Python](https://go.mariadb.com/20Q4-WBN-GLBL-OSSG-Python-Connector-2020-7-14_Registration-LP.html)
- [Download Connector/Python from MariaDB](https://staging-mdb.com/downloads/#connectors)
- [Download MariaDB Community Server 10.5 with MariaDB ColumnStore 1.5](https://staging-mdb.com/downloads/#mariadb_platform)
- [Detailed information on using MariaDB Connector/Python](https://staging-mdb.com/docs/appdev/connector-python/)
- [Connector/Python Release notes](https://staging-mdb.com/docs/release-notes/mariadb-connector-python-1-0-0-release-notes/#release-notes-conn-py-1-0-0)