Django vs other Python web frameworks?

后端 未结 13 2212
抹茶落季
抹茶落季 2020-12-02 05:35

I\'ve pretty much tried every Python web framework that exists, and it took me a long time to realize there wasn\'t a silver bullet framework, each had its own advantages an

13条回答
  •  萌比男神i
    2020-12-02 06:28

    Have you taken a look at CherryPy. It is minimalistic, yet efficient and simple. It is low level enough for not it to get in they way, but high enough to hide complexity. If I remember well, TurboGears was built on it.

    With CherryPy, you have the choice of much everything. (Template framework, ORM if wanted, back-end, etc.)

提交回复
热议问题