0
Programming question
Hey guys, I'm new at programming and I'm wondering should I Python as I heard it's easy to learn for beginners, or are there any other languages I should learn, my reason for learning programming is so that I can create a game or website, is there any language that is specifically for that? Thank you.
3 Answers
+ 1
Hiii, as a beginner i suggest start with c or cpp these are bit more eaiser than python , after spending sometime on this you can easily go for python.....
+ 1
Jayston if you want to learn game development. You definitely heard about popular game engines like unity or unreal.
Unity uses C# and Unreal engine uses C++. Unity is for indie game(the game created by one or group of developers. But not by any company) engine. Unreal is for AAA games(the games created by companies) .
For web development. You should go with javascript
0
You should learn C then C++. Because these are the heart of programming and basic languages.
After that, if you want to be a web-developer chose HTML, CSS, PHP, JavaScript, SQL, and then other related in that sequence.
If you want to be a App-Developer then chose Java, Python, C#, SQL, .NET, etc
as programming languages.
But this is not the end. There are a lot of other things you have to larn. i.e: OOP, Data Structures, Algorithms, Frameworks, Tools, Databases, etc.