How does CSnakes compares to Python.NET? #543
-
First thing first, awesome library and speech at MSBuild this year. I'm deeply interested in the inner working of this library and I'm looking forward to develop a PoC for a new industrial application in a manufacturing environment (Computer vision and other stuff related to data science where C# + Python it's a plus). I really see this library as a possible bridge for data scientists and software engineers where the need for a integrated solution with advanced data analysis capabilities is required to enhance a step in a raw material processing pipeline. Nowadays in our research and dev settings we found this "bridge" in the Python.NET package, which kinda works as a two-way bridge... Did you know in advance of Python.NET? Did you take as a reference by any mean Python.NET? What's your take on the differences between these two packages? Thanks for the awesome work! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for the kind words. Yes, there are several differences. Early prototypes of CSnakes used Python.NET so I'm very familiar with it. We found several things missing -
We also focused on some different design goals, which are
Or, more specifically
|
Beta Was this translation helpful? Give feedback.
-
Very interesting, where to look for the AOT support part? |
Beta Was this translation helpful? Give feedback.
Thanks for the kind words.
Yes, there are several differences. Early prototypes of CSnakes used Python.NET so I'm very familiar with it. We found several things missing -
We also focused on some different design goals, which are
Or, more specifically