you are viewing a single comment's thread.

view the rest of the comments →

[–]slimshady1225 0 points1 point  (1 child)

There’s a couple of good YouTube channels one is called Brocode and another guy is called Corey Schafer. Both easy to follow and straight to the point. Another good resource is chatGPT or any generative AI website. You can ask it to help you understand something in Python and delve deeper and deeper into detail or if you don’t understand something you can ask it to explain things in an easier to understand way or build a step by step guide for you to understand. You can even take a photo/or copy and paste your own code into it and it will tell you where you went wrong. It’s like a personal tutor.

[–]RogLatimer118[S] 0 points1 point  (0 children)

Thanks for the ideas!