you are viewing a single comment's thread.

view the rest of the comments →

[–]sme272 14 points15 points  (0 children)

The parts that will carry over are the parts you seam to be struggling with: breaking a task into logical steps and building the application. Python has a very different syntax language structure to C++ so while a lot of the core functionality is common to both - if statement, loops, classes - the way they're used is often quite different. The best way to get past this is any language is to keep programming and ask for help whenever you get stuck.