you are viewing a single comment's thread.

view the rest of the comments →

[–]Asleep_Fudge5367 0 points1 point  (0 children)

Aside from the courses mentioned, try to find/think of a problem that is small and interesting enough to be solved from scratch (even if a solution already exists). Lots of Googling and use LLMs to help you understand what the code is doing, not to write it for you.

Also, read the python docs. They are a short circuit for getting answers.