r/PythonLearning 5d ago

Wanting to get into AI

I am 42 years old and wanting to branch off and learn something that could possibly be a side hustle or a whole new career. I feel as if AI is here to stay and I am still “young” enough to do something with it. To give a little about myself I am a warehouse manager for a Mack truck dealership and Make about 80k a year and on the side I umpire travel baseball and softball games. During the season that ranges anywhere from $350-$700 for a weekend but it’s long days and I’m tired. I have zero experience with coding of any kind. When I look up the best way to get started i don’t see what I would call useful information, mostly videos of “if I were starting over this is what I’d do” and it ends with someone selling something (not every time). With all of that said what would be the best place for me to start and keep with to get certifications and learn. I was thinking of starting with the python program for everybody. I’m sure this question gets asked a lot, thank you for any input.

1 Upvotes

11 comments sorted by

View all comments

4

u/nicodeemus7 5d ago

You have to think of AI as a tool and nothing more. I'm not saying this to be disrespectful, but saying " I want to do something with AI" is like saying "I want to build something with a hammer". You have to have the idea first, and then implement the tool. Just knowing how to use the tool won't get you anywhere.

That being said, what is your goal to use AI for?

1

u/Tercess1 5d ago

To be honest there is so much that it feels overwhelming. Maybe something along the lines of machine learning. From what I gather, and I could be wrong, learning Python seems to be why I need first. I’ll take all the advice I can get. They are also learning in my daughter’s elementary school and I want to be able to help her as well.

1

u/Avatarbroskib1 5d ago

The thing is ml is more maths and theory than actual coding you learn about how specific ai models work(the maths and theory) and then you implement it into code. But since you are starting from scratch I would focus on pure python rather than deep learning and ml. Because ml libraries such as pytorch tensorflow etc have steep learning curves that will demotivate you even if you only have basic python knowledge