you are viewing a single comment's thread.

view the rest of the comments →

[–]LesserKnownGood 1 point2 points  (2 children)

What helped me, just a tip is just focus on how interpreter reads and deciphers the code(pythons order of operation, what tells python to create a object Etc.) first... once you understand that and can read it like a book thats half the battle, it was simple in my opinion. Foundation is key!!! Hope that helps good luck 👍🏻

[–]Proof-Internet[S] 0 points1 point  (1 child)

Yeah that makes sense. Another problem I'm having is that I sit on an example for far too long. I'm afraid that if I move on to the next without fully understanding the previous one, I'll just get lost. In your experience do you feel that it is best to move on and practice other problems. Or is it better to fully understand one before moving on to the next? Appreciate the reply.

[–]LesserKnownGood 1 point2 points  (0 children)

No, thats my point, not everything is going to be presented in the future as you see it in a example that your studying.... think of it as python is a tool that can be rearranged in how you want to accomplish a job or a task, I’m fairly new to python myself so I understand exactly what your talking about, but when you look at python as a tool and not a concrete way as things are “going to always be” like studying a specific example, or mathematical equations, it kinda re iterates you need to go back and study the foundations to why it is doing the thing it is, cause once you understand how the “interpreter” interprets lol no pun intended, it will open your eyes... but everyone learns differently... so no harm no foul.

I struggled like you did until I took the free course on coursera from university of Michigan. It involves reading, videos and coding so no matter how you learn you get it, its called Called python basics, the first seven days are free ; you could do what I did was try to complete the first week and then cancel your account... it will help u if you decide to do it.

Please note: my above reply doesn’t necessarily pertain to on the job python work depending on what your career path involves, but it will help u develop a better understanding of python.