Next Step | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Next Step

After Python which is what im working on now to get ground level knowledge, what should I do next? Im trying to work up to C++ so should I do C or C# next?

30th Jan 2024, 4:41 PM
Zach Thomas
4 Answers
+ 3
You can go directly to C++ it is not that much different from C as far as the basics are concerned, it just has many more bells and whistles.
30th Jan 2024, 4:53 PM
Tibor Santa
Tibor Santa - avatar
+ 2
You need to learn C language because it is mother language or mid level language. Mostly all the languages based on C language. If you mastered C language You can easily learn other languages like javascript, python C++ etc
30th Jan 2024, 5:33 PM
Vaibhav
Vaibhav - avatar
+ 2
Zach Thomas , I see you're taking Python Developer and Introduction to C++. They say Python's a good language to start with because it's easy to start. However, it's not any easier to continue with than any other language. It has a lot of special-case syntaxes to learn, because it's been enhanced (had features added to it via community proposals) for decades. If your goal is C++, I say you might even want to drop or suspend Python and just concentrate on C++ now, finishing Introduction to C++ then continuing with C++ Intermediate, so you don't waste time learning syntax you ultimately won't use. And I say that as a Python lover.
30th Jan 2024, 8:09 PM
Rain
Rain - avatar
+ 1
This progression will provide you with a solid foundation in programming, gradually building up your skills and knowledge to tackle more complex languages like C++.
1st Feb 2024, 12:07 PM
Code With Nouman
Code With Nouman - avatar