简体   繁体   中英

How to integrate Enthought Canopy with SQL Server?

I am new to Python and using Enthought Canopy Express for learning purpose. As part of that I am looking for an option to connect Canopy Express with SQL Server. Couldn't find any materials. Please share methods for database connection for data collection?

PEP 249 defines a standard interface for database programming in Python. There are a number of Python packages implementing that interface that can help you connect with SQL Server. You might try looking at pyodbc . There are some others listed here

If you just want to get some experience using SQL statements in Python, you might want to start with the sqlite3 package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM