Show HN: Python Tools for Visual Studio
pytools.codeplex.com
Show HN: Python Tools for Visual Studio
1–10 of 56 posts
Re: Show HN: Python Tools for Visual Studio
#2Disclaimer: PTVS is built by few Python/OSS enthusiasts at msft & I'll be around in case people have any questions!
Cheers.
Re: Show HN: Python Tools for Visual Studio
#3Re: Show HN: Python Tools for Visual Studio
#4Why is the photo hosted at imgur ? http://i.imgur.com/tyvjN.png
Re: Show HN: Python Tools for Visual Studio
#5Re: Show HN: Python Tools for Visual Studio
#6Cool! Pardon my ignorance, but can this be used as a decent Python IDE? Or does it have a more specific/narrow use case?
edit: missing link.
Re: Show HN: Python Tools for Visual Studio
#7Why is the photo hosted at imgur ? http://i.imgur.com/tyvjN.png
Re: Show HN: Python Tools for Visual Studio
#8Really cool, I love the
a={2:42}
a.values()[0].
example. What are the limitations of such a system in Python? Are there cases where it can be wrong? Can you reveal some more info on how this stuff works under the hood? Do you execute parts of the code or how do you figure these relationships out?Thank you, it's pretty inspirational in regards to how programming in Python could look like
Re: Show HN: Python Tools for Visual Studio
#9I've spent a lot of time in Visual Studio over the years and have come to really like it when I'm doing C/C++/C#, so when this first came out I jumped all over it. The recently added feature of creating a project from existing code is pretty sharp, and removes the need for a third-party "explorer" plugin.