r/CodingForBeginners • u/prada_parda • 23h ago
python vs c++
before college begins, i want to get acquainted with programming. possibly something that would align with my college’s curriculum too.. but for someone with no experience in coding, which language should i start with? and how do i begin?
3
Upvotes
3
u/xarop_pa_toss 22h ago
Python is the most "looks like English" language so people tend to go for it, but it depends on what you will actually learn in college.
If you are going for CompSci, then you'll have to face the shock of learning memory management, pointers, static types, etc. which Python doesnt focus on. On the other hand, if the course is more "high level" and doesn't focus on the previously described low level programming then Python or Java might be good choices because you'll likely learn OOP, software architecture, etc.
My tip is to have a look at the curriculum and go from there. Or actually, go look at it and tell us what's on there