Showing category results for Python

May 3, 2026
Post comments count0
Post likes count0

Introducing Apache Arrow Support in mssql-python

Saumya Garg

Reviewed by Sumit Sarabhai Fetching a million rows from SQL Server into a Polars DataFrame used to mean a million Python objects, a million GC allocations, and then throwing it all away to build a DataFrame. Not anymore. mssql-python now supports fetching SQL Server data directly as Apache Arrow structures - a faster and more memory-ef...

pythonAzure SQLSQL Server
Apr 7, 2026
Post comments count0
Post likes count7

Write SQL Your Way: Dual Parameter Style Benefits in mssql-python

Jahnvi Thakkar

Reviewed by: Sumit Sarabhai If you've been writing SQL in Python, you already know the debate: positional parameters (?) or named parameters (%(name)s)? Some developers swear by the conciseness of positional. Others prefer the clarity of named. With mssql-python, you no longer need to choose - we support both.  We've added dual parameter sty...

Azure SQLSQL ServerSQL Server 2025
Apr 1, 2026
Post comments count0
Post likes count0

Python in Visual Studio Code – March 2026 Release

Vedha Ranganathan

The March 2026 release of the Python and Jupyter extensions for Visual Studio Code is now available. Keep on reading to learn more!

python
Feb 18, 2026
Post comments count2
Post likes count5

Python Environments Extension for VS Code

Vedha Ranganathan

The February 2026 release This release includes the Python Environments extension... Keep on reading to learn more!

python
Nov 13, 2025
Post comments count0
Post likes count2

Python in Visual Studio Code – November 2025 Release

Luciana Abud

The November 2025 release brings new Pylance features including improvements to Copilot Hover Summaries and a Code Action to convert wildcard imports to explicit imports. Keep on reading to learn more!

python
Oct 10, 2025
Post comments count0
Post likes count1

Python in Visual Studio Code – October 2025 Release

Luciana Abud

The October 2025 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes improvements to the Python Environments extension, Copy Test ID functionality, and enhanced environment activation when using Copilot Chat. Keep on reading to learn more!

python
Sep 26, 2025
Post comments count1
Post likes count5

Simplifying Resource Management in mssql-python through Context Manager

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

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
Aug 19, 2025
Post comments count0
Post likes count1

Announcing the Data Wrangler powered Notebook Results Table

Angelos Petropoulos

An introduction to the new Results Table integrated into the output cell of Notebooks, powered by the VS Code extension called Data Wrangler.

JupyterCSVNotebooks