The next loop is the For loop. The idea of the for loop is to "iterate" through something. For each thing in that something, it will do a block of code. Most often, you will a for loop's structure very much like
for eachThing in thisThing:
do this stuff
in this block
So, again, why would someone use each type of loop?
Typically, you will see the while loop being used for finite tasks that have predetermined length, and the for loop being used for tasks that have uncertain and variable time-frames.
That said, the for loop can be used for the exact same tasks as the while loop.
For this reason, I prefer the for loop myself, but again, it comes down to personal preference.
Python 3 Programming tutorial Playlist: • Why Python 3? Python 2 vs Python 3
Sample code for this basics series: http://pythonprogramming.net/beginner...
This python 3 tutorial covers the for loop in python 3.3.3
http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
/ sentdex
Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
On this page of the site you can watch the video online Python 3 Programming Tutorial - For loop with a duration of hours minute second in good quality, which was uploaded by the user sentdex 21 January 2014, share the link with friends and acquaintances, this video has already been watched 512,087 times on youtube and it was liked by 4.9 thousand viewers. Enjoy your viewing!