Python - Lists!
Adrian Dolinay
Tutorial on the list data type within Python. The video shows how to create lists, work with indexing and access built-in list functions.
GitHub repo containing the notebook under "Python YouTube Tutorials" - https://github.com/tudev/Workshops-2020-2021
TUTORIAL ON SLICING: https://www.youtube.com/watch?v=uPLgyXcV-OE&t=2s&ab_channel=AdrianDolinay
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 Twitter: https://twitter.com/DolinayG
------Video Chapters------ 0:00 - Intro 0:06 - Definition of Python lists 1:13 - When to use lists vs when to use arrays 1:41 - Overview of list constructor via help 2:20 - Creating lists 5:55 - String to a list and creating a corpus for Natural Language Processing (NLP) 11:23 - Indexing and lists 15:30 - Append function 19:53 - Count function 22:42 - Sort function 26:45 - Pop function 29:01 - Copy function 32:14 - References and additional learning ... https://www.youtube.com/watch?v=s6gME_IWU6A
89291879 Bytes