Posts

ChatGPT still way ahead of Google Gemini, and Microsoft Copilot

Image
  A case from today:  In python notebook, how do I move an entire section including blocks of markup and code to another location? I got a large python notebook with many sections, and found that one section was particular useful so I wanted to move it to the top of the notebook.  Yes, I was using Table of Content, so I can click on the hyper links on the left side frame, still I want to cut down the time looking for that section even from the TOC.  Here is the prompt and response I got from each bot: (note: I had a typo where I typed "above location" instead of "another location". but ChatGPT answers beautifully).  in python notebook, how do I move an entire section including blocks of markup and code to above location? ChatGPT:  The solution given by ChatGPT worked elegantly Now let's look at Gemini The solution does NOT work. You can NOT click and drag across markup and code blocks.  Copilot:  Does NOT work, and less credit for even lack of try...