Pythonwin and .NET

Brian Quinlan brian at sweetapp.com
Sat Aug 11 00:49:49 EDT 2001


Ron wrote:
> I have a question that I hope someone can partially answer.
ActiveState
> has a beta of Visual Python for .Net on their web site. I can not use
it
> because I do not have access to a beta of Microsoft's Visual Studio. 
>
> However, the ActiveState beta of Visual Python must have at least
basic
> functionality.

Visual Python is not the same is Python .NET. Visual Python is a plug-in
to VisualStudio .NET that helps you develop normal CPython applications.
It extends VisualStudio to offer:
- Python syntax coloring
- Python integrated debugging
- Python syntax error checking (errors are underlined in the editor)
- Python intellisense
- a Python class browser

Cheers,
Brian





More information about the Python-list mailing list