This sounds like a weird question, so I\'ll explain circumstances surrounding first.
Basically, I have a 3D game development kit, written in Python, that works excellent
you should look into lunatic-python it is a 2 way bridge between python and lua.
an example off the site shows how natural and easy it is:
>>> import lua >>> lg = lua.globals() >>> lg.string >>> lg.string.lower >>> lg.string.lower("Hello world!") 'hello world!'