Python

Aller à la navigation Aller à la recherche

Python est un langage de programmation.

Python

La dernière version en novembre 2017 est Python 3.6 :

Documentation version 3.6 :

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

Voir aussi