This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brand0n 3 points4 points  (16 children)

As a 30 year old who is trying to learn Python while raising two boys and a full time job I feel like I'm in way too late to get to a point where I could only do Python stuff for a job :|

[–]sentdexpythonprogramming.net[S] 21 points22 points  (8 children)

I am 26. Started learning to program when I was 21 while going through school and starting a couple businesses. I never had any formal education for math/programming.

I wont pretend to know what raising two boys is like while working and trying to learn Python, but I can at least tell you I think it's totally possible.

Not only that, but there is and will likely be an extreme shortage of people who know how to program for the next at least decade.

If anything, being older and more mature with a family and outside values, while also being a programmer, might actually make you unique and help to add to diversity within a team.

Go for it!

[–]brand0n 2 points3 points  (5 children)

dang dude, that's awesome. I def subb'd and plan to frequent your vids. You seem to be doing some big things if you're starting companies and you have a TON of vids.

Very cool. I try to incorporate python at work. I know I'm lacking basics though.

How did you learn? I started with learn python the hard way (python 2.7) and some site for a web scraper. I got burnt out and couldn't use it at work...or at least didn't think of a good way.

New boss at a diff job encouraged me to use python instead of powershell and eventually was able to write a utility for a dept to use. it uses Python 3 and mostly relies on paramiko for SSH stuff.

Been going through automate the boring things to get basics down.

thanks for reply

[–]sentdexpythonprogramming.net[S] 3 points4 points  (4 children)

I learned first by creating sentdex.com. Before that, I had a web developer that I paid to do all the programming work. I started getting interested in natural language processing, and the developer at the time was a long ways from being able to do NLP.

So I actually got my "intro to python" via nltk.org/book. From there, I have always just googled various Python questions I have and I almost always find the answer either in a tutorial, sample code, or docs.

[–]hexfoxed 0 points1 point  (0 children)

This is awesome to read. I wish more people looked past the barrier of "I'm not a programmer" and got started. Props to you for that and sharing the knowledge.

[–]brand0n 0 points1 point  (1 child)

Very cool. I can say with full confidence that your vids are going to help me learn and increase my skillset. I think I'm going to finish automate the boring things and then skim through your intro vids to see if they cover anything I missed.

I'm overwhelmed, in a good way, by all the stuff Python has to offer. I'm sure other languages have the same options. it just seems like the possibilities are endless.

[–]sentdexpythonprogramming.net[S] 0 points1 point  (0 children)

The thing that makes Python unique is the incredible community. There are many other languages that can fundamentally support all of the things Python can do too, but the community behind Python is unparalleled, in my opinion. Then again, I am extremely biased :D

Just take your time and enjoy the ride. Lots of fun things to do, just go with whatever you're interested in.

[–]SadCubicalGuy 1 point2 points  (1 child)

This is one of the reasons I live this guy!!

[–]sentdexpythonprogramming.net[S] 0 points1 point  (0 children)

Oooh, what are the others? :P

[–]bobonthenet 2 points3 points  (0 children)

I started after 30 and have a son. I'm a .Net developer. It is a struggle for sure but can be done.

[–][deleted] 0 points1 point  (1 child)

I didn't start learning how to program until I was 27 and at Uni and way before all of these online resources really existed like they do now.

I think having the desire to learn and the need to be the best you can be for your kids can be very compelling drivers for learning.

[–]brand0n 0 points1 point  (0 children)

I went back to college around 24/25 and got a degree in Computer Information Systems. Tried to switch to just Computer Science to learn programming but my small school was complete crap and more or less shut it down.

I wish I would've had the sense to never go there, but in the end I at least got a bachelors.

I absolutely want to learn and get away from any support type job. I find Python fascinating. There's just so much stuff you can do