arrow_upward
close Christmas Tree ✨ Join the LeakedBB 2024 Celebration Christmas Contest Today! Win up to $3500 in crypto-currency. ✨
☃️ Deck the halls and get ready to jingle all the way to a crypto-currency jackpot! ☃️
Don't miss out on the fun—Click Here to learn how you can join for free and make this holiday season truly special!
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.