0

Programming

Can anyone tell me which programming language is easy? I started with C++, so what should I learn next to become a programmer?

22nd Oct 2025, 6:20 PM
Asifa Batool
Asifa Batool - avatar
2 Respuestas
+ 5
Hi! Each programming language is designed to solve problems in a specific digital domain. Python is the easiest. It requires a minimum of rules. You don't need to end each line of code with a semicolon, and you don't need to create unnecessary structures with parentheses. It's similar to how you would write text in English. It's very understandable, but unfortunately Python is much slower to execute than C++ and it's not suitable for all areas of programming. 🤷‍♂️
22nd Oct 2025, 6:40 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 4
Asifa Batool , we should choose a programming language based on our goals, project requirements and the type of development we want to follow. this could be for example web, mobile, data analysis or system programming. we should not learn what looks easy and convenient for the moment, it should be about what fits your direction and interest.
22nd Oct 2025, 6:37 PM
Lothar
Lothar - avatar