Should I use Pylons or Pyramid?

前端 未结 3 1419
天涯浪人
天涯浪人 2021-02-01 13:15

I was planning to move from Django to Pylons, but then I bumped into Pyramid.

What are the differences between Pylons and Pyramid?

I read some text in PylonsBook

3条回答
  •  半阙折子戏
    2021-02-01 13:44

    If you plan to start new project, migrate or just to learn framework I recommend to use Pyramid.

    Pylons will stop it's development. Meanwhile Pyramid is a continuation of Pylons. Thus, it's code is stable. It includes most features from Pylons, adds some new usefull features.

提交回复
热议问题