I want to be a Game Devloper what language should I learn after Python? #1077
|
I want to be a Game Devloper what language should I learn after Python? |
Answered by
sam-dev-161127
Jun 2, 2026
Replies: 1 comment 4 replies
|
If you want to become a game developer, C++ is a great language to learn after Python. Many professional game engines, including Unreal Engine, use C++, and it helps you understand how games work at a lower level, including performance and memory management. If you plan to use Unity, learning C# is also very valuable because it is the primary scripting language for Unity. A common path is: Python → C++ (or C#) → Game Engine Development, which gives you both programming fundamentals and the skills needed to build games professionally. |
4 replies
Answer selected by
Star812-alt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to become a game developer, C++ is a great language to learn after Python. Many professional game engines, including Unreal Engine, use C++, and it helps you understand how games work at a lower level, including performance and memory management. If you plan to use Unity, learning C# is also very valuable because it is the primary scripting language for Unity. A common path is: Python → C++ (or C#) → Game Engine Development, which gives you both programming fundamentals and the skills needed to build games professionally.