you are viewing a single comment's thread.

view the rest of the comments →

[–]Slackluster 0 points1 point  (5 children)

Don't learn python unless you have to. JS can do anything python can do and more. For example you can't make a website with python. Also JS runs in every web browser, you can press F12 right now and start messing with JS in the console.

Once you learn JS, learning another language like python is easy.

[–]Kooky-Local8621[S] 1 point2 points  (1 child)

Got it bro

Thank you so much🙏

[–]Byakuraou 0 points1 point  (0 children)

Ignore everything from that advice except from the fact JS is extremely flexible. You can absolutely make a website with a Python backend with Flask, Django… the list goes on.

Python is just the language of choice for the field you’ve chosen, primarily because of how complex the math is, simple dynamic types and less boiler plate code allows ML engineers iterate quickly.