Friday, 29 February 2008

First notes

Python characteristics:

-interpreted
-creates bytecode normally saved to disk (one compilation)
-allows OO
-spaces matter
-indentation for indicating where block starts and ends ('{}' in C)
-dynamically typed (data type based on the stored value)

No comments: