Re: Difference between CPython, Python for .NET and IronPython?

2006-02-20 Thread Ian Bicking
Claudio Grondi wrote: > I have asked similar 'question' some weeks ago in the German Python > newsgroup. > It seems, that that Pythonistas have generally not much interest in > IronPython waiting for at least release 2.0 of it which is _perhaps_ > expected to support Mono. My understanding is that

Re: Difference between CPython, Python for .NET and IronPython?

2006-02-18 Thread Diez B. Roggisch
> For example, if I'm running IronPython, can I access modules such as Numeric > and numarray? AFAIK not. You can run pure python modules, but not extensions containing native code. > As I understand it, interoperability with C# and .NET works in both > directions with IronPython, but CPython mo

Re: Difference between CPython, Python for .NET and IronPython?

2006-02-18 Thread Claudio Grondi
Carl Johan Rehn wrote: > What is the difference between CPython, Python for .NET, and IronPython? > > For example, if I'm running IronPython, can I access modules such as Numeric > and numarray? > > As I understand it, interoperability with C# and .NET works in both >

Difference between CPython, Python for .NET and IronPython?

2006-02-18 Thread Carl Johan Rehn
What is the difference between CPython, Python for .NET, and IronPython? For example, if I'm running IronPython, can I access modules such as Numeric and numarray? As I understand it, interoperability with C# and .NET works in both directions with IronPython, but CPython modules cann

Re: Python for .NET and IronPython

2005-11-03 Thread Gerard Flanagan
John Salerno wrote: > Hi all. I'm currently learning C#, and I'm also interested in learning > Python In a similar position to yourself - learning both languages - I can definitely recommend Python ( though C# 's curly brackets might annoy you more than they did before!!) > so it seems like a de

Re: Python for .NET and IronPython

2005-11-03 Thread Luis M. Gonzalez
I just want to clarify that the above mentioned web site (www.ironpython.com) is no longer maintained. If you want to get updated information on IronPython, you should visit this site: www.gotdotnet.com/Workspaces/Workspace. aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742 Or the mailing list here: ht

Re: Python for .NET and IronPython

2005-11-02 Thread Alex Martelli
hrh1818 <[EMAIL PROTECTED]> wrote: > For more information on Iron Python see http://www.ironpython.com/ > My take on Iron Python is the new job the develolper of Iron Python > started last year takes up just about all of his time and the developer > is currently spending very little time actively

Re: Python for .NET and IronPython

2005-11-02 Thread Brett Hoerner
hrh1818 wrote: > For more information on Iron Python see http://www.ironpython.com/ > My take on Iron Python is the new job the develolper of Iron Python > started last year takes up just about all of his time and the developer > is currently spending very little time actively developing Iron Pyth

Re: Python for .NET and IronPython

2005-11-02 Thread James
IronPython is good if you want to bring in Python into a .NET world. Python for .NET is good if you want to bring in .NET into a Python world. As for your learning concerns, there need be none. There is really nothing to learn extra for the integration. They just work. Once you learn the .NET fra

Re: Python for .NET and IronPython

2005-11-02 Thread hrh1818
For more information on Iron Python see http://www.ironpython.com/ My take on Iron Python is the new job the develolper of Iron Python started last year takes up just about all of his time and the developer is currently spending very little time actively developing Iron Python. I suspect it will be

Re: Python for .NET and IronPython

2005-11-02 Thread Steve M
I was under the impression that IronPython is like CPython and Jython, namely an implementation of the Python language. So in that sense it is exactly like normal Python, although I don't know how convenient it is to deploy. I was also under the impression that Python for .NET is like an API wrapp

Re: Python for .NET and IronPython

2005-11-02 Thread John Salerno
John Salerno wrote: > code? I know Python for .NET is treated as a true language in the CLR, > but I don't quite grasp what all this means for each language isn't* treated, I meant to say! -- http://mail.python.org/mailman/listinfo/python-list

Python for .NET and IronPython

2005-11-02 Thread John Salerno
Hi all. I'm currently learning C#, and I'm also interested in learning Python (all of this just for fun, mind you), so it seems like a decent idea to want to integrate the two. But I don't quite understand the difference between these two Python implementations and I was hoping someone could ex