Standalone Programs

Started by
1 comment, last by superman3275 10 years, 1 month ago
Hello, I was wondering how well Python works for stand alone applications because I know it's an interpretated language. If it works well, can someone recommend a good IDE? And if not what would be a good beginner language to learn to make stand alone apps?
Advertisement

GOOD IDE - http://www.jetbrains.com/pycharm/

Python is great for developing games. Look at my blog to see many that I've developed myself.

A good IDE is subjective. Here are some more popular ones:

Sublime Text

PyCharm

Komodo

To develop games, you can either use Pygame or PyGlet

To develop stand-alone applications, you can use py2exe!

I'm a game programmer and computer science ninja !

Here's my 2D RPG-Ish Platformer Programmed in Python + Pygame, with a Custom Level Editor and Rendering System!

Here's my Custom IDE / Debugger Programmed in Pure Python and Designed from the Ground Up for Programming Education!

Want to ask about Python, Flask, wxPython, Pygame, C++, HTML5, CSS3, Javascript, jQuery, C++, Vimscript, SFML 1.6 / 2.0, or anything else? Recruiting for a game development team and need a passionate programmer? Just want to talk about programming? Email me here:

hobohm.business@gmail.com

or Personal-Message me on here !

This topic is closed to new replies.

Advertisement