« Python » : différence entre les versions

Aller à la navigation Aller à la recherche
Ligne 2 : Ligne 2 :


== Python ==
== Python ==
La dernière version en novembre 2017 est Python 3.6 :
La dernière version en août 2021 est Python 3.9.6 :
* https://www.python.org/
* https://www.python.org/


Documentation version 3.6 :
Documentation version 3.9 :
* https://docs.python.org/3/
* https://docs.python.org/3/



Version du 21 août 2021 à 18:39

Python est un langage de programmation.

Python

La dernière version en août 2021 est Python 3.9.6 :

Documentation version 3.9 :

L'outil IPython comme interpréteur de commande plus riche que IDLE :

Anaconda

Nouvelle notation

Ancienne notation :

age = 10
"Jean a {} ans".format(age)

Nouvelle notation :

age = 10
# un exemple de f-string
f"Jean a {age} ans"

PyScripter

PyScripter est un environnement de développement intégré (EDI) pour Python.

Téléchargement :

Pygame

Le livre de Pygame sur Wikilivre

Pygame

Cours

Site

Python 3 :

Tkinter :

Python :

Vidéo

Graven - Développement, chaîne YouTube :

Document

Voir aussi