diff --git a/docs/api/GetTags.markdown b/docs/api/GetTags.markdown
index 0ee243e..e0950cd 100644
--- a/docs/api/GetTags.markdown
+++ b/docs/api/GetTags.markdown
@@ -10,6 +10,7 @@ Get Tags
1. [Examples][examples]
* [Command line][example-cli]
* [PHP][example-php]
+ * [Python][example-python]
1. [Response][response]
* [Sample][sample]
@@ -50,6 +51,14 @@ _None_
$client = new OpenPhotoOAuth($host, $consumerKey, $consumerSecret, $oauthToken, $oauthTokenSecret);
$response = $client->get("/tags/list.json");
+
+#### Python (using [openphoto-python][openphoto-python])
+
+ client = openphoto.OpenPhoto()
+ client.tags.list()
+
+ [, , ...]
+
----------------------------------------
@@ -102,6 +111,8 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
[examples]: #examples
[example-cli]: #example-cli
[example-php]: #example-php
+[example-python]: #example-python
[response]: #response
[sample]: #sample
[openphoto-php]: https://github.com/photo/openphoto-php
+[openphoto-python]: https://github.com/photo/openphoto-python