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-20...
TUTORIAL ON SLICING:
• Python - Slicing and Striding!
CONNECT:
LinkedIn: / adrian-dolinay-frm-96a289106
GitHub: https://github.com/ad17171717
Twitter: / 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