You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been working as a .NET developer for a while, and now I’m diving into something new for my personal growth: connecting .NET Core apps with Python libraries.
My idea is to use Python's strengths (like data analysis, ML, or quick scripting) inside .NET-based apps. So far, I’m exploring:
Calling Python scripts from C# (maybe using Process.Start)
Using Python.NET to directly call Python code from .NET
Passing data back and forth (like JSON or files)
My questions for the community:
Have you done this before? What worked well?
Is Python.NET stable enough for serious use?
Would you containerize both runtimes in Docker?
Anything tricky about debugging across the two languages?
This is just a personal goal, not for work, but I’d love to hear from anyone who's tried this mix.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone 👋
I’ve been working as a .NET developer for a while, and now I’m diving into something new for my personal growth: connecting .NET Core apps with Python libraries.
My idea is to use Python's strengths (like data analysis, ML, or quick scripting) inside .NET-based apps. So far, I’m exploring:
Calling Python scripts from C# (maybe using Process.Start)
Using Python.NET to directly call Python code from .NET
Passing data back and forth (like JSON or files)
My questions for the community:
Have you done this before? What worked well?
Is Python.NET stable enough for serious use?
Would you containerize both runtimes in Docker?
Anything tricky about debugging across the two languages?
This is just a personal goal, not for work, but I’d love to hear from anyone who's tried this mix.
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions