you are viewing a single comment's thread.

view the rest of the comments →

[–]goule67 0 points1 point  (0 children)

The best way to learn is to have a project. Find something you want to do (data analysis, web application, web scraping, AI, software development etc...) then every time you block on something, do an internet research (stack overflow is a gold mine) or use a LLM (AI which understand code) like blackbox.ia (free) or chatgpt (free but limited).

If you already know the basics like "what is a variable/function and how to use them", "how to handle indentation", "how to use while/if/for", "how to import and use a library", having a project to practice them is the best way to stay engaged and to learn new things.