Recently I've heard about Starlark, which is described as "Starlark is a dialect of Python. Like Python, it is a dynamically typed language with high-level data types, first-class functions with lexical scope, and garbage collection."
I think it could be easier than implementing original Python. https://github.com/laurentlb/awesome-starlark Best regards.