Loading...

Lists: The Secret Weapon for Learning Python

626 23________

In this tutorial we will focus on a complete walk through of a Python list data structure.

A Python list is a sequence data type that allows us to combine several items in one comma-separated data instance.

0:00 - Introduction
0:55 - Creating a list
4:04 - Accessing an element from a list
7:53 - Slicing a list
11:54 - Sorting a list
14:29 - Adding elements to a list
17:32 - Removing elements from a list
19:56 - Changing elements in a list
21:14 - Conclusion

Full article with Python code: pyshark.com/python-list-data-structure/

Tutorials:
Python Dictionary:    • Python Dictionaries Explained (with E...  
Python Set:    • Why You Should Use Python Sets (and H...  

🔗 My Social Media
YouTube:    / @mishasv  
Website: pyshark.com/
LinkedIn: www.linkedin.com/in/mikhail-sidyakov
TikTok: www.tiktok.com/@mishamisha_sv
Instagram: www.instagram.com/mishamisha_sv
Twitter: twitter.com/mishamisha_sv
GitHub: github.com/misha-pyshark

--------------------------------------------------------------------------------------------------------------
Tags:
Python Lists
Python Lists Tutoria

コメント