Hi all here is an implementation for a Positional List ADT:
class PositionalList(_DoublyLinkedBase): """ A sequential container of elements