Part 2: Getting around and using the IPython interpreter
Category: Languages > Python      Posted: 21 Jun 09

We discuss some of the 'magic' commands, how to use the command history, how to use the editor, some useful keystrokes, and how to get interactive help.

Part 1: Getting started with IPython on a Windows PC
Category: Languages > Python      Posted: 21 Jun 09

We discuss effective ways to set up and configure IPython on a Windows PC including handy tips for making the most out of IPython in a Windows environment.

Using vnc2swf.py on Linux
Category: Tools > Screencasting      Posted: 07 May 07

Matt Harrison shows how to start and record from a VNC server using

Python Development with IPython
Category: Languages > Python      Posted: 06 May 07

Four videos leading you through the installation and basic mastery of the powerful IPython interactive Python environment

An Introduction to Python Objects, using IPython
Category: Languages > Python      Posted: 06 May 07

These three videos show how objects are used in Python. You can write a lot of code without being especially aware of objects -- until you come to GUI ...