










I absolutely love Python. Programmed commercial applications for 5+ years and have used it the past 10 for writing support utilities / test frameworks, etc. Ping me with any questions any time ghost. Might not be able to help much but I'll give it a shot.ghostrunner wrote: ↑January 3 24, 7:44 pm^ That baseball bird is horrific.
Have to admit - being able to pester Chat GPT with every question I have about Python and general scripting is pretty damn great.
I've tried to learn many times over the years but I get stymied by my own curiosity and ignorance. I don't have an intuitive grasp of it, and I always want to know how different elements of code function, and why, and it's hard for me to proceed without having an answer. Help pages don't always do the trick and/or it's hard to find the specific answer you want in them. You can't pester people online with those questions and expect a quick answer, so I've always been frustrated in my learning.
Anyway, I started a 6 month Coursera course so I can better use all that in my job and claim a certification. It's pretty much solving all those above issues for me. If I have trouble, I basically ask it questions until I understand vs. hitting a wall like I used to.
Not a knock on AI generally, but it seems like a lot of people are implementing it prematurely. They do offer a disclaimerFor example,
pet_dictionary = {"dogs": ["Yorkie", "Collie", "Bulldog"], "cats": ["Persian", "Scottish Fold", "Siberian"], "rabbits": ["Angora", "Holland Lop", "Harlequin"]}
Code: Select all
pasted the wrong code - see follow-up post
Still, with an inline learning assistance offering it seems like you'd want to be a little more judicious.Coach is powered by AI, so check for mistakes and don't share sensitive info.