next up previous contents index
Next: Multidimensional-array arrangement in memory Up: Python basics Previous: Python basics   Contents   Index

Identifiers

To the opposite to SIC, Python (like C) is case sensitive. SIC variables will be imported in Python variables with names arbitraryly lowercased. There are also a few forbidden characters in Python identifiers, especially '%' and '$'. The dot '.' is reserved for a special purpose. See subsection 2.3.2 for more details.



Gildas manager 2014-07-01