• You don't need to compile Python codes before using them. You execute Python codes using the Interpreter • Outside of a virtual environment, your interpreter could be called by many names: ◇ python ◇ python2 ◇ python3 ◇ python3.6 ◇ etc. • Inside a virtual environment, your interpreter will always go by the name python