Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@labanX That's like asking "what's the difference between a bike and a motorcycle beside the helmet?"
Python and C++ are fundamentally different in many areas.
In general Python is easier to learn, however learning C++ will teach you many concepts that are completely hidden in Python. -
labanX67y@deadlyRants thanks bro. Well said. From that i think c++ is definitely the one to learn first
-
@labanX But to answer your question, there should be enough beginner tutorials online for both languages, I don't think you need to buy a book right away.
As for the IDE it depends on what language you want to learn, but it's not hard to find a couple on the internet and try them out. -
mhudson12937y(I'd also add that, if going the C++ route, learn to compile&link using G++, so that you aren't vendor locked into the IDE you started learning on.)
-
For learning vim -> watch this for learning vim booster
https://robots.thoughtbot.com/maste...
Best way to learn pyhton and c++?!?
Books and ide?
undefined