Django vs other Python web frameworks?

后端 未结 13 2166
抹茶落季
抹茶落季 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条回答
  • 2020-12-02 06:41

    Django is definitely worth learning, and sounds like it will fit your purposes. The admin interface it comes with is easy to get up and running, and it does use authentication.

    As for "anything lower level", if you mean sql, it is entirely possible to shove sql into you queries with the extra keyword. Stylistically, you always try to avoid that as much as possible.

    As for "not learning anything"...the real question is whether your preference is to be primarily learning something lower-level or higher-level, which is hardly a question anyone here can answer for you.

    0 讨论(0)
提交回复
热议问题