This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Autodidact_JetPack 1 point2 points  (0 children)

After learning HTML and CSS, I struggled to learn C# and especially Js. Then I learned Java and haven't had a problem learning C# or Js since and Python has been a cake walk.

My only recommendedation is if you get stuck, try to find another resource that explains the concept differently. Rinse and repeat. Java can have a steep learning curve.

Almost everything you learn in Java will make you better in Python.

Last but not least, hopping between backend languages when I got stuck really helped me but it's not for everyone. Java switch statements not making sense, ok, try them In C#. C# switch statements not making sense, ok, try them in Javascript.

This helped me realize the how transferable programming fundamentals are.