Archive for June, 2008

Python is the new BASIC.

This is the basic problem with learning how to program computers these days:

public class Hello
{
public static void main(String[] args)
{
System.out.println(“Hello World!”);
}
}

The above is the Hello World program for Java, arguably one of the most popular programming […]

Invent Your Own Computer Games with Python

Invent Your Own Computer Games with Python (or IYOCGwP “eye-yawk-gwip”) is a book (hopefully a series of books) that teaches Python game programming for kids in the 9 to 12 year old age range. Instead of teaching principles and concepts, each chapter has a complete example of a game and its source code up front, […]

free blog themes