Should I use Pylons or Pyramid?

前端 未结 3 1373
天涯浪人
天涯浪人 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:35

    You want to go with Pyramid most probably. It may seem like it's a more complicated system, but it's actually much cleaner and very intuitive. Furthermore, the documentation for the project is simply awesome and in my opinion, even better then the django project which is well known for it's documentation.

    That does not make it "like django" however. It is still lightly coupled and you can use whatever template, database, form, session management system, etc that you like.

    It's worth noting that Pyramid is a base framework and Pylons is being built on top of it.

提交回复
热议问题