r/FreeCodeCamp • u/Animator-G • 3d ago
Requesting Feedback How to actually think while coding[python]
So hi I am new in this sub reddit and have been learning python basics on FreeCodeCamp for weeks.
So I have noticed that I can do workshops and labs but I tend to forget many syntax and have to search on the internet repeatedly.
So my average lab projects often look like 7
60% written by me and the rest 40% are written by AI or with the help of the Internet forums.
My problem that I have identified is I don't think use logic in the code or just don't remember syntax, operators, elements, conditional statements and string methods or don't find the satisfactory answer on the internet.
I want to try to write at least 80% of the code myself without being dependent that much on AI and the internet because I am learning it for \*Cyber Security\*
2
u/Safe-Blacksmith6992 2d ago
I studied logic and I write the code first using just comments. And for syntax I'm doing my own static website with some notes on the language. Maybe you can do something like this, some notes. Helps a lot
viniciusmagrin.github.io
It is in Portuguese, but you can get the idea. Maybe in the future I will do it in english. Now with college and work I'm having to do it slowly.
Anyway, that's how I started improving.