> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# Project PaaS : Day 2 on Google App Engine
- URL: https://kudithipudi.org/project-paas-day-2-on-google-app-engine/
- Published: 2012-05-04T04:31:14.000Z
- Updated: 2012-05-04T04:31:14.000Z
- Description: It looks like I was able to accomplish writing the application that I wanted to on the App Engine in 2 days!! at least in it’s...
- Author: admin
- Tags: HOWTO, Programming, Technology, Uncategorized, google app engine, python, tips, #wp, #wp-post, #Import 2026-08-23 02:32

It looks like I was able to accomplish writing the [application](https://kudithipudi.org/2012-may-project/) that I wanted to on the App Engine in 2 days!! at least in it’s basic form. After some help from Google, I updated the application I created yesterday ([http://samurai-apps.appspot.com/](http://samurai-apps.appspot.com/?ref=kudithipudi.org)) to display the User Agent string being sent by the client.

The code has been updated to github at [https://github.com/kudithipudi/google-app-engine/](https://github.com/kudithipudi/google-app-engine/?ref=kudithipudi.org)

Lessons from day 2?

- Python doesn’t like tabs :). Always use spaces to ident. I was using Notepad++ as the editor and it automatically puts tabs when you hit enter. Why? Looks like that is the best practice according to this style guide ([http://www.python.org/dev/peps/pep-0008/](http://www.python.org/dev/peps/pep-0008/?ref=kudithipudi.org))
- The “Logs” console in the SDK toolkit should be your best friend. It let’s you know if there is any error in your code and what line it believes the error is at.

Next, I will try to pretty it up a bit.

Isn’t it amazing that I was able to create a simple app in a matter of 2 days and host it on an “infinitely” scalable platform without even taking our my credit card.