Showing results for python - Python

Aug 3, 2023
1
0

Python in Visual Studio Code – August 2023 Release

Courtney Webster
Courtney Webster

The August 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a pre-configured dev container for the Python extension, a new debug configuration, an npm package for the Python extension API, and error-tolerant pytest discovery with the testing rewrite. Keep reading to learn more!

python
Jul 7, 2023
0
1

Python in Visual Studio Code – July 2023 Release

Courtney Webster
Courtney Webster

The July 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include an announcement on Python 3.7 support, a new Mypy extension in preview, a Debugpy extension in preview, Pylance localization, and index persistance for 3rd-party libraries with Pylance. Keep reading to learn more!

python
Jun 9, 2023
0
3

Python in Visual Studio Code – June 2023 Release

Courtney Webster
Courtney Webster

The June 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes a test discovery and execution rewrite, an option to run your Python file in a dedicated terminal, a preview of IntelliSense on overloaded operators, and configurable index limits with Pylance. Keep reading to learn more!

python
May 4, 2023
0
1

Python in Visual Studio Code – May 2023 Release

Courtney Webster
Courtney Webster

The May 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. In this release, Jupyter is no longer installed alongside the Python extension, microvenv support was added for the Create Environment command, new automatic conversion of f-strings, and code navigation on strings that contain module names. Keep read...

python
Mar 31, 2023
0
3

Python in Visual Studio Code – April 2023 Release

Courtney Webster
Courtney Webster

The April 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes Data Wrangler, a create environment button embedded in dependency files, environments API for extension authors, kernel picker improvements, and move symbol refactoring. Keep reading to learn more!

python
Mar 16, 2023
5
18

Introducing the Data Wrangler extension for Visual Studio Code

Jeffrey Mew
Jeffrey Mew

Microsoft announces the launch of Data Wrangler, a data-centric user interface that generates Python code to help data scientists complete their data preparation tasks faster and with fewer errors.

pythonData Science
Mar 2, 2023
0
2

Python in Visual Studio Code – March 2023 Release

Courtney Webster
Courtney Webster

The March 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes "back" and "cancel" support for the "Create Environment" command, isort no longer being shipped by default with the Python extension, improvements to the kernel picker experience in Jupyter, and the Python for VS Code team as ...

python
Feb 3, 2023
0
5

Python in Visual Studio Code – February 2023 Release

Courtney Webster
Courtney Webster

The February 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes automatic environment selection, improvements to the Create Environment command, improved Intellisense support for pytest in preview, and improvements to the Jupyter kernel picker. Keep reading to learn more!

python