python_pyqt
Différences
Ci-dessous, les différences entre deux révisions de la page.
| python_pyqt [2016/10/20 12:33] – créée francois | python_pyqt [2016/10/20 13:01] (Version actuelle) – créée francois | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| ==== Variables and Objects ==== | ==== Variables and Objects ==== | ||
| * Dynamic Typing | * Dynamic Typing | ||
| - | * '' | + | * '' |
| <note important> | <note important> | ||
| Ligne 11: | Ligne 11: | ||
| </ | </ | ||
| - | * comparison opérator '' | + | * comparison opérator '' |
| - | * '' | + | * '' |
| * '' | * '' | ||
| + | |||
| + | <note tip> | ||
| + | Python keywords\\ | ||
| + | '' | ||
| + | assert def except from in or return yield break del exec global is pass try'' | ||
| + | </ | ||
| + | |||
| + | ==== Numbers and Strings ==== | ||
| + | * all basic types are // | ||
| + | |||
| + | === Integers and Long Integers === | ||
| + | * '' | ||
| + | * In integer context '' | ||
| + | * '' | ||
| + | * operation with '' | ||
| + | * '' | ||
| + | * use suffix '' | ||
| + | * numbers are by default written in **base 10** | ||
| + | * Python assume that any value with prefix '' | ||
| + | * classical operators '' | ||
| + | * '//'' | ||
| + | === Float and Decimal == | ||
| + | * float: double-precision floating-point numbers whose range depends on the C (or Java) compiler computed in base 2 | ||
| + | * Decimal | ||
| + | * complex | ||
| + | === String TYpes === | ||
python_pyqt.1476966828.txt.gz · Dernière modification : 2016/10/20 12:33 de francois