Stacks & Queues in Python

Implementation of Stacks and Queues in Python using lists and collections.deque.