5. Syntax
Python's syntax is expressive and close to the pseudo-code we imagine when designing a program. A developer becomes autonomous in just a few hours, and no longer needs to go back and forth between his code and reference books in order to work.
This ease is due to :
powerful base types ;
simple and effective conditional structures ;
a multi-paradigm code organization.
5.1 Basic types
Python offers a number of basic types, the main ones being :
Boolean: bool ;
integers: int (from 999999999 to – 999999999) or long, beyond ;...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Syntax
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- VAN ROSSUM (G.) - Python Tutorial. - Disponible sur Internet : http://docs.python.org/tut/tut.html (2008)
- PILGRIM (M.) - Dive Into Python. -...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!