Skip to content

Commit eef0c37

Browse files
committed
Updated home landing page
1 parent 2d462b5 commit eef0c37

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

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

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,32 @@ You can connect to a SQL Database using Python on Windows, Linux, or macOS.
1717

1818
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:
1919

20-
* [Python SQL driver - pyodbc](pyodbc/python-sql-driver-pyodbc.md)
21-
* [Python SQL driver - pymssql](pymssql/python-sql-driver-pymssql.md)
20+
- [Python SQL driver - pyodbc](pyodbc/python-sql-driver-pyodbc.md)
21+
- [Python SQL driver - pymssql](pymssql/python-sql-driver-pymssql.md)
2222

2323
## Documentation
2424

2525
For documentation, see [Python documentation at Python.org](https://www.python.org/doc/).
2626

2727
## Community
2828

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

3232
## Samples
3333

3434
Explore samples that use Python to connect to an SQL database in the following articles:
3535

36-
* [Create a Python app in Azure App Service on Linux](/azure/app-service/containers/quickstart-python?tabs=bash)
37-
* [Getting Started with Python on Windows](https://www.microsoft.com/sql-server/developer-get-started/python/windows/)
38-
* [Getting Started with Python on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/)
39-
* [Getting Started with Python on Ubuntu](https://www.microsoft.com/sql-server/developer-get-started/python/ubuntu/)
40-
* [Getting Started with Python on Red Hat Enterprise Linux (RHEL)](https://www.microsoft.com/sql-server/developer-get-started/python/rhel/)
41-
* [Getting Started with Python on SUSE Linux Enterprise Server (SLES)](https://www.microsoft.com/sql-server/developer-get-started/python/sles/)
36+
- [Create a Python app in Azure App Service on Linux](/azure/app-service/containers/quickstart-python?tabs=bash)
37+
- [Getting Started with Python on Windows](https://www.microsoft.com/sql-server/developer-get-started/python/windows/)
38+
- [Getting Started with Python on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/)
39+
- [Getting Started with Python on Ubuntu](https://www.microsoft.com/sql-server/developer-get-started/python/ubuntu/)
40+
- [Getting Started with Python on Red Hat Enterprise Linux (RHEL)](https://www.microsoft.com/sql-server/developer-get-started/python/rhel/)
41+
- [Getting Started with Python on SUSE Linux Enterprise Server (SLES)](https://www.microsoft.com/sql-server/developer-get-started/python/sles/)
4242

4343
## Next steps
4444

45-
> [!div class="nextstepaction"]
46-
> [pyodbc driver](pyodbc/python-sql-driver-pyodbc.md)
45+
Get started with one of the libraries (drivers).
46+
47+
- [`pyodbc` library](pyodbc/python-sql-driver-pyodbc.md)
48+
- [`pymssql` library](pymssql/python-sql-driver-pymssql.md)

0 commit comments

Comments
 (0)