Frequently in chats, whether telegram, IRC, slack, or discord, someone says something like this:
<AnonOtter> Anyone know python? Having an issue.
Unfortunately that tends to be read as:
<AnonOtter> Can someone with experience in python speak up and volunteer to help me solve my problem, without knowing how long it'll take, what the actual problem is, what tool or library you need to be familiar with, or if it's even a python problem?
Hopefully it's clear why questions like this rarely result in direct answers.
Offering the relevant information up-front allows more people to try to help. They can ask clarifying questions or offer suggestions without committing to anything more, people who don't know the specific languages or libraries you're using can offer insight, and busy experts can peek and reply without needing to tease the details out of you first. At minimum, you might get an idea for something you haven't tried yet. Often you'll end up solving the problem yourself while narrowing down the simplest test case!
Oh, and don't snark at well-intentioned answers. It's rude and discourages everyone from trying to help.