Showing results for Python - Microsoft for Python Developers Blog

Nov 9, 2017
Post comments count0
Post likes count0

Don Jayamanne, creator of the Python extension for Visual Studio Code, joins Microsoft

Brett Cannon
Brett Cannon

I'm delighted to announce that Don Jayamanne, the author of the most popular Python extension for Visual Studio Code, has joined Microsoft! Starting immediately, Microsoft will be publishing and supporting the extension. You will receive the update automatically, or visit our Visual Studio Marketplace page and click "Install". Python has a long hi...

Sep 29, 2017
Post comments count1
Post likes count0

Idiomatic Python: functions versus classes

Brett Cannon
Brett Cannon

In Python, everything is an object. Compared to Java which forces you to code everything in an object-oriented programming style but still has the concept of primitive types which are not objects on their own (although Java 5 added autoboxing to help hide this discrepancy), Python has no primitive types which aren't objects but provides the concept...

code-styleidioms
Aug 25, 2017
Post comments count0
Post likes count0

Python updates in Visual Studio 15.4 Preview 1

Steve Dower
Steve Dower

It's been a while since we last posted, and we've been hard at work on new features for Python in Visual Studio 2017. Today, the first preview of the next update has been released, which you can install from visualstudio.com or by updating your existing Preview install. In this post, we'll briefly discuss the new features in this preview, includi...

Jun 27, 2017
Post comments count0
Post likes count0

PyData Seattle is next week!

Steve Dower
Steve Dower

Next week, we'll be hosting PyData Seattle 2017 at Microsoft. Several hundred attendees, speakers and teachers will converge on our main conference center for three days of talks, tutorials, and other fun. What is PyData? PyData is a regular conference that occurs all around the world multiple times every year. With a focus on data science, and a...

May 30, 2017
Post comments count0
Post likes count0

PyCon US 2017 wrap-up

Steve Dower
Steve Dower

Last week we took our Python team on the road to PyCon US 2017, which was held in Portland, Oregon, USA. PyCon is our best opportunity for our engineers to meet the broad range of people who make up the Python community. We love the chance to hang out at our booth, meet and chat with anyone who comes by, and show off the things we've been workin...

May 17, 2017
Post comments count0
Post likes count0

Come visit us at PyCon US 2017!

Brett Cannon
Brett Cannon

With PyCon US 2017 happening later this week, we wanted to let you know what we will be up to at the conference! To start, thanks to our platinum sponsorship this year, we are going to have a booth in the exhibit hall. This will provide you a place to come if you have any questions involving Python and Microsoft. We are also going to have a cons...

pythonpycon
May 10, 2017
Post comments count0
Post likes count0

Python support is now stable in Visual Studio 2017

Steve Dower
Steve Dower

Today we have released our next update to Visual Studio 2017, and it's the one you've been waiting for. As of today, the Python development and Data Science and Analytical Applications workloads are stable and ready for production use. You can read our post on the Visual Studio blog for an overview of what is new, and we will release a detailed ...

pythonvisual studio
Feb 22, 2017
Post comments count0
Post likes count0

Python support in Visual Studio 2017

Steve Dower
Steve Dower

[Updated 7 March 2015] We have now released the preview version of Visual Studio 2017 referred to in this post. Please see our release blog post for more information. Over the last few months, Visual Studio 2017 has been in preview and many of you have been trying it out and providing feedback. We are very appreciative of everyone who has taken ...

Nov 14, 2016
Post comments count0
Post likes count0

A template for using Python on Azure Web Apps

Brett Cannon
Brett Cannon

Back in August we had a blog post on using newer versions of Python on Azure App Service. In that post we outlined why we were working on this alternative approach to using Python on Azure App Service and provided basic templates of key files you needed to make the approach work. While that approach still works, we realized there were some steps th...

Azureweb apps
Nov 2, 2016
Post comments count0
Post likes count0

Creating Apps from Templates: Cookiecutter in Visual Studio “15”

Usman Anwer
Usman Anwer

Cookiecutter is a popular Open Source templating engine that lets experts easily create highly customizable templates to help other users get started on a project. We have brought it to Visual Studio to reduce the time and effort it takes to stand-up apps, prototype experiences that integrate different services, or try out new frameworks. Now users...

pythonAzurevisual studio