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
Have you looked into Python dictionaries?