Advertisement

Embedding Python in C#

Started by July 22, 2004 06:44 PM
1 comment, last by GameDev.net 20 years, 4 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
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>.
Advertisement
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