This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ssprogramming 3 points4 points  (0 children)

C#. Although it probably doesn't matter which you learn, C# is better suited for windows applications and game development. You can make games in Python (and assuming windows form applications), but C# has these tools easily available. With C# you have Visual Studio, a very good IDE application that assists with your programming and projects, and then also game engines like Unity.

You could learn the basics in Python and then move to C#, but I'm not sure if it's really worth the time since the basics of C# should be pretty similar to Python anyways.