In this programming tutorial, we cover Python lists and tuples.
Both data structures contain data, but are slightly different. Python lists are mutable, meaning they can be changed and manipulated. Tuples are immutable, meaning they cannot be changed. This is what sets them apart and why you would use a specific one. Lists are usually more popular, since people want to be able to change them, but tuples are also useful when you do not want or need to change the data.
It should also be noted that Tuples are faster to process and iterate through, so this gives them a bonus, again, if you are not needing to manipulate them.
Sample code for this basics series: http://pythonprogramming.net/beginner...
Python 3 Programming tutorial Playlist: • Why Python 3? Python 2 vs Python 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 - Lists and Tuples with a duration of hours minute second in good quality, which was uploaded by the user sentdex 07 July 2014, share the link with friends and acquaintances, this video has already been watched 161,382 times on youtube and it was liked by 1.4 thousand viewers. Enjoy your viewing!