Welcome to MSDN Blogs Sign in | Join | Help

View This Blog In

IronPython 1.0 Release Candidate

One of the great features of the .NET framework is the Common Language Infrastructure (CLI).  The CLI provides a common foundation for a wide variety of programming languages. 

 

IronPython is a project that implements the dynamic object-oriented Python language on top of the CLI.  IronPython is both well integrated with the .NET Framework and is a true implementation of the Python language.  .NET integration means that this rich programming framework is available to Python developers and that they can interoperate with other .NET languages and tools.  All of Python’s dynamic features like an interactive interpreter, dynamically modifying objects and even metaclasses are available.  IronPython also leverages the CLI to achieve good performance, running up to 1.5x faster than the standard C-based Python implementation on the standard Pystone benchmark.

 

Today we shipped the release candidate for IronPython 1.0 on CodePlex.   The download also includes a tutorial which gives .NET programmers a great way to get started with Python and Python programmers a great way to get started with .NET.  The interactive interpreter provides an excellent way to quickly experiment with .NET libraries, e.g. here’s a quick example of creating a window (which I recommend you try from the tutorial):

 

>>> from winforms import *

>>> f = Form()

>>> f.Show()

 

In addition, it’s exciting to see that the Visual Studio SDK team has used the IronPython project as a chance to show language developers how they can build support for their language into Visual Studio.  They have created a sample, with source, that shows some of the basics required for integrating into the IDE including the project system, debugger, interactive console, IntelliSense and even the Windows forms designer.  The source for the sample is included with the Visual Studio SDK.  More information can be found in Aaron’s blog.

 

Namaste!

Posted: Tuesday, July 25, 2006 9:31 PM by Somasegar

Comments

RedoBlog - The .NET Gentleman !!! said:

Comme l'annonce Somasegar au travers de son blog, voici l'implémentation du langage Python pour le .NET...
# July 26, 2006 10:54 AM

Paul Cornell said:

Soma blogs about IronPython 1.0 RC1 and discusses IronPython project integration into Microsoft...
# July 26, 2006 12:56 PM

おぎわら@.NET道場 Blog(わんくま編) said:

IronPython 1.0 Release Candidate
# July 27, 2006 6:16 AM

Wallace B. McClure said:

http://blogs.msdn.com/somasegar/archive/2006/07/25/678615.aspxIf you are into Python for .NET, its shipping
# July 27, 2006 10:09 AM

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com
# July 27, 2006 8:24 PM

peterMarshall said:

Somasegar anounces IronPython release.
# July 28, 2006 4:03 AM

Tommy Povlick said:

This is great news for Python programmers!
# August 23, 2006 9:33 AM

naked boy teen said:

bad boy this
teenage boy christmas presents
tight ass gay sex
when does puberty start in boys
boys in swim trunks
# August 24, 2006 11:46 PM

Robert Burke's Weblog said:

Web Resources



 

[SQL Server and Data Access] 2006 PASS Community Summit: Microsoft SQL...
# August 31, 2006 4:30 AM

Somasegar's WebLog said:

 
I blogged earlier about us delivering a release candidate of IronPython.  Today, we released...
# September 6, 2006 2:10 AM

Offender of the universe said:

IronPython 1.0 Release Candidate

# October 6, 2008 6:10 AM

Paul Cornell said:

Soma blogs about IronPython 1.0 RC1 and discusses IronPython project integration into Microsoft Visual

# March 20, 2009 6:21 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS


Page view tracker