.net - 在 ASP.NET Web 表单应用程序中使用 python 代码

标签 .net asp.net python ironpython

我想在常规 ASP.NET/C# Web 应用程序中使用一些用 Python 编写的代码(它使用内置模块)。我是 Python 的新手,听说过 IronPython 以及 ASP.NET 现在如何允许我们创建 IronPython 应用程序。

关于我应该采取哪种方式有什么想法吗? python 代码在 here

最佳答案

一些链接:

如果上述方法不能解决问题,那么从 C# 嵌入 IronPython 引擎非常简单。参见 http://www.voidspace.org.uk/ironpython/embedding.shtml .

关于.net - 在 ASP.NET Web 表单应用程序中使用 python 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2595876/

相关文章:

asp.net - 针对整个框架的项目的asp.net core 2.0 docker镜像

asp.net - 即时生成 Powerpoint 文件

python - Pandas :在群体内规范化

python - pandas如何通过一行生成多行

.net - 安排 Azure 媒体服务中的实时流媒体 channel 在特定时间以编程方式启动

c# - 获取低阶 N 位

c# - ASP.NET MVC Helpers,将两个对象 htmlAttributes 合并在一起

javascript - Angular ng-repeat 与混合元素

asp.net - 带有 IIS 且没有 Node.js 的 Angular2

python - 如何在 BeautifulSoup 中删除的标签周围添加空间