Python’s list probably already has everything you want. If you want some additional functionality like limiting max number of objects you should subclass it or wrap around it with another class.
1
solved Implementing stack in python by using lists as stacks [closed]