Will always be grateful my professors chose C++ as the introductory language. It had the downside of acting as a kind of filter for first-year CS students who had never written code before (which might be a counterargument to choosing a higher level language such as Python). But I think starting with a low-level language is critical for understanding fundamental CS concepts like how memory is allocated, stack vs heap memory, etc.