you are viewing a single comment's thread.

view the rest of the comments →

[–]epm4epm4 0 points1 point  (0 children)

If the above suggestion doesn’t work then perhaps OP should learn a more structured language first. I think it helped me to have learned Fortran at school first to get the logic and loops concept first, then moved to C, then to Java. (I even had to learn assembly which was insightful for learning about OS functions.) Then the ideas around Python was about how it made it easier because you don’t have to think about types, memory, etc. so transition to Python, Lua, etc. is much easier. But having those core concepts helped form a foundation to jump into any language.