<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Segoe UI";
        panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN" style="font-size:9.5pt;font-family:&quot;Segoe UI&quot;,&quot;sans-serif&quot;;color:#253340">We&#8217;re pleased to announce the release of Python Tools for Visual Studio 1.5 Beta [http://pytools.codeplex.com/releases/view/88766]. Python Tools for
 Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. PTVS supports a broad range of features including:
<br>
<br>
&#8226; Supports CPython, IronPython, Jython and PyPy<br>
&#8226; Python editor with advanced member, signature intellisense and refactoring<br>
&#8226; Code navigation: &#8220;Find all refs&#8221;, goto definition, and object browser<br>
&#8226; Local and remote debugging<br>
&#8226; Profiling with multiple views<br>
&#8226; Integrated Python interactive session window with inline matplotlib graphics<br>
&#8226; Support for HPC clusters and MPI, including debugging and Profiling<br>
&#8226; Interactive parallel computing via integrated IPython REPL (read-evaluate-print-loop)<br>
<br>
The primary new feature for this release is Django including Azure support! The http://www.djangoproject.com is a popular Python webframework/CMS which is used by many reputable companies and high-traffic websites. In this Beta release, the following are supported:<br>
<br>
&#8226; Create a New Project / Django Application<br>
&#8226; Add Django HTML Template<br>
&#8226; Intellisense for Django templates<br>
&#8226; Runtime debugging of Django templates<br>
&#8226; Use IIS with a pure-Python FastCGI interface<br>
&#8226; Support for deploying to Windows Azure when Windows Azure Tools for Visual Studio is installed<br>
<br>
For more information on Python support for Windows Azure, please see http://www.windowsazure.com. This release also introduces Python client libraries for Windows Azure services available via PyPI that work across Windows, Linux and Mac OS operating systems.<br>
<br>
The 1.5 release also includes several new intellisense features including some contributed by the community. This includes completions after &#8220;def &#8220; based upon methods defined in base classes and completions for exception types after &#8220;raise&#8221; statements&#8221; (thanks
 Zooba!). There are also improvements to the import intellisense.<br>
<br>
<br>
Full list of issues addressed in 1.5 beta:<br>
<br>
714 VS crashes when open project <br>
713 Import Intellisense should work after typing &quot;,&quot;<br>
712 IronPython REPL runs in builtin and not main<br>
704 pyopencl causes AttributeError when run under the debugger.<br>
702 VS startup crash<br>
699 Resolve import box doesn't show when I hover the mouse on functions.<br>
676 exception when launching a python solution with vs2010<br>
667 stop executing when error occurs<br>
711 Send to REPL fails with &quot;The Python REPL process has exited&quot;<br>
717 Error in Interactive window crashes VS<br>
<br>
<br>
We&#8217;d like to thank the following people who took the time to report the issues and feedback for this release:<br>
ajp, Anna0311, golubdr, hjyh, hyh, mahpour, tramsay, and zooba.</span><o:p></o:p></p>
</div>
</body>
</html>