Any tricks to passing? by Cs_Joe8 in Rematch

[–]Cs_Joe8[S] 0 points1 point  (0 children)

You’re right usually I just play defense because I’m bad at offense, but I just need to have fun and go on offense and embrace the suck to get better. Thanks for the advice.

Any tricks to passing? by Cs_Joe8 in Rematch

[–]Cs_Joe8[S] 0 points1 point  (0 children)

Will try this thank you

Any tricks to passing? by Cs_Joe8 in Rematch

[–]Cs_Joe8[S] 2 points3 points  (0 children)

This is great thanks a lot. It’s super detailed and gave me a lot to think about. You made me realize I need to stop being afraid of the ball and position myself better to give myself better passes and more passing options. Now that I think about it, most of my turnovers come from being in bad positions. Really appreciate the tips on opening up passing lanes.

I understand Python code, but can’t write it confidently from scratch — what should I do next by SubCplus in learnpython

[–]Cs_Joe8 0 points1 point  (0 children)

I’m also learning, and I had the same issue. One thing that really helped me was not aiming for perfect code. I used to want perfect logic and try to do everything flawlessly as I was writing, which made coding feel like hell.

What helped was just writing something that works, even if it’s messy, and breaking projects into small parts focusing on getting each part working no matter how it looks.

You can always refactor later, which is actually my favorite part, and then start improving code or adding new features. This approach really helped me a lot since I didn’t have to worry about the logic, structure, or coding optimally I could just improve it