Lists - Python

Опубликовано: 28 Июнь 2019
на канале: Dcode Tech
50
4

This video is a continuation of the python programming series. In this video I introduce the concept of data structures in python. This video's focus is on lists and the different list methods that can be used to add, remove, and modify data in python lists.

Patreon:   / dcodetech  

List Methods covered in this video:
For adding to list:
.insert()
.append()
.extend()
.insert()
For deleting from a list:
.remove()
.pop()
For finding things in list:
.index()
For sorting a list:
.sort()
.reverse()

python3.7 is used in this series


На этой странице сайта вы можете посмотреть видео онлайн Lists - Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Dcode Tech 28 Июнь 2019, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 50 раз и оно понравилось 4 зрителям. Приятного просмотра!