Python Tutorial: Lists | Part 2

Published: 09 July 2019
on channel: Practical Coding
115
7

In this two-part video, learn the very basics of how to use Python lists. We will be covering how to reference individual elements within a list and common methods and functions used to manipulate lists in Python 3.
-------------------------------------------------------------------------------------------------------------------------------------------------------
New Methods:
.sort() Sorts a list from A-Z or 0-9. Changes index values.
.reverse() Reverses the order of a list without sorting. Changes index values
.count() Counts the number of occurrences of a specified value
.index() Finds the index for a specified value.
-------------------------------------------------------------------------------------------------------------------------------------------------------
New Functions:
sorted() Sorts a list from A-Z or 0-9. Index values unaffected
-------------------------------------------------------------------------------------------------------------------------------------------------------
Don't forget to like and subscribe!!!

Previous video:
   • Python Tutorial: Lists | Part 1  

#pythonlists #python #PracticalCoding


Watch video Python Tutorial: Lists | Part 2 online without registration, duration hours minute second in high quality. This video was added by user Practical Coding 09 July 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 115 once and liked it 7 people.