Showing results for 2020 - Python

Dec 14, 2020
11
0

Python in Visual Studio Code – December 2020 Release

Savannah Ostrowski
Savannah Ostrowski

We are happy to announce that the December 2020 release of the Python Extension for Visual Studio Code is now available. This release includes code actions for method and variable extraction with Pylance, the Pylance insiders program and Ipywidgets support in Native Notebooks. Keep on reading to learn more!  

Nov 12, 2020
2
0

Python in Visual Studio Code – November 2020 Release

Claudia Regio
Claudia Regio

We are pleased to announce that the November 2020 release of the Python Extension for Visual Studio Code is now available. In this release we’re introducing the Jupyter extension, which the Python extension now takes a dependency on.

Nov 11, 2020
8
0

Introducing the Jupyter Extension for VS Code

Rong Lu
Rong Lu

We’re excited to announce that we're releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook into VS Code for a variety of languages and scenarios. Jupyter Notebook enables creating and sharing documents that contain live code, ...

Oct 28, 2020
6
0

Python in Visual Studio Code – October 2020 Release

Luciana Abud
Luciana Abud

The October 2020 release of the Python Extension for Visual Studio Code is now available. This was a short release where we addressed 14 issues, and it includes debugpy 1.0! Keep on reading to learn more.

Oct 9, 2020
1
0

Bringing the power of the Monaco Editor to nteract

sharonxu
sharonxu

The Monaco Editor is the popular code editor that powers VS Code, bringing you features like IntelliSense, theming, and simple refactoring. The Python team has partnered with the nteract community to bring these powerful editing features to your nteract notebook.

Sep 30, 2020
0
1

Announcing Playwright for Python: Reliable end-to-end testing for the web

Arjun Attam
Arjun Attam

Automated end-to-end tests are a powerful tool for your team to ship faster and with more confidence. End-to-end tests automate UI interactions and can validate the functionality of your apps. To this end, we are announcing Playwright for Python in preview today. Playwright enables developers and testers to write reliable end-to-end tests.

Sep 23, 2020
0
0

Python in Visual Studio Code – September 2020 Release

Savannah Ostrowski
Savannah Ostrowski

We are happy to announce that the September 2020 release of the Python Extension for Visual Studio Code is here! This was a short release where we addressed total of 34 issues, and it includes support for colorization and auto import improvements with Pylance. Keep on reading to learn more!

Sep 14, 2020
0
0

Pylance introduces five new features that enable type magic for Python developers

judej
judej

In last week’s Pylance update we introduced Semantic colorization, and thank you for all feedback! It was exciting for the team to bring this new feature to you. With the latest release of Pylance (version 2020.9.4) we are excited to introduce features that bring us closer to the goal of helping developers write correct Python code faster and ...

Aug 27, 2020
2
0

IoT exploration with VS Code, Python, and the Device Simulator Express

Luciana Abud
Luciana Abud

The explosion of devices in the IoT space is more than a little overwhelming. Where do you start? Why choose hardware when you can experiment entirely in software? That’s the power of the Device Simulator Express (DSE).  Keep on reading to learn how you can start experimenting with programming Python on IoT devices without buying anything!

Aug 13, 2020
7
0

Python in Visual Studio Code – August 2020 Release

Savannah Ostrowski
Savannah Ostrowski

We are happy to announce that the August 2020 release of the Python Extension for Visual Studio Code is now available. In this release we addressed 38 issues, and it includes support for multiple Python interactive windows, Pylance as an officially supported language server setting value and smart signature help with Pylance.