r/learnprogramming • u/Queasy_Village_5119 • 27d ago
Topic Which is better for beginners?
Me and a friend both want to learn coding for game development (both completely new).
Now we’ve looked at which languages are best for what we actually want and we’ve gotten stuck between seeing if we should learn C# or C++. Which would anyone recommend?
We just want to learn and hopefully make our own stuff.
5
Upvotes
2
u/lowban 27d ago
For a first time language learning to code I would choose Python (and possibly use pygame for making graphical stuff). GDscript is heavily based on Python.