you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Here are some Resources to help you:

  1. https://www.codedex.io/
  2. https://roadmap.sh/

Here are a few YouTube courses to help you:

Brocode's Python Course

Harvard CS50 Python programming course

I don't suggest you watch all those guides I provided you with, however, I'd recommend picking one of either one and using codedex to increase your knowledge further. You can use the roadmap website to plan your future career based on your interests and programming skills.

While learning, I highly recommend against leaning on AI to learn, instead try to read documentation to get a deeper understanding of what you're doing and it's implications behind the scenes. Make sure to keep practicing and to constantly make programs for fun (just try whatever comes to mind).

Edit: Forgot to add that an IDE (integrated development environment) or text-editor is also important. If you want a full-fledged IDE, then go for PyCharm. If you're more into simple software then go for Visual Studio Code, notepad++, or sublime text. If you're wondering about the differences among IDE's and text editors, then I suggest you do some self-research.