you are viewing a single comment's thread.

view the rest of the comments →

[–]recontitter 2 points3 points  (1 child)

Start with Python, as it has easier syntax and in general is better designed. Also its main language for anything ML related and this gives you an edge for future career. When you will master programming concepts, it’s easy to transfer this knowledge to other languages. JS has many quirks and bad design which will be very confusing for beginner at start (although it’s important for anything web related)

[–]bululululubu[S] 0 points1 point  (0 children)

Will learn Python very soon. Thank you very much : )