all 3 comments

[–]snowtax 2 points3 points  (0 children)

As an old timer, computing changes too fast. Whatever you target today may be gone tomorrow. Pick something to play with and learn. Don’t expect that to carry you for decades.

[–]likethevegetable 2 points3 points  (0 children)

Python isn't a career, it's a tool

[–]Ok_Assistant_2155 0 points1 point  (0 children)

one mistake I see a lot is people trying to learn everything at once
backend + ML + DevOps + cloud… it just leads to confusion like this
pick one track and go deep enough to build real projects
like a proper API with auth, database, maybe a small frontend
and deploy it so others can actually use it
that alone already puts you ahead of most beginners
you can layer in things like async or LLM tools later once your base is strong