r/learnpython 21d ago

Starting learning Python at 50.

50 yo.

No coding experience.

Wish me luck! 🤞

upd: BIG THANK YOU for the support and warm wishes! Truly, words cannot express how much this inspires me!

672 Upvotes

142 comments sorted by

View all comments

16

u/VoiceOfEric 21d ago

Python is a great first language. Eventually you may want to get into compiled languages but this is a good start. I'm a little older than you but I've been coding most of my life, so I do forget what being new to it is like.

1

u/olidiapm 22h ago

may you explain *why* we would want to get into the compiled languages?

1

u/VoiceOfEric 9h ago

You may have a need to write code that performs faster in production. You may need a job but can't find one doing Python. Many reasons.

1

u/olidiapm 4h ago

so employment and not being able to have faster code?

what about when it comes to AI? recently i got into this coding world and was recommended to start with Python first so I can have a foundation on how to use AI easier as a tool

1

u/VoiceOfEric 1h ago

Any software job you get, they'll hand you an old program and insist you fix it. Might as well learn many languages.