Tuesday Tip #22: How to get coding help from a human 🙋‍♂️


Hi Reader,

After a long summer break, Tuesday Tips is back! 🎉

If you’re new around here, you can find all of my past Data Science tips at tuesday.tips. (Yes, that’s a real URL!)

Next week, I’m going to start including a “link of the week” at the top of each issue. But for today, let’s just get right to the tip!

By the way, did you travel anywhere this summer? I spent some wonderful time in Iceland! 🧊🌋🥾


👉 Tip #22: How to get coding help online

If you have a coding question in 2023, you have two main options for getting help:

  • Ask ChatGPT
  • Ask a human (via email, discussion forum, Stack Overflow, etc.)

Either way, you have a much better chance of getting a helpful answer if you know how to write a great question!

My guiding principle when writing a coding question is to tell the reader everything they need to know and nothing else. This makes it easier for the reader to be helpful, and (at least in the case of humans) increases the likelihood that you will get an answer!


My 5-step process for writing a great question

(1) Write a brief introduction: Give a quick summary of what you’re trying to accomplish and the problem you’re having.

(2) Provide a self-contained code example: Write code that can be copied, pasted, and run by the reader so that they can try it out on their own machine.

(3) Detail the expected results: Explain your expected output to the reader so that they can validate whether they have actually solved your problem.

(4) Add any important notes: Tell the reader anything they need to know about the problem that wouldn’t be obvious from the code example. This helps to steer readers away from solutions that may appear to work but don’t actually solve your problem.

(5) Write a title that summarizes the question: Whether you’re emailing a discussion group or posting on Stack Overflow, you’ll have a better chance of the right person reading your question if you write a concise and accurate title. (I suggest doing this last rather than first!)

Finally, here are some things you can optionally include:

  • An error message, if your question is about how to fix a specific error.
  • A diagram, if you think that might help to clarify your question.
  • Which software versions you are using, if you think that might be relevant.
  • Code you tried that didn’t work, if you think that might help to clarify your goal.

Want to see how I applied this process to an actual coding question? Check out my in-depth post:

đź”— How to write a great Stack Overflow question.


If you enjoyed this week’s tip, please forward it to a friend! Takes only a few seconds, and it really helps me out! 🙌

See you next Tuesday!

- Kevin

P.S. Never have I felt so close to another soul…​

Did someone awesome forward you this email? Sign up here to receive Data Science tips every week!

Learn Artificial Intelligence from Data School 🤖

Join 25,000+ intelligent readers and receive AI tips every Tuesday!

Read more from Learn Artificial Intelligence from Data School 🤖

Hi Reader, This week, I've got a short tip about AI agents, followed by some Data School news... 👉 Tip #56: What are AI agents? Google is calling 2025 "the agentic era," DeepLearning.AI says "the agentic era is upon us," and NVIDIA's founder says "one of the most important things happening in the world of enterprise is agentic AI." Clearly AI agents are a big deal, but what exactly are they? Simply put, an AI agent is an application that uses a Large Language Model (LLM) to control its...

Hi Reader, Last week, I launched a brand new course: Build an AI chatbot with Python. 120+ people enrolled, and a few have already completed the course! 👏 Want to join us for $9? 👉 Tip #55: Should you still learn to code in 2025? You’ve probably heard that Large Language Models (LLMs) are excellent at writing code: They are competitive with the best human coders. They can create a full web application from a single prompt. LLM-powered tools like Cursor and Copilot can autocomplete or even...

Hi Reader, The Python 14-Day Challenge starts tomorrow! Hope to see you there 🤞 👉 Tuesday Tip: My top 5 sources for keeping up with AI I'll state the obvious: AI is moving incredibly FAST 💨 Here are the best sources I follow to keep up with the most important developments in Artificial Intelligence: The Neuron (daily newsletter) My top recommendation for a general audience. It’s fun, informative, and well-written. It includes links to the latest AI news and tools, but the real goldmine is...