Microsoft for Python Developers Blog

Read the latest updates about all things Python at Microsoft

Latest posts

Image
Jan 23, 2019
Post comments count 1
Post likes count 0

Python in Visual Studio 2019 Preview 2

Image
Dan Taylor

Today we are releasing Visual Studio 2019 Preview 2, which contains new features for Python developers to improve the experience for managing Python environments and enable you to work with Python code without having to create a Python project. We’ve also enabled Python support for Visual Studio Live Share. In this post we’ll take a closer look at these new features.

Image
Dec 13, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio Code – December 2018 Release

Image
Dan Taylor

We are pleased to announce that the December 2018 release of the Python Extension for Visual Studio Code is now available. This release was a short release, where we primarily focused on two top-requested features for the data science experience shipped in November: remote Jupyter support and export Python files as Jupyter Notebooks. We have also fixed many issues reported on GitHub, and you can see the full list in our changelog.

Image
Nov 29, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio Code – November 2018 Release

Image
Dan Taylor

We are pleased to announce that the November 2018 release of the Python Extension for Visual Studio Code is now available. This release was a quality focused release, we have closed a total of 28 issues, improving startup performance and fixing various bugs related to interpreter detection and Jupyter support. Keep on reading to learn more!

Image
Nov 8, 2018
Post comments count 6
Post likes count 0

Data Science with Python in Visual Studio Code

Image
Rong Lu

Today we’re very excited to announce the availability of Data Science features in the Python extension for Visual Studio Code! With the addition of these features, you can now work with data interactively in Visual Studio Code, whether it is for exploring data or for incorporating machine learning models into applications, making Visual Studio Code an exciting new option for those who prefer an editor for data science tasks.

Image
Nov 8, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio Code – October 2018 Release

Image
Dan Taylor

We are pleased to announce that the October 2018 release of the Python Extension for Visual Studio Code is now available. In this release we have closed a total of 49 issues, including Jupyter support: import notebooks and run code cells in a Python Interactive window, use new virtual environments without having to restart, code completions in the debug console window, improved completions in language server: recognition of namedtuple, and generic types.

Image
Oct 9, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio Code – September 2018 Release

Image
Dan Taylor

We are pleased to announce that the September 2018 release of the Python Extension for Visual Studio Code is now available. In this release we have closed a total of 45 issues, including automatic activation of environments in the terminal, support for Python environments in split terminals, debugger support for the breakpoint() built-in, improved Go To Definition and Find References in the Python Language Server, reduced CPU and Memory consumption in the Python Language Server.

Image
Sep 5, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio Code – August 2018 Release

Image
Dan Taylor

We are pleased to announce that the August 2018 release of the Python Extension for Visual Studio Code is now available. In this release we have closed a total of 38 issues including the stable release of our ptvsd 4 debugger, improvements to the language server preview, and other fixes.

Image
Aug 14, 2018
Post comments count 0
Post likes count 0

Python in Visual Studio 2017 version 15.8

Image
Dan Taylor

We have released the 15.8 update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com. In this post, we're going to look at some of the new features we have added for Python developers: IntelliSense with type shed definitions, faster debugging, and support for Python 3.7.

Image
Jul 19, 2018
Post comments count 0
Post likes count 0

Come see us at EuroPython 2018!

Image
Dan Taylor

Next week is the EuroPython conference from July 23-29 in Edinburgh, Scotland. Microsoft is a platinum sponsor of EuroPython this year, and are looking forward to meeting you there! Be sure to come by our booth and check out our sessions. If you can’t make it, don’t worry, we’ll be sharing the content from the conference on our Python blog after the events are over, so stay tuned by following this blog. Microsoft has a long history of working with Python, from support for Python in Visual Studio and Visual Studio Code (pictured below: our free, open source editor for macOS, Linux and Windows), to contributing ...