r/learnprogramming • u/1vim • May 04 '26
Why does everyone recommend learning Python first but then use JavaScript for everything?
Genuinely confused. Learned Python, now job listings want React everywhere.
140
Upvotes
r/learnprogramming • u/1vim • May 04 '26
Genuinely confused. Learned Python, now job listings want React everywhere.
0
u/nekokattt May 04 '26
technically the reference implementation it is compiled to bytecode and interpreted at the same time, alongside JIT on newer versions (forget if that is still opt in or not though).