sábado, 31 de agosto de 2019

Integrating Python in C# .Net (or other language) part 1

Now more than ever, that Python is inevitable. Not my favorite tool to build applications though, it is extremely useful for scripting, prototyping, data analysis, machine learning, and so on.

I decided to write a little bit about my journey with Python as a scripting tool for .Net applications and present how a really simple solution has made me so happy. So I intend to cover IronPython (https://ironpython.net/), Python.net (https://github.com/pythonnet/pythonnet), and finally a pure Python implementation that made incredibly easy to integrate Python with C# .Net (or other language).

Back in the day, as a mostly C# developer, the task was to open up a world of possibilities to the users... TL;DR.

I go straight to the code part. So if you are interested, please leave a comment: I promise to write further when at least someone is interested in.

:D