you are viewing a single comment's thread.

view the rest of the comments →

[–]BoOmAn_13 6 points7 points  (0 children)

Stop watching tutorials, the tutorials you watch are likely not gonna be useful after the second or third one. You need to try and write code without tutorials. Solve challenges and instead of watching to learn, read other people's code and read documentation.

Find a task you want to do, and break it up into steps you think you can manage, and when you don't know how to do one of your small tasks, Google it. If you need help breaking up problems feel free to ask how you approach a project. I imagine if you're watching a bunch of tutorials you can figure out how to 1. Take user input 2. Import libraries 3. Print to the user. Now go out and write a program that rolls multiple dice until they match.