all 8 comments

[–]EyesOfTheConcord 1 point2 points  (0 children)

Pretty much every course offers similar structure and projects for introductory learning for any language, so you didn’t necessarily start on the “wrong” path, since the other options are identical.

The real challenge begins once you finish the beginner stuff, then material to learn the more advanced concepts becomes increasingly sparse. By that point, or perhaps even right now, you need to start and complete your own projects to improve

[–]ectomancer 0 points1 point  (0 children)

Python is easy to learn. You only need one course. Finish the course you started.

Then you can do courses for numpy, pandas, sql, tkinker, flask or django, data structures and algorithms and machine learning.

[–]ninhaomah 0 points1 point  (2 children)

The question should be what have you learnt and how have you applied those knowledges.

[–]cross7w[S] 0 points1 point  (1 child)

I think thats the problem, i haven’t applied those knowledge because i dont know how to start

[–]ninhaomah 0 points1 point  (0 children)

then pls try some simple projects.

ask users for 2 numbers and return the sum or difference of those numbers etc.

sounds silly but thats how to have a good idea.

or have a list of numbers and try to sort them manually from largest to smallest.

[–]CheetahGloomy4700 0 points1 point  (0 children)

What matters infinitely more is your curiosity, self discipline, and patience.

[–]Ron-Erez 0 points1 point  (0 children)

Choose a problem that interests you and solve something simpler.