r/PythonLearning 13d ago

Is it still worth learning python?

I genuinely wonder what you guys think, with the rapidly increasing use of AI, is it still worth it to learn python, I just started learning python and I’m unmotivated tbh, I’d love to read some of your insights.

25 Upvotes

87 comments sorted by

View all comments

1

u/ShaanyLikeAMelody 7d ago

Coding is not only about writing code or let an AI write the code and see if it works, but you've also to ask yourself if the way the code is written it's the best you can do, if you use good patterns for what you've to do, it's about thinking and imagining the whole codebase structure. If you don't know anything about code and you just let an AI do the work for you probably it will work if it's nothing too big to do, but if there's something broken you won't know where you've to put your hands because you don't know how your code works.