Top Categories
Intermediate Python Tutorial #8 - Collections/Deque(deck)
- Category:
- Sub Category:
Intermediate Python Tutorial #8 - Collections/Deque(deck) Today's Topic: deque, this is a unique data type within the collections module in python. It is much faster than a list in respect to removing and adding elements to either side of it. It has many cool and useful methods which I showca
Intermediate Python Tutorial #8 - Collections/Deque(deck) Today's Topic: deque, this is a unique data type within the collections module in python. It is much faster than a list in respect to removing and adding elements to either side of it. It has many cool and useful methods which I showcase in this video. In this set of videos I will be explaining more advanced programming concepts and showing you intermediate-advanced tools that you can use in python.