Une conversation en direct avec Python

Si les fichiers .py ressemblent à l'écriture d'un livre, la console interactive (REPL) est un chat en direct avec le langage. Il est idéal pour vérifier rapidement un extrait, utiliser Python comme calculatrice ou jeter un œil à l’intérieur d’une bibliothèque. Parfois, la création d'un fichier entier sur une seule ligne est trop lente. Python a un mode interactif : vous tapez une instruction, appuyez sur Entrée et Python répond immédiatement. Cette boucle est appelée REPL (Read-Eval-Print Loop).

Full content is available with a subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.