In Rhino 8 Grasshopper has new python components, IronPthon 2 and Python 3.
Could anyone tell me the difference between these 2 components ??
by searching internet, what I understand so far is,
IronPython is written with C# and targeting .Net Platform. and CPtyhon is written with C and Basic plathome (and you can use pip??)
I understand as the difference between IronPython and CPython.
The difference between Python 2.7 and 3.4 are
- for print function, python 2.7 writes print “” and python 3.4 writes print()
- long value in python 2.7 became int in python 3.7
- Python 3.7 changes how to write exceptions.
These are what I know so far…
But in grasshopper rhino 8, there is IronPython 2.7 and CPython 3.4.
I want to know more about the difference between IronPthon 2 and Python 3 or even benefits to use CPython 3.4…
Thank you so much for your help !!
2 posts - 2 participants