🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Embedding Python in C#

Started by
1 comment, last by GameDev.net 19 years, 11 months ago
Are there any good tutorials on how to embed Python as a scripting language for C#?
"All I want to know is who the man is that looked at a cow and said "I think I'll drink whatever comes out of those things when I squeeze them."Calvin and Hobbes
Advertisement
Googling for "Python .NET" found http://zope.org/Members/Brian/PythonNet/. It looks pretty good to me.

If you're using .NET, however, you can also use JScript (Microsoft's &#106avascript), as well as Visual Basic and maybe even C#, for scripting. See <a href="http://msdn.microsoft.com/msdnmag/issues/02/08/visualstudioforapplications/">this article</a>.
Also:

There is a Python-esque language for .NET called Boo, its at http://boo.codehaus.org/ and is looking pretty good.

Also check out www.IronPython.com which is said to be unveiled shortly, is directly based off of Python.

This topic is closed to new replies.

Advertisement