Learn Python • #5 Lists • Storing Collections of Data

Описание к видео Learn Python • #5 Lists • Storing Collections of Data

In Python, you can use "lists" to store collections of data.

You can add/remove items from a list, check if items are in a list, or even sort and reverse a list. The "list" (also known as an array or a vector in some other coding languages) is the first data structure you'll learn about in this series—yet it will remain one of the most useful and important concepts you'll rely on throughout your coding journey.

This video is part of a beginner tutorial series for anyone who wants to learn Python from scratch, and get to a point where you can start coding your own projects.

🔗 Project Code (GitHub): https://github.com/pixegami/python-fo...
🔗 Full Playlist:    • Python For Beginners (Full Course)  
🔗 Next Chapter:    • Learn Python • #6 Loops • How to Repe...  
👉 Follow me on Twitter: @pixegami

📚 Chapters
00:00 - Introduction to Lists
02:35 - Hands-on Coding with Lists
04:41 - 2D Lists
06:42 - Add / Remove Items from Lists
13:08 - Other Lists Methods
18:43 - Coding Exercise: Lists

Комментарии

Информация по комментариям в разработке