We're pleased to announce the release of Python Tools for Visual Studio 2.0 
Alpha<http://pytools.codeplex.com/releases/view/72638>. 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 CPython/IronPython, Edit/Intellisense/Debug/Profile, Cloud, HPC, 
IPython, and cross platform debugging support.

For a quick overview of the general IDE experience, please watch this 
video<http://www.youtube.com/watch?v=7CoGsSlrxKk&hd=1>

There are a number of exciting improvement in this release compared to 1.5, all 
based on your feedback & suggestions. Here's a summary:

NOTE - this is an Alpha release which is primarily meant for feedback purposes 
and has not been tested as much as the 1.5.x RTM releases! This release works 
with both VS2010 and VS2010. Alpha limitations are noted in the corresponding 
docs for each feature. Please try these bits and let us know what you think!

IDE
[*]  Vastly improved analysis and intellisense - you can now get much deeper 
and extensive intellisense. Please refer to the 
documentation<http://pytools.codeplex.com/wikipage?title=Features%20Editor> or 
this video<http://www.youtube.com/watch?v=eIr9be6yroY> for an overview.
[*]  Remote Debugging! PTVS already supported "attach" style debugging locally 
and on clusters, now you do full remote debugging, even on Linux and Macs! 
Please refer to the 
docs<http://pytools.codeplex.com/wikipage?title=Remote%20Debugging%20for%20Windows%2c%20Linux%20and%20OS%20X>
 or this video<http://www.youtube.com/watch?v=1VjcxvNMN1M> for an overview.
[*]  Code formatting - now you can format code based on various standards & 
parameters. See https://pytools.codeplex.com/wikipage?title=Code%20Formatting 
for an overview.
[*]  Virtual Env - PTVS has early support for virtual envs. 
Overview<http://pytools.codeplex.com/wikipage?title=Virutal%20Env> or 
video<http://www.youtube.com/watch?v=n8w8SvvgGV8>.
[*]  Debug Script - you can now debug a python script without first setting up 
a VS project for it. Just right click & debug away. 
Docs<http://pytools.codeplex.com/wikipage?title=Debug%20As%20Script> or 
video<http://www.youtube.com/watch?v=z8njMo59pTc>.
[*]  Navigate To - this feature provide a convenient way to navigate around 
your code. 
Docs<http://pytools.codeplex.com/wikipage?title=Features%20Editor#navigation>
[*]  Support for zip files - you can include zip file in your project. Support 
is preliminary.
[*]  lots of bug fixes & smaller enhancements

Cloud
[*]  Azure Web Sites - you can now publish a Django site to Azure with minimum 
number of clicks. Azure provides free hosting to kick the tires. See an 
overview<http://pytools.codeplex.com/wikipage?title=Azure%20Web%20Sites%20>.
[*]  Simplified deployment (Python 2.7 is now preconfigured on Azure servers).
[*]  Various bug fixes to the Azure SDK.

We'd like to thank the following people who took the time to report the issues 
and feedback for this release: hfoffani , mjklaim, sopelt, ThiefMaster, 
Vilhelmenator
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to