updates descriptions for python support
This commit is contained in:
parent
ea3724bbe2
commit
f6a6134c67
@ -7,19 +7,19 @@ To make things easier for developers, we provide client libraries for different
|
||||
- **R**
|
||||
To help more researchers use CARTO to drive their geospatial data, we have released the R client library. [Fork it on GitHub!](https://github.com/Vizzuality/cartodb-r)
|
||||
|
||||
- **NODE.js**
|
||||
- **Node.js**
|
||||
This demo app authenticates with your CARTO and shows how to perform read and write queries using the SQL API. [Fork it on GitHub!](https://github.com/Vizzuality/cartodb-nodejs)
|
||||
|
||||
- **PHP**
|
||||
The PHP library provides a wrapper around the SQL API to get PHP objects straight from SQL calls to CARTO. [Fork it on GitHub!](https://github.com/Vizzuality/cartodbclient-php)
|
||||
|
||||
- **PYTHON**
|
||||
Provides API Key access to SQL API. [Fork it on GitHub!](https://github.com/vizzuality/cartodb-python)
|
||||
- **Python**
|
||||
CARTO provides access to the SQL API through [CARTOframes](https://github.com/cartodb/cartoframes/), a package built with data scientists in mind, and [CARTO Python SDK](https://github.com/cartodb/carto-python/), built to support application development. Install cartoframes with `pip install cartoframes` and the SDK with `pip install carto`.
|
||||
|
||||
- **JAVA**
|
||||
- **Java**
|
||||
Very basic example of how to access CARTO SQL API. [Fork it on GitHub!](https://github.com/cartodb/cartodb-java-client)
|
||||
|
||||
- **NET**
|
||||
- **.NET**
|
||||
.NET library for authenticating with CARTO using an API Key, based on work started by [The Data Republic](http://www.thedatarepublic.com/). [Fork it on GitHub!](https://github.com/thedatarepublic/CartoDBClientDotNET)
|
||||
|
||||
- **Clojure**
|
||||
|
Loading…
Reference in New Issue
Block a user