Showing results for Python - Python

May 2, 2018
0
0

Python at Microsoft: Meet us at Build and PyCon US!

Dan Taylor
Dan Taylor

Next week are the Microsoft Build conference in Seattle, WA on May 7-9, and the PyCon conference in Cleveland, OH on May 9-17, and we (the Microsoft Python team) will be at both conferences looking forward to meeting you! If you are going to either of these conferences, come by our booth and check out our sessions. If you can’t make it, don’t ...

Apr 18, 2018
0
0

Python in Visual Studio 2017 version 15.7

Dan Taylor
Dan Taylor

Note: This post was originally published with Visual Studio 15.7 Preview 4, it has been updated to reflect the latest as of Visual Studio 15.7 RTM. We have released the 15.7 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 ...

Mar 13, 2018
0
0

Python in Visual Studio 15.7 Preview

Dan Taylor
Dan Taylor

Note: this blog post was first released for 15.7 Preview 1, and has been updated to reflect the latest as of 15.7 Preview 3 We have released the third preview of our next update to Visual Studio 2017. If you already have the preview installed you will see a notification in Visual Studio within the next few days, or you can download the preview ...

Feb 15, 2018
0
0

Visual Studio Code is now shipping with Anaconda!

John Lam
John Lam

For everyone from enterprise programmers to data scientists, Python is one of the most popular dynamic languages for software development. Anaconda, the most popular Python data science platform, provides 6 million users with a streamlined Python environment on Windows, Mac or Linux. And starting today, Visual Studio Code, Microsoft's free and ...

Dec 12, 2017
0
0

North Bay Python 2017 Recap

Steve Dower
Steve Dower

Last week I had the privilege to attend the inaugural North Bay Python conference, held in Petaluma, California in the USA. Being part of any community-run conference is always enjoyable, and to help launch a new one was very exciting. In this post, I'm going to briefly tell you about the conference and help you find recordings of some of the ...

Nov 9, 2017
0
0

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

Sep 29, 2017
1
0

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

code-styleidioms
Aug 25, 2017
0
0

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

Jun 27, 2017
0
0

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

May 30, 2017
0
0

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

Feedback