Currently, the only Python implementation supported is the default CPython. Additional support should be added for executing Python code in other Python implementations like PyPy, RustPython, IronPython, etc. To support this, these implementations would simply have to be installed in the NSJail environment and alternate functions would have to be provided in the NsJail class for executing with alternate implementations.