1 Resposta
+ 1
I had the same problem two years ago, thinking it would be a simple matter of
following an online tutorial to create a Django web site and instead finding it all totally incomprehensible.
There is no simple answer but you may want to adopt a strategy for note taking
for each thing you don't understand because there is so much to know and well organized information is quicker to search than repeatedly googling for how to do the same thing you spent 3 hours or more finding an answer to 6 months ago.
If all you have done is sololearn you may benefit from the free MVA courses.
Anything with Bob Tabers name associated with it on that site is accessible and useful even if the lessons are on javascript and C# the concepts are what's important not the language. The other material varies in quality but is overall reasonably helpful.
Or you could pick a programming concept yourself sticking exclusively to python .
OOP, functional programming, regex, or how to use all the standard library functions in Python, or focus on comprehensions or generators. or how to use the virtual environment module venv.
Good Luck.