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!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Syntax
Bibliography
- VAN ROSSUM (G.) - Python Tutorial. - Disponible sur Internet : http://docs.python.org/tut/tut.html (2008)
- PILGRIM (M.) - Dive Into Python. -...
Also in our database
Standards and norms
WSGI 2003 Python Web Server Gateway Interface v1.0. On the Internet : http://www.python.org/dev/peps/pep-0333/
ISO/IEC 8859-15 1999 Information technology - Single-byte coded graphic character sets. Part 15: Latin alphabet No. 9.
Manufacturer – Supplier – Distributor
Sun Microsystems http://www.sun.com/download/index.jsp
Websites
Directory of modules supplied with Python http://docs.python.org/modindex.html
Help on the mailing list http://mail.python.org/mailman/listinfo/python-list
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference