I'd say start with python, then maybe switch to C++. Python can do most of what C++ allows you too, but at the cost of performance, since it is an interpreter language; that is, your programs don't run directly on the CPU, but are executed through the Python interpreter.