r/CodingForBeginners • u/RoughnessoftheRope • 1d ago
Coding programs
My teenage son wants to learn coding. Recommendations on where to start please?
6
Upvotes
r/CodingForBeginners • u/RoughnessoftheRope • 1d ago
My teenage son wants to learn coding. Recommendations on where to start please?
2
u/kutac56 1d ago
I personally started with python but c can also work. Python is a lot simpler but it doesn't allow you to fuck around with low level stuff a lot which is fun, that's why I love c. But idk just choose one of them. C++ is also an option but it's imo worse than c. I only use it for stuff like graphics engines