How to ask for help: Difference between revisions
(Created page with "Having problems is normal. Please follow these six steps BEFORE you ask for help: # Google the problem in general terms. For example: <code>python how to import a calendar</...") |
No edit summary |
||
Line 8: | Line 8: | ||
# Don't ask your teacher until you have a '''very specific''' question. | # Don't ask your teacher until you have a '''very specific''' question. | ||
[[File:Problem.png|center|caption|You must learn to solve problems.]] | [[File:Problem.png|center|thumb|caption|You must learn to solve problems.]] |
Revision as of 15:07, 14 April 2016
Having problems is normal. Please follow these six steps BEFORE you ask for help:
- Google the problem in general terms. For example:
python how to import a calendar
- Re-read your code (sometimes, reading backwards help you see little errors)
- Use your debugging tools
- Ask a friend
- Google the specific error message your program is raising
- Don't ask your teacher until you have a very specific question.