Lately I've actually been finding a good place to start on new languages is talking to ChatGpt. You can ask really naive questions and get a lay of the land for the language or framework. You can even ask questions like (I know how to do X in Y framework, how would I do it in Django).
You can also use it to build your first hello world to get up and running a little faster.
After I would reccomend shoring up / confirming your knowledge with more traditional tutorials but I've found ChatGpt great for those early moments of learning.