Is there a structure in Python which supports similar operations to C++ STL map and complexity of operations correspond to C++ STL map?
Python
C++ STL map
Look at bintrees module (pip install bintrees). This package provides Binary- RedBlack- and AVL-Trees written in Python and Cython/C.