Showing archive results for September 2025

Sep 26, 2025
Post comments count1
Post likes count5

Simplifying Resource Management in mssql-python through Context Manager

Jahnvi Thakkar
Jahnvi Thakkar

Reviewed by: Sumit Sarabhai and Gaurav Sharma If you’ve worked with databases in Python, you know the boilerplate: open a connection, create a cursor, run queries, commit or rollback transactions, close cursors and connection. Forgetting just one cleanup step can lead to resource leaks (open connections) or even inconsistent data. That’s whe...

Azure SQLSQL ServerSQL Server 2025
Sep 15, 2025
Post comments count0
Post likes count1

Python in Visual Studio Code – September 2025 Release

Luciana Abud
Luciana Abud

The September 2025 release includes pipenv support in the Python Environment Extension, a new experimental hover feature with GitHub Copilot and Pylance, and more!

python