arrow_upward
guide to having chatgpt build you a python program
#1
we will have chatgpt build a program by steps so that it doesn't get too confused.
first, specify what you want the program to do. After describing what you need, tell gpt to think about and identify the python libraries that will be needed.
second, after you have gpt write the first draft of the program, then ask it to add error handling to the program.
third, ask it to add a config file to reference so you don't have to punch in API keys/creds over and over
just keep having it build code and then review the code, test the code, and keep having it add more.
Trying to have it do too much at once leads to errors.