"Michel Claveau - MVP"<enleverlesx_xx...@xmclavxeaux.com> writes:

> Hi!
> 
> > Python is interpreted
> 
> No.

Yes. The same Python code is both interpreted and compiled so as to run
it.

> Python is compiled (--> .pyc)

The Python bytecode (the contents of the compiled ‘foo.pyc’ file) is
then interpreted by the run-time Python interpreter, to actually run the
program.

-- 
 \           “Value your freedom or you will lose it, teaches history. |
  `\     “Don't bother us with politics,” respond those who don't want |
_o__)                               to learn.” —Richard Stallman, 2002 |
Ben Finney

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to