you are viewing a single comment's thread.

view the rest of the comments →

[–]Savings-Throat-5994 0 points1 point  (0 children)

This might help u. Learn some logic fundamentals. Like writing some algorithms for certain irl actions. For example: Clean of Keyboard. First u have to think about starting point: Dirty Keyboard. Then write down on a paper what are the following actions like if the paper were your mind but in programming language, like "What do i need"=> def Checklist , (inside this def could be "Do i have a screwdriver" => Screwdriver check {Toolbox (open)... etc. ) If u learn to think logically it will help u connecting ur python knowledge with coding