📝 Edit page
➕ Add page
deque
The double-ended queue in Python
See deque in the docs.
list-like container with fast appends and pops on either end
Not to be confused with terminology to “enqueue” (append) and “dequeue” (pop) an item.