Archive | Python RSS feed for this section

Use Google App Engine to host your Rapportive Raplet

1 Mar

So you got a very cool Raplet ready to fire up our Gmail inboxes, but don’t have a server to host it? Worry not my friends, Google App Engine comes to the rescue! You can host your Raplet on Google App Engine, and leverage the power of Google’s services such as mail, users, datastore etc. […]

Use Bottle Python framework with Google App Engine

26 Feb

Hi fellas, hope you’re already flying high with GAE and have your own Amazon product store set up after reading my previous post series on how to Set up an Amazon Book Store on Google App Engine! GAE supports a number of Python web frameworks. See what the Google App Engine site says: ” Google […]

Set up an Amazon Book Store on Google App Engine – 3 – Display the books list on the results page

23 Feb

This is the third and the final part in the tutorial series, ‘Setting up an Amzon Product Store on Google App Engine’. Please go through the first 2 parts before you continue further. Here are the links: Setting up an Amazon Book Store on Google App Engine Setting up an Amazon Book Store on Google […]

Set up an Amazon Book Store on Google App Engine – 2 – Constructing and Signing the Request for Amazon Product Data

23 Feb

This is the part 2 of the ‘Setting up an Amazon book store on Google App Engine’ tutorial series. I assume that you have followed the first part of this tutorial, and completed the app along with it. If you haven’t, then please read the first part, complete it before continuing. Setting up an Amazon […]