How to ask questions about python programming?

Questioning is an art. Quick questioning can be convenient for you, and it can also be convenient for the person who helps you to solve the problem for you.

As a novice, if our questions always make people reluctant to answer, or even cause disgust, it means that there is a big problem in our way of asking questions.

Teacher Li Wenkai gave the following suggestions to Xiaobai :

  1. Try to search first and watch the error prompts, which will help you develop your ability to solve problems independently;

  2. Explain the problem and error;

  3. Explain how the problem occurred;

  4. Put forward the expectation of solution;

  5. When it comes to the version, it is necessary to clarify the version of the third-party package;

  6. Copy the code as complete as possible to make it easier for the person who helps you solve it, and don't make the solver feel very troublesome;

  7. In the non-paid environment on the Internet, no one is obliged to help you answer questions, so you must remember to say thank you, so that the answer will be more fulfilling;

  8. If you have a server, you can limit the permissions and provide a sub-account to help you debug quickly and solve the problem quickly .

Don't ask questions like this

  1. Take pictures directly
  2. Don’t just ask if you encounter any problems, take care of it for a few minutes, which will help you deepen your impression
  3. The problem is unclear, and the process of occurrence is unclear;
  4. The third-party package, the version of the third-party package, and the database structure may be described comprehensively;
  5. Don't use particularly fierce or malicious words.

This article is original, and the source and author must be indicated for reprinting. Author: Python Li Wenkai

Guess you like

Origin blog.csdn.net/sinat_39034703/article/details/115252494