University of Oregon

Software Installation and Lab Setup

To work on the projects in Explorations in Computing you need to have Python running on your computer and you need to install the lab modules, which are all written in Python.

Find Your Terminal Emulator

A terminal emulator is a program that allows users to run software using a "command line interface." Every operating system comes with a terminal emulator application, and we recommend you take some time to find your terminal emulator and learn how it works.

Although you can run Python programs without a terminal emulator, you will have to use it for one of the installation steps, and many programmers prefer the terminal emulator as the most convenient way to run their programs.

Microsoft Windows:   Show Instructions

Linux:   Show Instructions

Mac OS X:   Show Instructions

Install Python and Tcl/Tk

Python is a programming language that is widely used by web page developers and other software professionals. It is open source software, and can be freely downloaded and installed on any computer.

Microsoft Windows:   Show Instructions

Linux:   Show Instructions

Mac OS X:   Show Instructions

Install PythonLabs

The PythonLabs software is a set of Python modules written specifically for the projects in this book. Here are the specific instructions for each operating system.

Microsoft Windows:   Show Instructions

Mac OS X or Linux:   Show Instructions

Test the Software

Microsoft Windows:   Show Instructions

Mac OS X or Linux:   Show Instructions