Recommended python library/framework for local web app?

前端 未结 10 1837
生来不讨喜
生来不讨喜 2020-12-31 07:33

I want to create a simple LOCAL web app in Python.

The web server and \"back-end\" code will run on the same system (initially, Windows system) as the UI. I doubt it

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 08:30

    chances are, you want an admin interface for basic CRUD operations on some database tables. Then Django is your best choice.

提交回复
热议问题