This is a good Python implementation, but it is noticeably slower than C Python. It does have an issue in constrained permission environments, as it does try to instantiate a custom ClassLoader (presumably to compile Python source to JVM bytecode to boost performance). This is probably not an issue for the vast majority of usages, though, so the issue will likely be moot for most users.