python - how to get started with google app-engine? -
i m starting build python application in windows platform using google appengine
whats steps debug , run application
on windows use aptana.
once you've installed that, run it, go plugins tab , pydev.
pydev has inbuilt support google app engine - can create app engine project, , run or debug it. see these posts more details:
http://pydev.blogspot.com/2009/05/testing-on-pydev-146-google-app-engine.html
http://pydev.blogspot.com/2009/05/pydev-146-released-google-app-engine-on.html
Comments
Post a Comment