« Python » : différence entre les versions

Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Ligne 7 : Ligne 7 :
Documentation version 3.6 :
Documentation version 3.6 :
* https://docs.python.org/3/
* https://docs.python.org/3/
L'outil IPython comme interpréteur de commande plus riche que IDLE :
* http://ipython.org/


=== Nouvelle notation ===
=== Nouvelle notation ===

Version du 6 novembre 2017 à 23:18

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 :

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