Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 7e348a2

Browse files
committed
Added Bluemix tutorial link
- Added sample python flask app
1 parent 59d0747 commit 7e348a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ In order to install the latest version, execute
2929

3030
## Getting started
3131

32-
3332
See [Getting started (readthedocs.io)](http://python-cloudant.readthedocs.io/en/latest/getting_started.html)
3433

3534
## API Reference
@@ -41,6 +40,7 @@ See [API reference docs (readthedocs.io)](http://python-cloudant.readthedocs.io/
4140
* [Cloudant Python client library docs (readthedocs.io)](http://python-cloudant.readthedocs.io)
4241
* [Cloudant documentation](https://console.bluemix.net/docs/services/Cloudant/cloudant.html#overview)
4342
* [Cloudant Learning Center](https://developer.ibm.com/clouddataservices/cloudant-learning-center/)
43+
* [Tutorial for creating and populating a database on IBM Cloud](https://console.bluemix.net/docs/services/Cloudant/tutorials/create_database.html#creating-and-populating-a-simple-cloudant-nosql-db-database-on-ibm-cloud)
4444

4545
## Development
4646

@@ -52,6 +52,8 @@ The preferred approach for using `python-cloudant` in other projects is to use t
5252

5353
### Examples in open source projects
5454

55+
[Getting Started with Python Flask on IBM Cloud](https://github.com/IBM-Cloud/get-started-python)
56+
5557
[Movie Recommender Demo](https://github.com/snowch/movie-recommender-demo):
5658
- [Update and check if documents exist](https://github.com/snowch/movie-recommender-demo/blob/master/web_app/app/dao.py#L162-L168)
5759
- [Connect to Cloudant using 429 backoff with 10 retries](https://github.com/snowch/movie-recommender-demo/blob/master/web_app/app/cloudant_db.py#L17-L18)

0 commit comments

Comments
 (0)