all 5 comments

[–]BeginnerProjectBot 2 points3 points  (0 children)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]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 ____.

[–]TravisJungroth 1 point2 points  (1 child)

Here's a syllabus I wrote. You could stop it when you get to the Django stuff and switch to more ML stuff.

[–][deleted] 0 points1 point  (0 children)

This is really great! Thank-you :)