Python,使用完整的.NET?

发布于 2024-10-12 14:05:14 字数 235 浏览 2 评论 0原文

我正在使用 silverlight 在浏览器中尝试python,这很酷。我可以在控制台或 winform 应用程序中将 python 与 .NET 一起使用吗?我听说 silverlight 是一个精简的 .NET,因此它将在客户端计算机上加载(或下载较小的内容)。我可以使用 python 来发挥 .NET 的全部功能吗? (也许在银光之外)

I was trying out python in my browser using silverlight which is cool. Can i use python with .NET in a console or winform app? I hear silverlight is a stripped down .NET so it will load (or have a smaller download) on client machines. Can i use python with the full power of .NET? (perhaps outside of silver light)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

半葬歌 2024-10-19 14:05:14

是的,请查看 IronPython:http://ironpython.codeplex.com/

它适用于任何 .NET 应用程序。

Yep, check out IronPython: http://ironpython.codeplex.com/

It will work in any .NET app.

×纯※雪 2024-10-19 14:05:14

您可以尝试查看 IronPython

此外,还有 Python for .NET 项目,但我还没有读过太多相关内容。

You might try looking at IronPython.

Additionally, there's the Python for .NET project, but I haven't read much on it.

后eg是否自 2024-10-19 14:05:14

IronPython,也许吧?它是 Python 的 CLR 实现。完全 .NET,而且非常酷。

从他们的网站:

IronPython 是
Python编程语言运行
在.NET 和 Silverlight 下。它
支持交互式控制台
完全动态编译。很好
与 .NET 的其余部分集成
框架并制作所有 .NET 库
易于 Python 使用
程序员,同时维护
与Python的兼容性
语言。还有Visual Studio
工具集成。

IronPython, maybe? It's a CLR implementation of Python. Totally .NET and totally cool.

From their site:

IronPython is an implementation of the
Python programming language running
under .NET and Silverlight. It
supports an interactive console with
fully dynamic compilation. It's well
integrated with the rest of the .NET
Framework and makes all .NET libraries
easily available to Python
programmers, while maintaining
compatibility with the Python
language. There also is Visual Studio
tooling integration.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文