14 May

Now that I have completed many tutorials and logged many hours coding, I feel good about my Python skills. I can easily create classes, use inheritance, call methods, and my favorite, list comprehensions. Now what? I need to learn GTK+, and how to use it with Python. I found a great tutorial for PyGTK (which is the Python bindings for GTK+) on the official PyGTK site.

I will spend the next many days creating GUIs, hooking up signals, and trying to absorb all that I can.