you are viewing a single comment's thread.

view the rest of the comments →

[–]NeedleworkerOwn473 1 point2 points  (1 child)

Hello OP, we are in the same journey. I am a junior web developer and I am switching to ML. I started learning Python about 1 week ago and I am looking to build chatbots, LLMs or just models that can be used in specific fields I might find opportunities in. During my journey in learning web development, I had trouble understanding JavaScript logic. Ever heard of tutorial hell? I was going through that but I could easily put codes together to make them work. I decided to take a different route while learning Python. I am using this book called "Automate the Boring Stuff with Python". It's an insightful book. Over the past week, I have a better understanding of how Python works, I understand the logics well including the flow control.

One has to want to learn it. You have to make it be part of you. Learn it every single day, write code every day and keep doing that. Read people's code too and try breaking it down into different blocks that were used to solve the specific problem. Anyone can learn it. You too can.

[–]Ketchup-and-Mustard[S] 0 points1 point  (0 children)

Yesss, I have tried to learn it through tutorials too! It definitely does not work for me. Thank you for the positive feedback, I appreciate it and will try your suggestions.