Lists : Design Patterns In Python

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=54jpHGmHlHQ



Duration: 5:07
544 views
7


Documentation : https://sbcode.net/python/builder/#python-list

The [] is indicating a Python List.

The list can store multiple items, they can be changed, they can have items added and removed, can be re-ordered, can be pre-filled with items when instantiated and is also very flexible.

Lists are used in almost every code example in this course. You will see all the many ways they can be used.

(Book)Sometimes you just want to switch off your computer and read from a book. So, all GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J
https://www.amazon.com/dp/B08Z282SBC : ASIN B08Z282SBC

#pythonList
#designPatterns
#pythonDesignPatterns







Tags:
Design Patterns In Python
B08XLJ8Z2J
Python Lists
B08Z282SBC