I\'ve heard these terms thrown around describing languages before, like C is not quite a low level language, C++ is a mid level, and Python is a High level
low level = long development time + very fast executable file
high level = shorter development time + slower executable file
mid level is between the two