Discord voice-chat room visitors seeking help frequently post screenshots of their code.
My experience helping people in chat, Stack Overflow, and in real life (Python meetup group office hours, teaching students, etc...) is that getting screenshots instead of copy-pastable code slows the process greatly while I explain that I can't execute their pic, and what to do instead.
It would be great to have something to point them to before they start asking. Here's a part of the revision I am working on in the "Asking Good Questions" article.
# A Good Question
When you're ready to ask a question, here are some helpful suggestions:
* Post a code sample that can be run to illustrate the problem (not a screenshot)
* For lengthy code use [paste.pythondiscord.com](https://paste.pythondiscord.com/)
Additionally, I think I can further clean up the English grammar and style of the document for the benefit of non-native-English speakers and I'm willing to give a bit of my time on it if it would be welcome.
Discord voice-chat room visitors seeking help frequently post screenshots of their code.
My experience helping people in chat, Stack Overflow, and in real life (Python meetup group office hours, teaching students, etc...) is that getting screenshots instead of copy-pastable code slows the process greatly while I explain that I can't execute their pic, and what to do instead.
It would be great to have something to point them to before they start asking. Here's a part of the revision I am working on in the "Asking Good Questions" article.
Additionally, I think I can further clean up the English grammar and style of the document for the benefit of non-native-English speakers and I'm willing to give a bit of my time on it if it would be welcome.