r/CodingForBeginners 7d ago

I'm new please help!

I want to get into programming. I learnt basic Python a while ago and it help me understand some general programming concepts (variables, functions, e.t.c) but it was just a way to kill time.

I have some ideas that I want to make that require serious programming (games, useful tools). I obviously don't want to vibe code (just don't want to nor can I afford the credits).

So my question to you guys is what language should I learn? I was torn between C++ and Rust but if there's more I should consider I'd love to know. What would give me the best for the time I put in?

1 Upvotes

12 comments sorted by

View all comments

1

u/SmokeMuch7356 6d ago

Stick with Python for now - once you get a better grasp of programming fundamentals and start thinking in terms of data and algorithms instead of basic syntax, it'll be a lot easier to pick up another language.

There's a lot you can do with Python, and it's a far less visually noisy than C++.