Stupid Question 237: Python in Visual Studio, really?
[caption id=“attachment_7542” align=“aligncenter” width=“600”]Python in Visual Studio, really?[/caption]
Visual Studio and MS keeps surprising me, and today was not different. Creating a new WinJS project in Visual Studio 2013 I noticed something I haven’t seen before. Python. I can make a Python project? Really? How cool. I downloaded the tools.
I decided to read more about this, and of courseScott had blogged about this in July(since I was traveling in US I didn’t read any blogs during the time). So instead of repeating the same information I’ll give you the link to his post here, I swear I´ll beat him to it on a new tech one day ;)
[caption id=“attachment_7532” align=“aligncenter” width=“600”]After adding the tools[/caption]
To not repeat what was in that post I’ll simply share the good news (old news, because this was possible in VS2010 and onwards I was told) and some resources:
Podcast with Dino Viehland on the Python tools
Blog post on using Python, Django and Azure
Learn Python (very basic) at CodeAcademy andLearnPython
Why not do a 9 week online course (certificate provided) at Coursera?
An Introduction to Interactive Programming in Python - start october
And MIT course material is also free
A Gentle Introduction to Programming Using Python
I’ll keep this post for future reference, as Python is on my list of things I want to learn - and with VS lending a helping hand it won’t be too long until I give it a try :)
The Python tools are available for Visual Studio 2012 and 2010 as well according to the documentation as I mentioned earlier, but I haven’t tried it with older versions than 2012.
The tools give you (2.0):
IntelliSense
Debugging
Profiling
VirtualEnv
Azure support
- and a whole lot more
There, nothing should be stopping you now :) – aside from time ;)
Comments
i know some day i'll be inspiring someone the same way i'm inspired by you. after finding out about your website two weeks back and reading you 1st year in programming story, i became motivated and ever since then I've learnt a lot. I'm a first year student and as i was about to give up on programming you lifted my spirit up, thanks hey!!!
It's great, isn't it? I had actually taken a break from the world of Python myself, but recently found myself wanting to pick up something aside from C#. I happened to come across the Visual Studio Team tweet about Python Tools, watched the video on it, and I was floored. Getting to use Visual Studio let's me stay in my comfort zone :) Definitely my time to try and pick Python back up again. I even blogged about my little intro with getting Python tools and IronPython working together in Visual Studio at: http://www.devleader.ca/2013/09/23/visual-studio-c-python-sweet/ Have you tried making anything with .NET and Python, Iris?
Last modified on 2013-09-05