Stopped copying code from Stack Overflow line by line, now I actually understand what I write
For my first 6 months of learning Python, I would find a solution on Stack Overflow and paste it in, swapping out variable names until it ran. It worked for easy stuff but the second anything broke, I was lost. Last week I finally sat down and rewrote a simple file parser from scratch, using the docs and print statements to see each step. Took me 3 hours for what took 20 minutes before, but now I can tweak it without breaking everything. Has anyone else hit that point where copying code started slowing you down more than helping?