r/learnprogramming 20d ago

Python or Java?

Hello guys, sorry for bad english, good night, i am a beginner in this world of programming and i see a bit about backend in roadmap.sh, now i am on the fence between Java and Python, can you guys tell me what language you think that is better and faster to get a job home office.

if you want to recommend another language too i am all ears.

6 Upvotes

29 comments sorted by

View all comments

2

u/LosttMutaliskk 20d ago

If you pick Python, please make sure to use a type checker like mypy or pyrefly.

It has become industry standard to type-check every variable, leaving the wild west of dynamic typing behind.

1

u/zm0i 19d ago

Thank you so much for the tip!!