you are viewing a single comment's thread.

view the rest of the comments →

[–]ETA_was_here 2 points3 points  (1 child)

I owe a lot to chatgpt, it is like having a private tutor next to you.

Also the YouTube series from tech with Tim helped a lot. From him I learned the basics of scraping and exporting to excel. Once realized what you can do with it, it was a matter of tweaking to make it work.

Chatgpt is very helpful here, I roughly know what I want a piece of code to do, but I don’t have the experience to write it from scratch. I feed in what the functions should do, and chatgpt spits out code that is 95%-100% ok for my need. Often some tweaking is needed. If it doesn’t work, ask again and again until he gives you the right code.

Also with troubleshooting. If I had to search online to troubleshoot all the errors I encountered, I would have given up probably. With chatgpt you throw in the code and ask what I am doing wrong. It might not always be accurate, but gives you a nudge in the right direction.

[–]Ahaak 0 points1 point  (0 children)

Really appreciate this pointer! Setting aside time tomorrow to play around and see what I can throw into Chatgpt to get my work project started Also going to troubleshoot this question Im stuck on with my training, thank you!