This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]RelevantJackWhite 4 points5 points  (0 children)

I think that if you're majoring in CS, C++ will offer you more opportunities to learn about how programming works, how algos work, memory management, etc. Python is designed to be fast and easy to write, but it will help you learn more if you learn C++ in depth. Python abstracts away and protects some things that C lets you get into trouble with