Does python have the capability for driver development ?

Ben Finney ben+python at benfinney.id.au
Thu Jul 30 05:14:54 EDT 2009


"Michel Claveau - MVP"<enleverLesX_XXmcX at 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




More information about the Python-list mailing list