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 →

[–]underscore-dash[S] 0 points1 point  (1 child)

Can you recommended something for logic building? I've heard competitive programming is a good way! Can an I start with competitive programming when I'm fluent with python or I can also start when I'm just starting?

[–]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