[Tutor] Tkinter custom widgets

Cameron Simpson cs at cskk.id.au
Mon Feb 13 17:32:54 EST 2023


On 13Feb2023 14:59, Phil <phillor9 at gmail.com> wrote:
>In the meantime, I have another example from Chatgpt which, while it 
>doesn't match my original question, works well. It uses functions that 
>I've not seen before so now I'm searching the Internet for their 
>meaning.

Don't forget that ChatGPT doesn't know how to programme, and is a 
statistical text model. AIUI, it has simply seen _many_ pieces of code 
and their explainations/comments. While (apparently) it does produce 
sometimes usful short programmes, there's no real guarrentee that they 
mean anything at a high level, or that they mean what you asked for. It 
does seem to have some ability to explain the code it produces, so maybe 
asking it to do that will help you understand what it has produced, and 
whether what it produced is useful for what you asked for.

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Tutor mailing list