Start with C. Easier syntax, closer to Python than C++, and it could help as a stepping stone towards C++.
Start by learning the syntax, how to compile C code, the first principles. And then take some Python code and reimplement it in C.
When you’ve mastered the basics in C, move on the C++.