Giter Club home page Giter Club logo

otg_python_app_engine's Introduction

OTG_Python_App_Engine

A simple project that demonstrates the minimal boilerplate needed to get a Google App Engine project started in Python.

#Usage Base files to start with for a Python-based App Engine project. The project includes a partial Django template system for ease of display of data and values, and folders that house other files and packages to reduce dependancy coupling. MVC-style organization of Python files for easier strategy changes to the backend code.

#Files app.yaml - the main App Engine configuration file. Built in static forwarders to folders for css, js, etc.

main.py - the primary view python file. Houses the landing page, url handlers, and django render system.

worker.py - houses the main "guts" of the application. Datastore models, memcache functions, and an example function are contained here.

#Folders templates - where the html templates are stored for the django rendering system

support_packages - a place to store 3rd party python modules. Useful for keeping codebase separate.

backend_python_files - a place for python files with their own API to sit, such that one may distribute the functionality to another server or service. For advanced use, typically.

#Future additions -Adding additional data store models and functions, as well as query systems

-Expanded use of the memcache system

-Blobstore functions for image and file storage/retrival

-CRON capabilities, such as daily database rebuilds

-Search and Geolocation services

otg_python_app_engine's People

Contributors

triskadecaepyon avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.