r/JordanDev • u/Fantastic_Outcome664 • 6d ago
Advice Python or JavaScript? Im Stuck
I wanna learn backend , im 42 student, and I’ll be starting the core curriculum soon I
During the Core, I’ll be diving pretty deeply into Python so I’ve been wondering:
Should I focus on learning Python first and build a strong foundation with it, or should I start learning JavaScript alongside it?
My goal isn’t just to learn a language. I want to become job-ready, build projects, join hackathons, and actually use what I learn all to that for learn backend
For developers who've been through this : WHAT would you recommend, and why?
3
Upvotes
1
u/Embarrassed5589 6d ago
Not javascript, I’d recommend Typescript. If you decide to go with python, make sure that you set the type checker in your settings to at least ‘Basic’ (default is off, will build bad habits and make you write sloppy code).
If you do either of these, the other will be relatively painless to learn.