+ 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?
4 Respostas
+ 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.
+ 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
+ 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.
+ 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++.