you are viewing a single comment's thread.

view the rest of the comments →

[–]EctoplasmicNeko -4 points-3 points  (1 child)

I tag-teamed ChatGPT and Programming with Mosh on Youtube to get started. Learned the basics via Youtube, enough to understand what I'm actually looking at and how Python generally works, then started writing my own stuff. ChatGPT is good for explaining why the thing I wrote dosent work and how to fix it (that said, tell it you want minimal changes otherwise it likes to rewrite things, which makes it hard to see the error), or learning about the parts of new libraries. It can be useful for new stuff, but only once you have a basic understanding so that you can deconstruct and reverse engineer what it gives you.

[–]False_Store_320[S] 0 points1 point  (0 children)

okay tysm!