I'm not sure this information will help, but here ...
The differences between GAS, GWT and GAE (Google App Engine) are as follows:
GAS is a JavaScript cloud computing scripting language that provides easy ways to automate the tasks of Google products and third-party services. So, in fact, you cannot write GAS offline, and you need to go online ( http://script.google.com ).
GWT is a development toolkit for creating and optimizing complex browser-based applications. In this way, it helps you design your product more easily.
GAE is a platform as a cloud computing service platform (PaaS) for developing and hosting web applications in Google data centers.
Even if you don't like Java, you can still easily create a Google app.
I suggest you use the Google App Engine for Python. Everything is explained here here: https://developers.google.com/appengine/docs/python/overview
You can deploy your application offline using eclipse and then publish it to Google’s servers.
Even if you don’t know Python, the tutorial fully explains everything (and Python is a very friendly and fun programming language;))
source share