For most moderately (not expertly) skilled programmers, is Github Copilot better or worse at suggesting relevant and useful code than ChatGPT? Trying to figure out which I want to use for a Python project.
@Tarah I find that ChatGPT's average-quality response is significantly better.
But Copilot gives you more responses, more quickly, which is really helpful as realtime autocomplete.
So Copilot needs a lot more guiding, but can do very well if you're willing to do that.
(Caveat: I've used both, but not a huge amount of either.)
Neither is going to give you awesome final-quality code as a rule, but both are fine.

