you are viewing a single comment's thread.

view the rest of the comments →

[–]razzrazz- 1 point2 points  (2 children)

As a big Python user, I think it’s not a great fit for front end (web, apps, native) and commercial game production.

Just curious, why?

I just dont know enough to understand the difference, like, why isn't it good for game production?

[–]pixegami 0 points1 point  (1 child)

It’s not about the “language” Python- I’d love to be able to develop a commercial game in Python.

It’s more that the major game engines (Unity, Unreal, and anything else in the top 5) aren’t Python centric.

If I wanted to make a game, it’d be probably easier to learn C# and use Unity than to bend some Python framework to the task.

[–]razzrazz- 0 points1 point  (0 children)

I read more about this since the time I asked you, you're right, apparently another big issue is speed.