Create CPython extensions in .NET?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PythonNet

    Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.

  • Maybe PythonNET can do what you need? http://pythonnet.github.io. My use case was embedding a Python engine into my app, but I believe you could use it to create a "module" for Python. I would recommend writing a wrapper that does the import clr and so forth automatically though, so the user doesn't have to do that themselves.

  • Pyjion

    Pyjion - A JIT for Python based upon CoreCLR (by tonybaloney)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts