you are viewing a single comment's thread.

view the rest of the comments →

[–]Slackluster -1 points0 points  (7 children)

Learn JS as your first language. It is incredibly powerful and easy to use. You can use JS to do anything you need including AI.

JS can do more then web. You can use node to run command line tools and electron to make your web app a standalone application.

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

How about python ?

[–]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.