Check syntax without running python

Compile to bytecode only to catch syntax errors

python3 -m py_compile script.py && echo OK
more python all 15 commands →