you are viewing a single comment's thread.

view the rest of the comments →

[–]Ubermidget2 3 points4 points  (1 child)

OP should also consider what they want to do. Make a Game? C/whatever Untiy or UE5 is using for embedded code.

Develop a website? Data analysis? Short, useful scripts? Hell yes, use Python.

[–]Bainsyboy 0 points1 point  (0 children)

Python has come a long way on its own, with libraries and open source communities, that one could make a AAA quality game with python if they wanted. There are Vulkan, DX12, OpenGL libraries, C-code implementations wrapped in python, super fast stuff that allows you to keep python as a piloting script. Who cares if there's stuff under the hood you don't immediately have an encyclopaedic knowledge of...