Schlagwort-Archive: Python

Applications Gallery – Google App Engine – Google Code

Hier merke ich mir nur ein paar sehr interessante Seiten:

Google Code auf Deutsch.

Applications Gallery – Google App Engine – Google Code.

Google App Engine lets you run your web applications on Google’s infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it’s ready to serve your users.

app-engine-patch

With app-engine-patch a major part of Django works on App Engine without any modifications. The most important change is that you have to use Google’s Model class because the development model is too different from Django (at least with Django’s current API).

Gears

Gears ist ein Open Source-Projekt, das durch das Hinzufügen neuer Funktionen zu Ihrem Browser mehr leistungsfähige Webanwendungen bietet:
Desktop: Webanwendungen arbeiten reibungslos mit Ihrem Desktop zusammen.
Datenbank: Speichern Sie Daten lokal in vollständig durchsuchbaren Datenbanken.
WorkerPool: Führen Sie Java im Hintergrund aus, um die Leistung zu verbessern

Google Code Labs

Google Code Labs is home to developer products that are still in their formative stages. Graduating from Labs is a big step, one that indicates long-term commitment on our part.

Google and Open Source
google-app-engine-django-guestbook

An adaptation of the Guestbook sample SDK that uses the Django web framework, and doubles as an easy starting point for your own Django applications on the Google App Engine.

AJAX Programming
Getting Started: Python

This tutorial describes how to develop and deploy a simple Python project with Google App Engine. The example project, a guest book, demonstrates how to use the Python runtime environment, and how to use several App Engine services, including the datastore and the Google user service.

(417)