this post was submitted on 14 May 2024
150 points (99.3% liked)

Programming

17424 readers
73 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Start learning at 50

I've always wanted to learn programming. I've read a blog post saying that at this age it was to late . Then I read a post here in saying the opposite. I've found a site that was learn x in y minutes where it has a bunch of languages there. After reading them, the languages that caught my attention were Julia, Clojure and Go. Are any of these good for a beginner or should I start with something else? I know what are variables, can spot an if/else statement but that's about it. What are some good resources for someone like me who likes to learn by doing things?

(page 2) 7 comments
sorted by: hot top controversial new old
[–] MadBob@feddit.nl 1 points 6 months ago

I used to know someone who learnt Dutch from age 60, and granted he's very sharp, but if he can do that, I'm sure you can do this.

[–] nickwitha_k@lemmy.sdf.org 1 points 6 months ago

I've been in the tech industry for about 12 years and learned my first programming language about 30 years ago. The choice of language really will depend on the sort of things that you want to do. That said, if choosing one of the three listed, I'd say Go with no reservation. It is a much better language for beginners than the other two as it is widely used, not esoteric, and has a C-like syntax.

I would probably recommend either Python or JavaScript as a better first language though, biased heavily towards Python because JavaScript's type system is awful (it still gets a lot done on the Internet though). Python is a great interpreted language that is very human readable. Yes, some hate that it uses whitespace for party of its syntax but there are very few footguns (don't mix tabs and spaces for indents and just don't use tabs, that's about all that isn't covered in a hello_world).

[–] AlphaOmega@lemmy.world 1 points 6 months ago

Age is not a factor. Your ability to learn is

[–] abbadon420@lemm.ee 1 points 6 months ago* (last edited 6 months ago)

I've had some students who started at 50. The biggest problem is that it is hard to find a junior position as a 50 year old. Age discrimination is definitely a thing. If your goal is to make a career in programming from scratch, you might be too late, but 30 is sometimes already too late in that regard. Networking, nepotism and the good old "foot in the door" helps there. If your goal is just to learn and maybe apply it to your current job or your own business, than it's perfect to start now.

Most succesful students I've seen of the older category are those that have drive and passion. One student had her own fotography studio and wanted to build a database and website for that. She struggled a lot, but persevered and made a great application. Another was a taxi driver who's children put him in the course. He turned out to be very talented and made and excelllent application for planning taxi rides as his final project.

So it depends what your goals are.

[–] UFODivebomb@programming.dev 0 points 6 months ago

ChatGPT is great at tutoring python. Go as well. Not sure on the others.

[–] Bezier@suppo.fi -2 points 6 months ago* (last edited 6 months ago)
load more comments
view more: ‹ prev next ›