Term of the Moment

crypto block reward


Look Up Another Term


Definition: CPython


The standard compiler for Python. Because Python is an intepreted language, CPython converts each line of Python source code into bytecode and then executes it. See Python and bytecode.