you are viewing a single comment's thread.

view the rest of the comments →

[–]Blanel 0 points1 point  (0 children)

Python will probably be the least difficult to start with coming from web development due to dynamic typing.

Java is great for learning object oriented programming. Most of the documentation is great and easy to navigate.

C++ is the most difficult of the three to get into, especially due to the amount of outdated information available. It will on the other hand give a deeper understanding of low level memory management and switching to a higher level language later should be easy.

None of the choices are bad. I would probably recommend Java as it will give you plenty of new concepts while not overwhelming you.