>Getting Started: Python > Introduction

 

Introduction 서론

Welcome to Google App Engine! Creating an App Engine application is easy, and only takes a few minutes. And it's free to start: upload your app and share it with users right away, at no charge and with no commitment required.

Google App Engine(이하 GAE)에 온것을 환영한다. 앱엔진 어플리케이션(이하 어플) 만들기는 쉽고, 단지 몇분의 작업으로 가능하다. 그리고, 무료로 시작할수 있다.

 

Google App Engine applications can be written in either the Java or Python programming languages. This tutorial covers Python. If you're more likely to use Java to build your applications, see Getting Started: Java.

GAE 어플은 Java 또는 Python 프로그램언어로 개발 가능하다. 이 설명서는 파이썬용. 만약 자바를 원한다면 Getting Started: Java. 보기 바람.

 

In this tutorial, you will learn how to:

이 설명서에서 배울 것:

 

  • build an App Engine application using Python    파이썬으로 어플만들기
  • use the "webapp" web application framework    웹어플구조인 "webapp" 사용하기
  • use the App Engine datastore with the Python modeling API 
    파이썬 modeling API로 GAE 데이터저장소 사용하기
  • integrate an App Engine application with Google Accounts for user authentication
    유저인증을 위한 구글계정과 GAE 통합하기
  • use Django templates with your app   어플에 Djange 구조 사용하기
  • upload your app to App Engine   어플 업로드

 

By the end of the tutorial, you will have implemented a working application, a simple guest book that lets users post messages to a public message board.

설명서가 끝날무렵,  당신은 사용자가 메세지를 쓸수 있는 간단한 게시판을 구현할 것이다.

 

To get started developing Google App Engine applications, you download and set up the App Engine software development kit.

GAE 어플 개발 시작을 위해서는 GAE 개발킷을 다운로드 해야 한다.

 

Continue to The Development Environment.

 

.

+ Recent posts