Good website to ask coding questions?

  • Thread starter Thread starter SamRoss
  • Start date Start date
  • Tags Tags
    Coding
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
21 replies · 4K views
SamRoss
Gold Member
Messages
256
Reaction score
36
TL;DR
Does anyone know of a good website to ask coding questions?
I am trying to learn how to code, reading the info on w3schools, doing Google searches, etc. I recently ran into a small problem with MySQL and wanted to find a good website where I could post the issue I was having and see if anyone had any suggestions. I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many). I tried Quora but it's not great because there's no way to upload pictures along with my question so people know what I'm talking about. Can anyone recommend a good website for this?
 
on Phys.org
I'm not sure PF is the right place either, but if you want to try then the Programming and Computer Science topic is the one to post in.

Also, posting pictures to get help with code is not a great idea - much better to use the </> icon editor in the WYSYWIG bar and select SQL, or wrap code in [code=sql][/code] tags. Similarly for output.
 
  • Like
Likes   Reactions: sysprog
StackExchange or here that is the question. Either case is slower than looking for tutorials or examples of what youre trying to do.

When that doesn't work try here as there are several programmers likely to respond. StackExchange does the same although sometimes your post will be tagged as a duplicate and thus less likely to get any responses.

Also be aware that answers may not be timely for either site meaning you may discover the answer before anyone responds.
 
  • Like
Likes   Reactions: sysprog, valenumr and jack action
What's wrong with this site? People here are happy to help. Post the code and let people look at it.

There's another forum as big as here:https://www.edaboard.com/
I have not gone to that site yet as I got all my help here already.
 
  • Like
Likes   Reactions: sysprog
What's wrong with Reddit? They have sub forums for nearly everything and usually have active members. I ask stupid questions all the time there and people love to explain stuff (especially if it involves themselves, but don't we all heh).

Sub forum you could try is: learnprogramming or just search SQL in search bar, I'm sure there is a dub forum with active people there
 
SamRoss said:
Can anyone recommend a good website for this?
For MySQL, Physics Forums is definitely a good place because there are many members here who know it very well and can render help. My question on MySQL has received great answers.

I dislike asking questions at Stack Overflow (SO) because there are so many questions coming in every moment, my question almost always gets overlooked. For programming languages like Java, C++, Python, etc., there is, in fact, no need to go to SO because PF already has many learned members in these fields. The only time that I have to go to SO is for asking questions on Android programming, because (I believe) there are not many Android programmers in this place.

Ask your question here first. If you don't get a decent reply, or it goes unanswered for many days, only then head to SO.
 
  • Like
Likes   Reactions: Greg Bernhardt
SamRoss said:
Summary:: Does anyone know of a good website to ask coding questions?

I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many)
I'm usually able to find answers to my programming questions with a Google search and good search terms. Many of the hits are to stackexchange or some of the wiki sites, depending on my question. Have you not had good luck with Google searches?
 
  • Like
Likes   Reactions: phinds and Monsterboy
Wrichik Basu said:
I dislike asking questions at Stack Overflow (SO) because there are so many questions coming in every moment, my question almost always gets overlooked.

But that should also mean there is a high chance of getting an answer there because someone else has already asked your question :wink:

Over the last several years I would think around half or more of my searches for this or that programming issue ends up on stackoverflow eventually. And in all the years I have been "using" this site I never had to actually ask any question myself.
 
  • Like
Likes   Reactions: Monsterboy, Keith_McClary and berkeman
jedishrfu said:
your post will be tagged as a duplicate and thus less likely to get any responses.
When that happens, they should say which questions it (allegedly) duplicates.
 
  • Like
Likes   Reactions: jedishrfu
Mark44 said:
And not just there ...
You talkin' to me!
 
  • Haha
Likes   Reactions: jedishrfu and berkeman
Hacker Jack said:
What's wrong with Reddit? They have sub forums for nearly everything and usually have active members. I ask stupid questions all the time there and people love to explain stuff (especially if it involves themselves, but don't we all heh).

Sub forum you could try is: learnprogramming or just search SQL in search bar, I'm sure there is a dub forum with active people there
I looked for Reddit briefly,https://www.redditinc.com/

I didn't see any forum. Can you give me the link to the forum.
 
  • Like
Likes   Reactions: jedishrfu
  • Like
Likes   Reactions: Hacker Jack, yungman and jedishrfu
The best forum for this is if you actually post your program, ask the question and actually see how you like the reply.
 
+1 for stack overflow.
 
  • Like
Likes   Reactions: valenumr
I would vote for stack overflow as well. While physics forums does have a dedicate forum, stack overflow is much more focused on computer science.
 
Sitepoint is very good - used it occasionally for HTML, PHP, MySQL, CSS, Javascript etc. I enjoyed answering questions there and got help when odd things happened in my own work.
It covers lots of languages, and there are lots of intro level books they sell as well.
 
  • Informative
Likes   Reactions: berkeman
SamRoss said:
Summary:: Does anyone know of a good website to ask coding questions?

I am trying to learn how to code, reading the info on w3schools, doing Google searches, etc. I recently ran into a small problem with MySQL and wanted to find a good website where I could post the issue I was having and see if anyone had any suggestions. I love PhysicsForums but I'm not sure this is the right place to post a question for every little problem I run into (and I'm sure there will be many). I tried Quora but it's not great because there's no way to upload pictures along with my question so people know what I'm talking about. Can anyone recommend a good website for this?
Yes, advice at this forum is good. Especially for the lager picture (the algorithms and and theory behind the code. For help with the actual inplementation and syntax Google and stackexchange (as already mentioned) are good sources. Also, IRC is still being used by some of the (us) real nerds. IRC and pastebin is an effective way of asking questions. One just have to remember that even though IRC is live chat questions may still take some time to be addressed.

Regards.
 
Last edited by a moderator:
  • Like
Likes   Reactions: jedishrfu