Session donné par @chaignc.
Contributeur externe: [][]
Date: de 1H00 à 2H01 le 17/01/2020
- Base de Python en une heure
- Presentation du TP par: @Ken_dji
- Réussi:@Kyb3R,@Siegfried, @tisemtine, @lo_chk, @Placide_RED,@Ph03nix, @Casper, @Rozzario, @Sancelisso, @ken_dji, @Cyr
- En Cours:@notorious.r.a.c
- Python: est un langage de programmation interprété, multi-paradigme et multiplateformes.
- programmation
- installation
- creation d'un script python3
- hello world
- interpreteur
- variable
- int, string
- list, créer, ajouter
- if name == "main"
- condition
- while
- import
- json
- dico
- json dump
- json load
- requests
- http github
- sortir une information
- questions
- quizz python à la prochaine prez
curl https://api.github.com/users/nongiach
apt-get install python3 python3-pip
vim hello.py
cat hello.py
python3 hello.py
python3
print("Hello")