1
labanX
7y

Best way to learn pyhton and c++?!?
Books and ide?

Comments
  • 1
    Totally different concepts, pick one first
  • 0
    @juzles whats the difference besides syntax?
  • 5
    @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.
  • 2
    @deadlyRants thanks bro. Well said. From that i think c++ is definitely the one to learn first
  • 0
    @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.
  • 0
    Python: JetBrains PyCharm
    C/C++: JetBrains CLion
  • 2
    (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.)
  • 2
    +=10 for learning C++ (or straight C) first!
  • 0
    For learning vim -> watch this for learning vim booster
    https://robots.thoughtbot.com/maste...
Add Comment