Thursday, December 9, 2010

Blogger Tutorial Test

This is an article for testing purposes, show how to post a blog on blogger

Python GUI Building with Boa Constructor

The tool that I use for building a GUI (Graphical User Interface) application for Python is Boa constructor.

In the last article I explained, what tools you need to build Python GUI's

One of the frustrating things I've found while researching on the internet, is the lack of information and tutorials showing you how to use Boa Constructor.

Thursday, November 25, 2010

How To Start Python Programming

The Python programming language is very easy to learn. Don't underestimate the power or python.

Building a GUI (Graphical User interface) may seem complicated at first. The way to learn how to create a GUI is to go through some practical examples. Eventually you will remember what code you need, to do certain tasks.

In this tutorial I will explain how to download and install:
  • Python
  • wxPython
  • Boa Constructor