Python Ext

The Visual Studio Code team has rolled out the September 2025 release of the Python, Pylance, and Jupyter extensions, bringing powerful AI-driven features, improved Python environment management, and several quality-of-life upgrades for developers. This update strengthens Python development capabilities in VS Code and further integrates GitHub Copilot into everyday coding workflows.

Key Highlights of the Release

AI-Powered Hover Summaries with Pylance

One of the biggest additions in this release is AI Hover Summaries in Pylance. Available in the pre-release version and powered by GitHub Copilot, this feature generates contextual explanations for Python symbols that lack formal documentation.

copilot-pylance-hover

By enabling the setting python.analysis.aiHoverSummaries, developers can instantly access AI-generated descriptions directly in their editor, making it easier to understand unfamiliar codebases without constant reference checks.

Currently available for Copilot Pro, Pro+, and Enterprise users, this feature is expected to reach the stable build soon.

Run Code Snippet AI Tool

To streamline experimentation with Python code, Pylance now includes the Run Code Snippet tool, a new AI-backed utility for executing Python code snippets entirely in memory.

Unlike traditional execution methods that require temporary files or complex terminal commands, this tool integrates tightly with GitHub Copilot to:

The feature is particularly effective when used in Agent mode with GitHub Copilot, helping developers quickly test functions, validate imports, and debug small snippets without leaving the editor.

Python Environment Management Gets Smarter

VS Code’s Python Environments extension has received significant improvements this month, tackling long-standing pain points with Conda, pipenv, and venv setups.

Conda Enhancements

Pipenv Support

Better Diagnostics and Debugging

Quality of Life Updates

Community Call: Shape the Future of Python Typing

Alongside the feature rollout, the Python ecosystem is also inviting developers worldwide to participate in the 2025 Python Type System and Tooling Survey. The community-driven initiative aims to refine type annotations and gather real-world usage insights. Developers of all experience levels are encouraged to participate at: https://jb.gg/d7dqty.