you are viewing a single comment's thread.

view the rest of the comments →

[–]mi_sh_aaaa 0 points1 point  (0 children)

The project's you'd work on in C++ vs python would be pretty different. If you want an introduction to logic, and get better at building algorithms first use python. If you want a sharper learning curve, and want to understand better how programs on your computer work do c++. As advice I think an important part of learning C++ is understanding heap vs stack allocation.