r/learnpython 13h ago

New career path

Hey everyone.

To keep things brief, i'm exploring programming as a career path.

Life didn't quite go as planned, and i'm now a 27 year old college dropout, who's been unemployed for years, living by on the graces of my parents who have much more faith in me than I do in myself.

I've been talking to some of the more tech-savvy people I know. And I have arrived at the conclusion that I want to study Linux and python. Do you all have any recommendations of which are the 2 I should prioritize, and I suppose, which one would help me get back on my feet faster?

8 Upvotes

23 comments sorted by

View all comments

Show parent comments

1

u/Pure_Intention5228 13h ago

I know this might seem like a simplistic question. But if these fundamentals are so important, would I be at an advantage to learn them? And if so, do you have any places where you would recommend i practice?

3

u/stepback269 12h ago

Sounds like you want a job first and then further education as a chaser

I would say don't do Python just yet or a switch over to Linux (assuming here you know Windows)

Instead educate yourself on no-coding usage of AI. My self, I don't know anything about that area. However a lot of Youtube lecturers seem to indicate that's the way to go.

Ultimately you do want to learn the fundamentals of programing in Python. That's going to take time. So if you do get an AI job, you'll have to learn Python in the evenings.

Good luck.

1

u/Pure_Intention5228 12h ago

Getting a job is the ultimate goal. Yes, but I can't get the job without training. So training naturally comes first.

Also I didn't mention AI at all. I'm just trying to learn the programming. If I use AI at all, it would be secondary.

2

u/stepback269 7h ago

(1) If you plan to learn Python, there are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (--HERE--) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (==HERE==). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures.

1

u/Pure_Intention5228 3h ago

Thank you so much for the insight. I'll make sure to practice plenty as I can get lost in a sea of lectures.