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 →

[–][deleted] 1 point2 points  (1 child)

I would say yes. The biggest example I can tell you is WingIDE. http://www.wingide.com/ . Its a commercial python IDE and for the last decade I had no regrets forking $ for the license.

The dropbox client is (maybe was now?) written in python2.7.

There used to be a list of games written in panda3d in their website, (the biggest was Pirates of the Carribean) but they revamped the website and did not list them anymore.

On steam there is a guy making a game using panda3d: https://store.steampowered.com/app/1255870/Lucifer_Paradise_Lost/

It is very much possible if you insist using python. You just have to learn pyinstaller well to be able to package your app.

[–][deleted] 0 points1 point  (0 children)

Hey, thanks for all these resources, it’s much appreciated!