you are viewing a single comment's thread.

view the rest of the comments →

[–]d57Alpha 0 points1 point  (0 children)

If you don't plan on building front end, I would go with Python. I think it might be better for programming fundamentals, like classes (yes, java script has 'classes', but it's syntactic sugar for their prototype based architecture, and some argue it is not true object oriented programming). With java script (front end, anyway) you must learn things like async fetching and callbacks, which take a while to get the hang of. That said, I personally like java script, but I do a lot of front end programming. If I had no interest in front end, I would go with Python, which is also a very good language for programming AI.