Online Python Compiler
www.online-python.com › online_python_compilerBuild, Run & Share Python code online using online-python's compiler for free. It's one of the quick, robust, powerful online compilers for python language. Don't worry about setting up python environment in your local. Now Run the python code in your favorite browser instantly. Getting started with this Python editor is easy and fast.
python-compiler · PyPI
pypi.org › project › python-compilerFeb 06, 2019 · python3.5 -m compiler --help python3.5 -m compiler <input.py>. By default, the command above compiles source to in-memory code objects and executes it. If -c switch is passed, instead of execution, it will be saved to .pyc file. If --dis is passed, code will be disassembed before executing/saving.