-
What is the best language to start on ? I am so confused...Some say python, some say C++...I need help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you’re just starting out, I’d recommend Python since it’s beginner-friendly, has a clean syntax, and lets you focus on learning programming concepts without getting stuck in complex details, but if you’re aiming for competitive programming, system-level understanding, or want to build strong fundamentals in memory management and performance, then C++ is a fantastic choice—it really depends on your goals: go for Python if you want an easy entry and fast results in projects like web development, data science, or automation, and pick C++ if you want to sharpen problem-solving skills, dive deep into how computers work, and eventually tackle tougher programming challenges. |
Beta Was this translation helpful? Give feedback.
-
You again??! |
Beta Was this translation helpful? Give feedback.
If you’re just starting out, I’d recommend Python since it’s beginner-friendly, has a clean syntax, and lets you focus on learning programming concepts without getting stuck in complex details, but if you’re aiming for competitive programming, system-level understanding, or want to build strong fundamentals in memory management and performance, then C++ is a fantastic choice—it really depends on your goals: go for Python if you want an easy entry and fast results in projects like web development, data science, or automation, and pick C++ if you want to sharpen problem-solving skills, dive deep into how computers work, and eventually tackle tougher programming challenges.