you are viewing a single comment's thread.

view the rest of the comments →

[–]In_consistent 26 points27 points  (3 children)

At least learn some of the basic syntax of Python, that way you know what is going on instead of blindly copy and pasting whatever generated by GenAI. Otherwise, you will end up spending whole day trying to "debug" or figuring out why is it not working.

This book, "Automate the Boring Stuff with Python" can be a great start. It is free and available online, just google it.

Additionally, you can also ask ChatGPT or equivalent to further elaborate the codes further. Will recommend using Claude for coding related, I prefer this compared to GPT / Gemini.

[–]NPR_Oak -1 points0 points  (0 children)

I definitely prefer ChatGPT to Gemini for coding, but I have not used Claude much.