Skip to content

Commit 3c7b62e

Browse files
committed
Updated landing pages
1 parent d65cd43 commit 3c7b62e

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

docs/connect/python/pymssql/python-sql-driver-pymssql.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Python SQL Driver - pymssql"
3-
description: "This guide describes installing Python, the ODBC Driver for SQL Server, and pymssql. Sample code shows how to connect to and interact with a SQL database."
2+
title: Python SQL Driver - pymssql
3+
description: This guide describes installing Python, the ODBC Driver for SQL Server, and pymssql. The corresponding sample code shows how to connect to and interact with an SQL database.
44
author: David-Engel
55
ms.author: v-davidengel
6-
ms.date: "10/06/2020"
6+
ms.date: 08/22/2023
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -15,7 +15,7 @@ ms.topic: conceptual
1515
## Get started
1616

1717
* [Step 1: Configure development environment for pymssql Python development](step-1-configure-development-environment-for-pymssql-python-development.md)
18-
* [Step 2: Create a SQL database for pymssql Python development](step-2-create-a-sql-database-for-pymssql-python-development.md)
18+
* [Step 2: Create an SQL database for pymssql Python development](step-2-create-a-sql-database-for-pymssql-python-development.md)
1919
* [Step 3: Proof of concept connecting to SQL using pymssql](step-3-proof-of-concept-connecting-to-sql-using-pymssql.md)
2020

2121
## Documentation
@@ -31,4 +31,9 @@ To get help, file an [issue in the pymssql GitHub repository](https://github.com
3131
## Community resources
3232

3333
* [Azure Python Developer Center](https://azure.microsoft.com/develop/python/)
34-
* [python.org Community](https://www.python.org/community/)
34+
* [python.org Community](https://www.python.org/community/)
35+
36+
## Next steps
37+
38+
> [!div class="nextstepaction"]
39+
> [Step 1: Configure development environment for pymssql Python development](step-1-configure-development-environment-for-pymssql-python-development.md)

docs/connect/python/pyodbc/python-sql-driver-pyodbc.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Python SQL Driver - pyodbc"
3-
description: "This guide describes installing Python, the ODBC Driver for SQL Server, and pyodbc. Sample code shows how to connect to and interact with a SQL database."
2+
title: Python SQL Driver - pyodbc
3+
description: This guide describes installing Python, the ODBC Driver for SQL Server, and pyodbc. The corresponding sample code shows how to connect to and interact with an SQL database.
44
author: David-Engel
55
ms.author: v-davidengel
6-
ms.date: "03/24/2022"
6+
ms.date: 08/22/2023
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -17,7 +17,7 @@ This article provides step-by-step guidance for installing and using the Python
1717
## Get started
1818

1919
* [Step 1: Configure development environment for pyodbc Python development](step-1-configure-development-environment-for-pyodbc-python-development.md).
20-
* [Step 2: Create a SQL database for pyodbc Python development](step-2-create-a-sql-database-for-pyodbc-python-development.md).
20+
* [Step 2: Create an SQL database for pyodbc Python development](step-2-create-a-sql-database-for-pyodbc-python-development.md).
2121
* [Step 3: Proof of concept connecting to SQL using pyodbc](step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md).
2222

2323
## Documentation
@@ -33,4 +33,9 @@ To get help, file an [issue in the pyODBC GitHub repository](https://github.com/
3333
## Community resources
3434

3535
* [Azure Python Developer Center](https://azure.microsoft.com/develop/python/)
36-
* [python.org Community](https://www.python.org/community/)
36+
* [python.org Community](https://www.python.org/community/)
37+
38+
## Next steps
39+
40+
> [!div class="nextstepaction"]
41+
> [Step 1: Configure development environment for pyodbc Python development](step-1-configure-development-environment-for-pyodbc-python-development.md)

0 commit comments

Comments
 (0)