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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.