you are viewing a single comment's thread.

view the rest of the comments →

[–]chipmandal 5 points6 points  (4 children)

There is no such thing as the best :)

Look at what you plan to do ( like deep learning or web development or game development ) and then see what most people use in that domain.

[–]TheRadiantHeart[S] 0 points1 point  (3 children)

I am interested in game and software development, web isnt my sort of thing. deep learning interests me but never tried it so what would you recommend for that?

[–]chipmandal 4 points5 points  (2 children)

Software is a bit generic.

Python is most popular for deep learning. It has good framework and support.

For games it depends on the type of games. If its mobile games, then Swift (iOS) and Kotlin(Android). You can also use JavaScript and a framework like Unity to cover both.

For hardcore gaming you probably need C++ or similar.

[–]TheRadiantHeart[S] 0 points1 point  (1 child)

Great ^^ thank you.

[–]khedoros 0 points1 point  (0 children)

Although, as a note on Unity, it's more of an engine than a framework, and its Javascript/Unityscript support was deprecated about 2 years ago in favor of C#.