运行 SQL 和 Python 在网页上

Running SQL and Python on a webpage

只是一个一般性问题。
我在 Spider 中写了一些 Python 代码。在我的代码中,我使用 sql 命令从 ssms 中提取数据,然后使用 Python 来操作它们。现在我想在网页或其他在线资源上实现我的代码,以便其他人可以 运行 它们。怎么可能?任何想法将不胜感激:) 谢谢!

P.S 我是 PC 用户不是 MAC

这里是 link 基于 Python 的网络框架列表:

https://wiki.python.org/moin/WebFrameworks

我认识喜欢 Flask 的人 (http://flask.pocoo.org/), and it has some thoughtful-looking Windows installation instructions here: http://flask.pocoo.org/docs/0.12/installation/#installation

此外,如果我理解您使用的是 sqlcmd.

,您也可以查看 Python 库 pyodbc 直接进行查询