Well, i look up syntaxes and methods all the time, i also look up errors i get and if things get tough i even try debugging using "Python Tutor" (look it up, its a great resource!) to see my code running step by step. What brings me joy, is that while i look up stuff and debug using an aid, each time i know precisely what i am looking for, the "logic" behind the code and... my bloopers (and how to fix them!) when i see the code running in debug mode!
What i avoid is to look up the solution or copy code. I keep looking up methods and checking the flow of my code until i get it right by myself. I find that this is a learning procedure, the more i do it the less i need it and the more the code "flows" within me undaided.
Well, i look up syntaxes and methods all the time, i also look up errors i get and if things get tough i even try debugging using "Python Tutor" (look it up, its a great resource!) to see my code running step by step. What brings me joy, is that while i look up stuff and debug using an aid, each time i know precisely what i am looking for, the "logic" behind the code and... my bloopers (and how to fix them!) when i see the code running in debug mode!
What i avoid is to look up the solution or copy code. I keep looking up methods and checking the flow of my code until i get it right by myself. I find that this is a learning procedure, the more i do it the less i need it and the more the code "flows" within me undaided.
This comment is hidden because it contains spoiler information about the solution
Almost the same! You have got better PEP compliant style!!!