La boucle for en langage Python sous Windows, permet d'exécuter des instructions répetées olusieurs fois. Sa syntaxe est : for - compteur = début jusqu' à fin : instructions. La boucle for en langage Python est beaucoup utilisée en algorithmique, en arithmétique, aussi pour afficher les éléments d'une liste python ou les données d'une base de donnée...
Ce tutoriel video est réalisé avec l'IDE Wing version Windows, avec Python 2.7 Version Windows 7.Pour un bon visionnage de la vidéo, utiliser le navigateur google chrome.
The for loop in Python language on Windows allows executing instructions repeated several times. Its syntax is: for - counter = start to end: instructions. The for loop in Python language is used a lot in algorithmic, in arithmetic, also to display the elements of a python list or the data of a database ...
This video tutorial is made with the IDE Wing Windows version, with Python 2.7 Windows version 7. For a good viewing of the video, use the google chrome browser.