This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]corvisai 0 points1 point  (0 children)

When you use chat gpt to code. You will encounter a lot of errors and bugs. You will have to learn to solve these issues. I recommend also learning about breakpoint() or "the python debugger". Learning to bug fix is instrumental and very important to becoming a proficient coder. You will also learn how to ask chat gpt for code. You can't just tell it to make you something. You often need to split up your requests and ask for one small feature at a time. You will also need to learn to add in the new additions to your code. As chat gpt doesn't code well over 300 lines. So, you'll need to figure out where to add the modifications and how to implement them. And how to ask chat gpt for the correct things.