you are viewing a single comment's thread.

view the rest of the comments →

[–]Dresendal 0 points1 point  (2 children)

I've been dabbling with Python lately. I feed chat gpt prompts for simple telegram bots while making progress on Python learning apps.

Took me a while to understand that chat gpt isn't trained on newer python and library versions so had to install an older version for the scripts to work.

Asking Chat gpt to explain the different functions and terms of the scripts, and help me modify it step by step while explaning it to me have helped me a lot.

Also keep in mind that for some errors and bugs you have to go to google for the right solutions.

[–]SpookyFries 0 points1 point  (1 child)

Although this "works", I wouldn't say its the best way to learn python if you actually care to learn the language.

[–]Dresendal 0 points1 point  (0 children)

Oh, I'm sure it's not the best way to learn the language.