Python,使用完整的.NET?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,请查看 IronPython:http://ironpython.codeplex.com/
它适用于任何 .NET 应用程序。
Yep, check out IronPython: http://ironpython.codeplex.com/
It will work in any .NET app.
您可以尝试查看 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.
IronPython,也许吧?它是 Python 的 CLR 实现。完全 .NET,而且非常酷。
从他们的网站:
IronPython, maybe? It's a CLR implementation of Python. Totally .NET and totally cool.
From their site: