【问题标题】:How to integrate Enthought Canopy with SQL Server?如何将 Enthought Canopy 与 SQL Server 集成?
【发布时间】:2015-10-29 12:07:57
【问题描述】:

我是 Python 新手,使用 Enthought Canopy Express 进行学习。 作为其中的一部分,我正在寻找将 Canopy Express 与 SQL Server 连接的选项。找不到任何材料。 请分享用于数据收集的数据库连接方法?

【问题讨论】:

    标签: python sql-server scikit-learn enthought canopy


    【解决方案1】:

    PEP 249 为 Python 中的数据库编程定义了一个标准接口。有许多实现该接口的 Python 包可以帮助您连接 SQL Server。您可以尝试查看pyodbc。还有一些人列出here

    如果您只是想获得一些在 Python 中使用 SQL 语句的经验,您可能希望从 sqlite3 包开始。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-14
      • 2013-06-01
      • 1970-01-01
      相关资源
      最近更新 更多