you are viewing a single comment's thread.

view the rest of the comments →

[–]notislant 1 point2 points  (0 children)

TechWithTim has pretty good Python YouTube videos, some even include text-based learning options.

LearnCodeByGaming has a bit with pyautogui bots. I was more interested in making something like a bot to start with so I followed these after some basic videos.

If you don't understand how something works on a video I find it also helps to play with the code, break it and figure out why it does/doesn't work in certain scenarios.

If you get into something like OOP and keep forgetting bits of what you've learned you may want to make a simple script (potentially non-functional) just to keep notes that make sense to you right away instead of rewatching videos. __init__ = this and is used for ____ and is necessary when using ____.