[python-win32] C# Vs Python

Michael Foord fuzzyman at voidspace.org.uk
Wed Apr 4 21:26:57 CEST 2007


James Matthews wrote:
> I am looking into IronPython however first i am going to learn .NET to 
> see what it has to offer
IronPython is a *great* way to learn .NET. Particularly via the 
interactive interpreter.

Instantiating and configuring classes is a lot simpler without all the 
C# boilerplate.

Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml
>
> On 4/2/07, *Tim Roberts* < timr at probo.com <mailto:timr at probo.com>> wrote:
>
>     James Matthews wrote:
>     > Thank you Bob but does python's windows extensions really have the
>     > power of the .NET classes
>
>     It depends on what you need to do.  The .NET class library is, of
>     course, far more extensive than the Python standard library even with
>     the Win32 extensions, but for most tasks, you don't NEED the
>     vastness of
>     the CLR.
>
>     It might be interesting for you to investigate IronPython.  This is an
>     implementation of Python as a full .NET language, with access to the
>     entire Common Language Runtime.
>
>     --
>     Tim Roberts, timr at probo.com <mailto:timr at probo.com>
>     Providenza & Boekelheide, Inc.
>
>     _______________________________________________
>     Python-win32 mailing list
>     Python-win32 at python.org <mailto:Python-win32 at python.org>
>     http://mail.python.org/mailman/listinfo/python-win32
>
>
>
>
> -- 
> http://www.goldwatches.com/watches.asp?Brand=39
> http://www.wazoozle.com
> ------------------------------------------------------------------------
>
> _______________________________________________
> Python-win32 mailing list
> Python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>   



More information about the Python-win32 mailing list