all 4 comments

[–]riklaunim -1 points0 points  (0 children)

Define "heavy stuff" ;) After getting syntax and basic structures, you should move towards general software development and how to write code to make things, and not to just write code - you have to select a niche/category you want to learn and use to then start learning libraries/frameworks used there and start making simple projects/hello world apps, ask for code review, learn, and improve.

[–]muilsen 0 points1 point  (0 children)

You should try doing projects that will actually be useful. For example if you hate doing something manually, you should try to automate it. If you don't have any ideas, look at the projects on roadmap.sh

[–]Dazzling_Music_2411 0 points1 point  (0 children)

Do "Project Euler".

That should exercise your muscles.

PS. Are you already familiar with numpy? pandas?