The amazing thing about the question box on Stack Overflow is that it's magic. That's right, it's magic. It can help you answer your question before you even submit it. I've probably not asked more questions on Stack Overflow after typing them than I've actually asked. When I found questions that were related to my problem, but for whatever reason the answers it drew did not help me, I cited the question in my question and explained clearly why I was still stuck.
Simply taking the time to step back and organize your problem into a coherent question can go a long way toward solving it yourself. With a system that starts suggesting possible duplicates and related questions as you type, the chances of you solving your own problem before asking increase exponentially. The suggested duplicate / related questions might not contain the exact answer that you need, but they very often show you what you should have been searching for all along.
I really am glad that Stack Exchange spent millions of dollars on building a better rubber duck, the world needed one. But new or beginner questions don't absolutely have to be a solitary experience. If you have a valid programming question and are certain that it hasn't been asked before, it would probably be welcome provided that:
You clearly explain your problem while making every attempt to be as brief as possible. That's part of the rubber duck process that carries over into an actual question. By the time you submit the question, you've looked at many of the suggested duplicates and related links. It helps if you actually read your question out loud a couple of times to make sure it makes sense to someone that knows nothing about the problem you're having.
You show some attempt on your part to solve your problem. If you have no debugging output because you're hopelessly lost on something that's happening as you debug, explain that clearly. Show us every step you've taken so far, why you took it and what happened when you did. If you don't know where to start debugging, keep talking to the duck. It'll come to you.
Optimize your question for our time. Don't post your whole project if you've narrowed your problem down to a certain area. If you haven't at least partially located your problem, you need to keep talking to the rubber duck for a while longer. If you want up-votes and great answers, make good use of our time.
Make sure that you aren't the only one that will benefit from the answers to your questions. Stack Overflow does not have a 'general reference' close reason that indicates the information you want is readily available in respected documentation, but some problems really are too localized. While we do enjoy answering valid programming questions, even simple ones, we don't want to duplicate standard library documentation in an interactive format. When in doubt, keep talking to the duck.
In other words, show us this programmer needs some help and not this programmer is too lazy to be bothered with their problem and wants us to do their work for them. A well written and refined question also shows that you care about the site and community, which goes a long way toward receiving a good response.
We don't frown on beginner questions, we just value our time and want to spend it helping people that will actually get better at what they do as a result. If you can demonstrate that in your question, you'll likely have a good experience.
The advice that you see here is good, but it's not a substitute for common sense. If you worry that your question would likely be inappropriate, keep talking to the duck until you figure it out, or come up with a question that you feel would be appropriate.