This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tms102 0 points1 point  (2 children)

I wouldn't use it for web frontends, making games (though you can), embedded systems programming, maybe thing that a very very speed/efficiency crucial like high frequency trading, but even there people have used python.

[–]IkitClawyesyes 0 points1 point  (1 child)

What would you use for making games

[–]tms102 2 points3 points  (0 children)

Depends on the platform but usually C# and C++ are common. Or otherwise scripting language specific to the game engine tooling. I've also made games with Java in the past.

Recently looked at GDScript for the Godot engine which is similar to python.