Microsoft for Python Developers Blog

Read the latest updates about all things Python at Microsoft

Latest posts

Image
Oct 9, 2020
Post comments count 1
Post likes count 0

Bringing the power of the Monaco Editor to nteract

Image
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.

Image
Sep 30, 2020
Post comments count 0
Post likes count 1

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

Image
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.

Image
Sep 23, 2020
Post comments count 0
Post likes count 0

Python in Visual Studio Code – September 2020 Release

Image
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!

Image
Sep 14, 2020
Post comments count 0
Post likes count 0

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

Image
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 more easily. 1.      Support for recursive type aliases With recursive types aliases, you can now specify types for complex scenarios in a natural, succinct, and intuitive manner. For example, expressing a structure to capture my settings for VS Code can be as simple and e...

Image
Aug 27, 2020
Post comments count 2
Post likes count 0

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

Image
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!

Image
Aug 13, 2020
Post comments count 7
Post likes count 0

Python in Visual Studio Code – August 2020 Release

Image
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.

Image
Aug 7, 2020
Post comments count 0
Post likes count 0

Need an Intro to VS Code? Let Tech with Tim Help!

Image
Claudia Regio

We have been spoiled to have Tim Ruscica, founder and star of the very informative and popular "Tech with Tim" YouTube channel, work on our team as a Software Engineering intern this summer! During his time here he implemented several features for our extension, including the much desired export notebook to HTML and PDF, as well as influence the discussion and design of other features we have been actively working on and shipping. We're honored to have him spotlight a few of his favorite VS Code Python Extension features (not just those he worked on) in a recent video! Please check it out and give Tim some much d...

Image
Jul 27, 2020
Post comments count 12
Post likes count 0

Notebooks are getting revamped!

Image
Claudia Regio

Notebooks in VS Code are getting revamped! This experience is currently being exclusively rolled out to VS Code Insiders so be sure to download today to try it out!

Image
Jul 23, 2020
Post comments count 0
Post likes count 0

Gather: A New Way To Clean Notebooks

Image
Jeffrey Mew

We are pleased to announce the release of our new experimental extension, Gather! Gather is a notebook cleaning tool that analyzes and determines the necessary code dependencies within a notebook and performs code cleanup, automating this difficult and time-consuming task.