App Engine: Qwik Start - Python - Launching the App - Candri

Опубликовано: 29 Июль 2026
на канале: @labkocan (Lab IT & Kucing Kocak)
22
0

Welcome back!
This video is part of my assignment for the Cloud Computing course at Universitas Dian Nusantara.
Topic : Launching the App
Lab : App Engine: Qwik Start - Python
Supporting Lecturer : apt. Anrie Suryaningrat S.Si, M.T.I.

On this Session, we are exploring the beauty of Platform-as-a-Service (PaaS) and Serverless computing using Google App Engine (Standard Environment).

In this introductory lab (GSP067), I demonstrate the entire deployment lifecycle of a Python web application. App Engine abstracts away the underlying infrastructure (no VMs or OS to manage!), allowing developers to strictly focus on writing code while Google handles the auto-scaling, load-balancing, and system administration.

What I covered in this lab:
Environment Setup: Preparing the Cloud Shell environment for Python application development.
Code Management: Cloning the sample Python application and examining its core architecture (including the app.yaml configuration file).
Local Testing: Testing the application locally within the Cloud Shell sandbox environment before hitting production.
App Customization: Updating the application code and verifying the changes.
Production Deployment: Deploying the live app to Google's infrastructure using the simple yet powerful gcloud app deploy command.

Key Highlight:
""Infrastructure management? Not today! With Google App Engine, the concept of managing servers completely vanishes. I just write my Python code, run one deploy command, and boom—my app is globally live and ready to handle millions of users automatically.""

#CloudComputing #GoogleCloud #GCP #AppEngine #Serverless #PaaS #PythonDeveloper #InformaticsEngineering #GSP067 #CloudDeployment #DevOps