What Can wxPython Do?
wxPython is a stable, mature graphical library. As such, it has widgets for nearly everything you plan on creating. Generally speaking, if you can’t do it with wxPython, you’ll probably have to create a custom GUI, such as used in video games. > more <
Before You Start
Before you start creating a GUI with wxPython, you need to know how to program in Python. This may seem pretty obvious but some people may expect wxPython is self-contained; no additional knowledge required. As a personal plug, you can view my Python programming tutorial at GIDNetwork. Other online instructional sites include the Python languague site and Dive Into Python (which is an intermediate tutorial). > more <
Overview of Graphical User Interfaces
GUIs (graphic user interfaces) are very popular for computers nowadays. Very rarely will you find a program that doesn’t have some sort of graphical interface to use it. Most non-graphical programs will be found on Unix-like operating systems; even then, those programs are usually older ones where the programmer didn’t want (or see the need) for a graphical interface. > more <
Found via Slashdot, Frank Wiles writes in his blog about why hiring the top programmers results in a better product and ultimately at a cheaper cost, contrary to popular thinking. His reasons are similar to what I’ve been thinking.
If you’ve ever read The Mythical Man Month, then many of his thoughts will sound familiar. A single expert programmer is equivalent to several average programmers. Therefore hiring a few experts yields numerous returns, such as: > more <
I’ve said this among my close friends and family for a while: we need to stop sending so much money and aid to Africa. It’s just like giving hand-outs to homeless people. Not only that, but we have kids who are homeless or underfed here in America. Why do we keep sending food and money overseas when we can’t even take care of our own?
Today I found a perfect article that reiterates my argument, only in a better fashion because the interview is with an African who knows what the problems are. Der Speigel Online interviewed James Shikwaki, a Kenyan economics expert. Here are a few choice quotes: > more <
Filed under:
Games by crystalattice @ 10:16 am on May 6, 2007.
For those who aren’t aware, I have another site (http://cmrpg.sourceforge.net) where I’m working on an online role playing game. I haven’t worked on it for a while because I’m working towards a Master’s degree so homework can be a bear, plus I do have a life (unlike other computer geeks I know).
When I get around to it, I’ll set up links between this site and the game site. However, the last time I tried editing it I kept getting an “invalid login” error, even though I haven’t changed anything. And I’m getting tired of having to use SSH to login (which could be part of the problem). So I might be moving my site (yet again) to a different host. I like the tools Sourceforge provides but sometimes I’d like to have a little easier control of it. > more <