<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Announcing Python Tools for Visual Studio 1.1 Alpha</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/a02a/ccef123e-4538-4de7-b523-9f900116a02a/PTVSAlphaShahrokhDino_100_ch9.jpg</url>
		<title>Channel 9 - Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<link></link>
	</image>
	<description>Python Tools for Visual Studio 1.1 is now available in Alpha! PTVS turns VS into an IDE for Python. PTVS a free, open source plug-in for Visual Studio 2010 from Microsoft&#39;s Developer Division. PTVS enables developers to use all the major productivity features of Visual Studio to build Python code using either CPython or IronPython and adds new features such as using High Performance Computing clusters to scale your code. Together with one of the standard distros, you can turn Visual Studio into a powerful Technical Computing IDE.Here, we chat with PTVS architect Sean Mortazavi and lead developer Dino Viehland to learn all about this release and see some really cool demos. This is great news for Python developers! Tune in. </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 02:41:20 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 02:41:20 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>Very good work! I use Python Tools a lot and it is awesome <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>Any plans to infer generic types too? That way you'd have the example with the function foo that just returns its argument infer the string methods for foo(&quot;bar&quot;) and the integer methods for foo(42), even if you have both in the same file. Languages like F# already infer types that way, perhaps their algorithm could be adapted.</p><p>posted by Jules.dot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560079909431082</link>
		<pubDate>Fri, 04 Nov 2011 12:53:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560079909431082</guid>
		<dc:creator>Jules.dot</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>This.....is.....awesome</p><p>Been a programmer and a scripter, this really makes sense.<br>I used to create tools for a charity I did Work Experience for, and WxPython was my primary GUI toolkit. Python is brill for admin scripting.</p><p>Having Python for Visual Studio is brilliant, what would be great is if&nbsp;<br>Visual Studio Express came with something like that.&nbsp;</p><p>Tom &nbsp;</p><p>posted by Tominator2005</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560157774836434</link>
		<pubDate>Fri, 04 Nov 2011 15:02:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560157774836434</guid>
		<dc:creator>Tominator2005</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[Jules.dot&#58; To support that we&#39;d need to fully understand model the flow control of the program and then analyze calls based upon the Cartesian product of their arguments.  Currently we&#39;re control flow independent and we just combine all of the types being passed to each argument together.  <br><br>It&#39;s certainly something I&#39;d love to do at some point but it&#39;s currently pretty low on the priority list.  There would still be the issue of what completions to show within the method but we could continue to offer our intersection or union option there.<p>posted by Dino Viehland</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560393529413923</link>
		<pubDate>Fri, 04 Nov 2011 21:35:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560393529413923</guid>
		<dc:creator>Dino Viehland</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560157774836434">23 hours&nbsp;ago</a>, <a href="/Niners/Tominator2005">Tominator20​05</a> wrote</p><p>what would be great is if&nbsp;</p><p>Visual Studio Express came with something like that. </p><p></p></div></blockquote><p></p><p>&nbsp;</p><p>You can use it with the free VS Integrated Shell.</p><p>posted by NewWorldMan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560987702764520</link>
		<pubDate>Sat, 05 Nov 2011 14:06:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634560987702764520</guid>
		<dc:creator>NewWorldMan</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>NewWorldMan is correct - see the installation instructions at:</p><p><a href="http://pytools.codeplex.com/wikipage?title=Installation%20-%20details">http://pytools.codeplex.com/wikipage?title=Installation%20-%20details</a>&nbsp;</p><p>1. click to download the free Integrated Shell</p><p>2. click to download PTVS</p><p>and you have a virtual &quot;Visual Python 2010 Express&quot; edition.</p><p>PTVS isn't &quot;in the box&quot;, but this enables us to release much more frequently.</p><p>Cheers.</p><p>posted by SeanM</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561059727227363</link>
		<pubDate>Sat, 05 Nov 2011 16:06:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561059727227363</guid>
		<dc:creator>SeanM</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>Sean, what you are doing is amazing. As I have said in my post, I'd love to get involved in this, even though I live in the UK. If you have ever used WxWidgets or PyGTK, a resource editor in Visual Studio for that type of stuff would be awesome. Give me plenty of time, and I can try working on a resource editor for WxWidgets at least, although I have no idea where to start in making toolbox like items for a windows editor.</p><p>posted by Tominator2005</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561288707157192</link>
		<pubDate>Sat, 05 Nov 2011 22:27:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561288707157192</guid>
		<dc:creator>Tominator2005</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[Tominator2005&#58; That&#39;d be awesome&#33;<br><br>For the toolbox you probably want to look at the IVsToolbox&#91;2,3,4,5,6&#93; interfaces, you can get an instance of one by calling Package.GetService&#40;typeof&#40;SVsToolbox&#41;&#41;.  I suspect you call AddItem w&#47; an IDataObject and then get that same object back when the user drops it onto your editor window.  <p>posted by Dino Viehland</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561325977107958</link>
		<pubDate>Sat, 05 Nov 2011 23:29:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561325977107958</guid>
		<dc:creator>Dino Viehland</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[This is a basic Python question &#40; I&#39;m a newbie to Python &#41;....<br><br>Do you have any links&#47;documentation on how to call C&#35; Classes&#47;Methods from Python&#63;<p>posted by shaggygi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562263634575391</link>
		<pubDate>Mon, 07 Nov 2011 01:32:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562263634575391</guid>
		<dc:creator>shaggygi</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[shaggygi&#58; In general you do&#58;<br><br>import clr<br>clr.AddReference&#40;&#39;AssemblyName&#39;&#41;<br>from Namespace import Type<br><br>For example&#58;<br><br>    import clr<br>    clr.AddReference&#40;&#34;System.Windows.Forms&#34;&#41;<br>    from System.Windows.Forms import Form<br><br>This requires using IronPython or installing Python.NET &#91;http&#58;&#47;&#47;pythonnet.sourceforge.net&#47;&#93; if you&#39;re using CPython.<br><br>From there you can do&#58;<br><br>f &#61; Form&#40;&#41;<br>f.ShowDialog&#40;&#41;<br><br>Or in other words you can interact with the types as if they&#39;re normal Python types.<br><br>When working w&#47; your own types the biggest gotcha is to make sure you make them public.<p>posted by Dino Viehland</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562852403268485</link>
		<pubDate>Mon, 07 Nov 2011 17:54:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562852403268485</guid>
		<dc:creator>Dino Viehland</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[&#64;Dino Viehland<br><br>Thanks&#33; This will be a big help to get me started.<p>posted by shaggygi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562854841025418</link>
		<pubDate>Mon, 07 Nov 2011 17:58:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634562854841025418</guid>
		<dc:creator>shaggygi</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634561325977107958">2 days&nbsp;ago</a></p><p>Tominator2005: That'd be awesome!<br><br>For the toolbox you probably want to look at the IVsToolbox[2,3,4,5,6] interfaces, you can get an instance of one by calling Package.GetService(typeof(SVsToolbox)). I suspect you call AddItem w/ an IDataObject and then get that same object back when the user drops it onto your editor window.</p><p></p></div></blockquote><p></p><p>My background is a HND in Computing, and I only did a small amount of programming in that, which I regret. Is there anyway, I can contact you via email or messenger. This is gonna be tough job and I'll need occasional help.</p><p>posted by Tominator2005</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634563536239659627</link>
		<pubDate>Tue, 08 Nov 2011 12:53:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634563536239659627</guid>
		<dc:creator>Tominator2005</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>This is really cool!&nbsp; Awesome IDE for Python!&nbsp;</p><p>Can Python be used or will it be available for Metro Style Apps in Windows 8?&nbsp; Can it talk to the WinRT?</p><p>Long live Python and the Knights who say Ni!</p><p>posted by BarryDale</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634565342480339943</link>
		<pubDate>Thu, 10 Nov 2011 15:04:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634565342480339943</guid>
		<dc:creator>BarryDale</dc:creator>
	</item>
	<item>
		<title>Re: Announcing Python Tools for Visual Studio 1.1 Alpha</title>
		<description>
			<![CDATA[<p>I know you can't reveal everything you are working on.&nbsp; But you like to hear feedback from developers about what they would like to see.&nbsp; I would like to see a version of Python that integrates with the WinRT, i.e. that can be used with Metro Style Apps.</p><p>posted by BarryDale</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634566284852532511</link>
		<pubDate>Fri, 11 Nov 2011 17:14:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Announcing-Python-Tools-for-Visual-Studio-11-Alpha#c634566284852532511</guid>
		<dc:creator>BarryDale</dc:creator>
	</item>
</channel>
</rss>