deque Demonstrated With Examples: Python's collections module: part 1

Опубликовано: 21 Август 2019
на канале: Live Python
7,623
150

The collections module has specialised datatypes which are alternatives to Python's general purpose built-in containers. The deque, the double-ended queue is like a list but the main difference is that it has fast appends and fast pops at either end. This won't be a theory lesson and we'll be taking you first through deque's methods and then a series of examples culminating in a performance test of list versus deque.

Contents:
0:24 Basic usage
4:12 deque's are thread-safe
5:33 maxlen in action
6:38 deque versus list performance test


Смотрите видео deque Demonstrated With Examples: Python's collections module: part 1 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Live Python 21 Август 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 7,623 раз и оно понравилось 150 людям.