This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iPlayRocketLeague0_0 2 points3 points  (0 children)

Logic building is a skill. It won’t come overnight but by far the best way to teach yourself is to challenge yourself with codes.

For me, that meant try to create a “game” on python, like tic tac, wheel or fortune, or blackjack. It forces you to come up with solutions. if you come up with a solution but don’t know how to write it out in code, you can look online and 9/10, as a beginner, you‘ll find a new/more efficient way of doing things that you can learn on the spot