Архіви Липень 2008

24 Лип

Have you ever run into a problem where your favorite Python IDE can't determine the type of a variable, and thus you get no auto-completion? There is a built-in function in Python called isInstance(your_variable, type_of_variable) that is designed to compare a variable to a class type, and return true or false. However, just ...

Обговорення : View Comments


21 Лип

There comes a time in every man's life where a single goocanvas.Canvas widget just won't cut it. Imagine you need two separate canvases for your interface, but you want them to scroll together with a single scroll bar. How would you solve this problem?

First, to enable a goocanvas.Canvas object to ...

Обговорення : View Comments


14 Лип

As you know, I am creating a complex timeline for my non-linear video application. I had the choice between the GnomeCanvas (which is obsolete) and a lesser known goocanvas (which is cairo based). I originally choose to use the GnomeCanvas, because it is much more well known, and there is more documentation for it.

After ...

Обговорення : View Comments


11 Лип

I have a new favorite Python IDE, and it's the Wingware IDE. That's right folks, the Eclipse IDE (with PyDev) does an admirable job, as well as The Eric Python IDE, but neither are as impressive as Wingware. From this point forward, I dumping the other IDEs and going 100% with Wingware.

Why ...

Обговорення : View Comments


10 Лип

Here is a quick update for everyone following this project. I am working on an prototype timeline, using the Gnome canvas, GTK, and Python. So far my "prototype first" methodology seems to be playing out nicely. It is allowing me to quickly test out various libraries, GUI techniques, and design patterns, while allowing me to ...

Обговорення : View Comments


10 Лип

I never thought licensing free software would be so interesting. Before I start releasing more source code, I figured it was time to understand what the Free Software Foundation and GPL (General Public License) is all about. So here are my thoughts about licensing free software:

Why Even Bother?
To write software and not license ...

Обговорення : View Comments


Щоденні архіви