如何使用python通过msvisualwebdeveloper2010学习版访问服务器?

2024-09-30 12:33:16 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在通过msvswd2010express在本地运行我的web服务器。我需要使用python访问数据库并向其中添加数据。我在想我该怎么做。我尝试过使用pyodbc和sqlite3这样的包,但在尝试连接时出现错误。在

我特别想知道我是否需要做一些特别的事情,因为我的服务器是通过MS-VS:WD运行的。在

谢谢

帕斯


Tags: 数据服务器web数据库错误事情sqlite3ms
1条回答
网友
1楼 · 发布于 2024-09-30 12:33:16

可以使用IronPython在.NET上运行Python:

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

相关问题 更多 >

    热门问题