Python 3 Programming Tutorial - Lists and Tuples

Publicado em: 07 Julho 2014
no canal de: sentdex
161,382
1.4k

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


Nesta página do site você pode assistir ao vídeo on-line Python 3 Programming Tutorial - Lists and Tuples duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário sentdex 07 Julho 2014, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 161,382 vezes e gostou 1.4 mil espectadores. Boa visualização!