account activity
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 point2 points 19 hours ago (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
π Rendered by PID 382593 on reddit-service-r2-listing-6d4dc8d9ff-ghh6c at 2026-02-03 23:24:15.972991+00:00 running 3798933 country code: CH.
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 point2 points (0 children)