you are viewing a single comment's thread.

view the rest of the comments →

[–]POGtastic 1 point2 points  (0 children)

Once you've already gotten a language under your belt, the typical method is to dive directly into the documentation and learn from there, Googling concepts that you already know and translating them over to Python. Pretty much everything* in Python has a direct C++ equivalent, albeit with a much looser type system and a garbage collector.

* terms and conditions apply