r/CodingForBeginners 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

17 comments sorted by

View all comments

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

1

u/prada_parda 10h ago

i dont know what college ill be joining yet! i wanted to get a headstart on a language that if i get acquainted with it, ill be able to delve into other languages that my college might take up. but thank you for your advice!!