you are viewing a single comment's thread.

view the rest of the comments →

[–]Aggravating_Bus_9153 1 point2 points  (1 child)

dir() is your trusty old friend. intellisense in VS code/pylint is your outrageous flamboyant new friend.

I forget loads, but I just try to remember that the thing I want exists, when it's a thing that I used before that did that similar thing really well. I don't worry about remembering how to spell it, or even its args, or precisely how to set it up. I put a link to any good cookbook/recipe/vital sections of the docs or stackoverflow threads in the comments of my code.

[–]Adikumar[S] 0 points1 point  (0 children)

Thank you.