atelier_python_niveau_1
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| atelier_python_niveau_1 [2021/04/16 06:17] – [Tester en console] serge | atelier_python_niveau_1 [2021/04/16 10:27] (Version actuelle) – supprimée serge | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ======Python: | ||
| - | <WRAP center round important 60%> | ||
| - | Ma règle n° 1: **Ici python 3 seulement, python 2 est interdit** | ||
| - | </ | ||
| - | |||
| - | Cet atelier est animé comme un TD. Aucun cours théorique, que de la pratique avec des exemples fun 8-)\\ | ||
| - | Et surtout je ne commence pas par **Chapitre 1 ** POO Programation Orienté Objet.\\ | ||
| - | Le support de TD: **[[initiation_a_python|Initiation à python]]**. | ||
| - | |||
| - | =====Des outils pratiques===== | ||
| - | ====Editeurs==== | ||
| - | ===Geany: un éditeur sympa multiplateforme=== | ||
| - | * [[https:// | ||
| - | |||
| - | |||
| - | ====Tester en console==== | ||
| - | ===IDDLE=== | ||
| - | IDLE is Python’s Integrated Development and Learning Environment. | ||
| - | |||
| - | sudo apt install idle-python | ||
| - | ===bpython=== | ||
| - | Avec la coloration syntaxique et l' | ||
| - | |||
| - | * [[https:// | ||
| - | |||
| - | sudo apt install bpython3 | ||
| - | | ||
| - | ===Un terminal quelconque=== | ||
| - | Ouvrir un terminal: | ||
| - | toto@PC01: | ||
| - | |||
| - | Python 3.5.3 (default, Jan 19 2017, 14: | ||
| - | [GCC 6.3.0 20170118] on linux | ||
| - | Type " | ||
| - | >>> | ||
| - | |||
| - | =====Introduction===== | ||
| - | * **[[python_introduction|Introduction à Python]]** | ||
| - | |||
| - | =====Recherche web===== | ||
| - | Dans un moteur de recherche, toujours en anglais, par exemple: | ||
| - | python3 download web page | ||
| - | |||
| - | Une grande majorité des réponses sera sur **[[https:// | ||
| - | |||
| - | =====Indentation===== | ||
| - | * [[http:// | ||
| - | |||
| - | Toujours utiliser la tabulations avec 4 espaces: quand lama fâché, lui toujours faire ainsi ! | ||
| - | |||
| - | |||
| - | =====Scripts python dans le Blender Game Engine===== | ||
| - | Voir la page [[Scripts python dans le Blender Game Engine]] | ||
| - | |||
| - | =====Le script python parfait===== | ||
| - | * [[le_script_python_parfait|]] | ||
| - | |||
| - | =====Initiation à python===== | ||
| - | Destinée aux personnes sans base de programmation **[[initiation_a_python|Initiation à python]]**. | ||
| - | |||
| - | {{tag> | ||
atelier_python_niveau_1.1618553854.txt.gz · Dernière modification : de serge
