My first web app (Python): use CGI, or a framework like Django?

后端 未结 5 1792
野性不改
野性不改 2021-02-05 18:11

I don’t want to burden you all with the details, but basically I’m a 2nd year compsci student with no Web dev experience.

Basically I want to create a small “web app” t

5条回答
  •  -上瘾入骨i
    2021-02-05 18:21

    Why setup and maintain your own webserver if you can use app engine. It has an excellent SDK for testing your code. Here is an example https://developers.google.com/appengine/docs/python/gettingstarted/handlingforms

    And Django you will find here : https://developers.google.com/appengine/docs/python/gettingstarted/templates I prefer to use Jinja for templating.

提交回复
热议问题