Django, Turbo Gears, Web2Py, which is better for what?

前端 未结 7 567
野的像风
野的像风 2020-12-24 15:07

I got a project in mind that makes it worth to finally take the plunge into programming.

After reading a lot of stuff, here and elsewhere, I\'m set on making Python

7条回答
  •  粉色の甜心
    2020-12-24 15:16

    • Django: Heard it has the best administrative interface. But uses it's own ORM, i.e. doesn't use SQL-Alchemy.

    • Web2py: Didn't research this.

    • Turbogears2: Uses SQL-Alchemy by default, uses Catwalk for admin interface, but documentation isn't as great.

    I chose Turbogears2 because it uses popular components, so I didn't have to learn anything new...

提交回复
热议问题