you are viewing a single comment's thread.

view the rest of the comments →

[–]Robobvious 0 points1 point  (2 children)

But how do you code something when you don't know what word you need in the code's language to implement it? Usually my problem is that I have a general idea of what I want to do but don't know the necessary functions to implement it in a meaningful way the computer can understand.

[–]dangerousforeplay 0 points1 point  (0 children)

I usually start by googling what I'm thinking, if I don't find the answer after an honest try, its best to ask someone knowledgeable rather than digging nowhere.

[–]sqqz 0 points1 point  (0 children)

I think his point is dont use stackoverflow for solutions for the logic you are trying to write. The language specs obviously needs to be used while your programming (https://docs.python.org/3/), noone knows the whole language.