Skip to content

Commit 1d320b3

Browse files
committed
Freshness pass on Python driver article
1 parent eddcb85 commit 1d320b3

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

docs/connect/python/python-driver-for-sql-server.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
11
---
22
title: "Python Driver for SQL Server | Microsoft Docs"
3-
description: "You can connect to a SQL Database using Python on Windows, Linux, or macOS."
3+
description: "Connect to a SQL Database using Python on Windows, Linux, or macOS."
44
ms.custom: ""
5-
ms.date: "08/08/2017"
5+
ms.date: "03/24/2022"
66
ms.prod: sql
7-
ms.prod_service: connectivity
8-
ms.reviewer: ""
97
ms.technology: connectivity
108
ms.topic: conceptual
11-
ms.assetid: 3a1568d1-917b-46d3-b5cb-facdc740408f
129
author: David-Engel
1310
ms.author: v-davidengel
1411
---
12+
1513
# Python SQL Driver
1614

17-
![Download-DownArrow-Circled](../../ssms/media/download-icon.png)[To install SQL driver for Python](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
15+
![Download-DownArrow-Circled](../../ssms/media/download-icon.png)[Install SQL driver for Python](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
1816

1917
You can connect to a SQL Database using Python on Windows, Linux, or macOS.
2018

21-
## Getting Started
22-
There are several python SQL drivers available. However, Microsoft places its testing efforts and its confidence in **pyodbc** driver. Choose a driver, and configure your development environment accordingly:
19+
## Getting Started
20+
21+
There are several python SQL drivers available. However, Microsoft places its testing efforts and its confidence in **pyodbc** driver. Choose one of the following drivers, and configure your development environment:
22+
2323
* [Python SQL driver - pyodbc](pyodbc/python-sql-driver-pyodbc.md)
2424
* [Python SQL driver - pymssql](pymssql/python-sql-driver-pymssql.md)
2525

26-
## Documentation
27-
* [Python documentation at Python.org](https://www.python.org/doc/)
26+
## Documentation
27+
28+
For documentation, see [Python documentation at Python.org](https://www.python.org/doc/).
2829

29-
## Community
30+
## Community
31+
3032
* [Azure Python Developer Center](https://azure.microsoft.com/develop/python/)
3133
* [python.org Community](https://www.python.org/community/)
3234

33-
## More Samples
35+
## Next steps
36+
37+
Explore samples that use Python to connect to a SQL database in the following articles:
38+
3439
* [Create a Python app in Azure App Service on Linux](/azure/app-service/containers/quickstart-python?tabs=bash)
3540
* [Getting Started with Python on Windows](https://www.microsoft.com/sql-server/developer-get-started/python/windows/)
3641
* [Getting Started with Python on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/)

0 commit comments

Comments
 (0)