RurPle and EasyGUI by Python Kids
Category: Languages > Python      Posted: 06 May 07

Horst teaches a German Python programmers class for children (ProfiKids.at). Here three of the kids show us how to use RurPle and EasyGUI.

easy_connection basics
Category: Languages > Python      Posted: 06 May 07

The basic features of easy_connection, an event-based front-end to Python sockets.

Python Newbies on XP
Category: Languages > Python      Posted: 06 May 07

This series aims to get you up and running with Python on Windows XP. Here I have distilled for you the knowledge that I wanted when I first started wi...

Making a .deb package on Ubuntu
Category: Platforms > Linux      Posted: 06 May 07

This video show you how to make an installable Debian package (".deb") out of a python program. The example program to demonstrate this technique is a ...