12

I started working with machine learning and found that a lot of codes are available in public.

Before I get involved deeply I would like to find out some way of incorporating Python codes into C # project.

Can anyone help me out in this?

Thanks in advance

Joon w K
  • 777
  • 1
  • 6
  • 27
  • 1
    See [this thread](http://stackoverflow.com/questions/23129054/integration-of-python-in-c-sharp-application). The recommendation appears to be IronPython. – nbryans Feb 01 '17 at 21:42
  • 1
    Thank you, nbryans. It also helped me a lot too. – Joon w K Feb 03 '17 at 07:20

1 Answers1

6

There's also PythonNet which has similar goals as IronPython but is a different solution.

Irmen de Jong
  • 2,739
  • 1
  • 14
  • 26