BE.180:Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 1: Line 1:
== Python Tutorial ==
== Introduction to the Python Tutorial ==


The goal of this introduction is to get you familiar with basic terms and concepts, so that the tutorial is easier to follow.  Also, we hope that this will allow you to spend more time implementing each example that is discussed in the tutorial to get a feel for programming.  All of the files referred to in the tutorial are available at /afs/athena.mit.edu/user/s/o/sontag/www/BE180.
The goal of this introduction is to get you familiar with basic terms and concepts, so that the tutorial is easier to follow.  Also, we hope that this will allow you to spend more time implementing each example that is discussed in the tutorial to get a feel for programming.  All of the files referred to in the tutorial are available at /afs/athena.mit.edu/user/s/o/sontag/www/BE180.

Revision as of 11:34, 8 February 2006

Introduction to the Python Tutorial

The goal of this introduction is to get you familiar with basic terms and concepts, so that the tutorial is easier to follow. Also, we hope that this will allow you to spend more time implementing each example that is discussed in the tutorial to get a feel for programming. All of the files referred to in the tutorial are available at /afs/athena.mit.edu/user/s/o/sontag/www/BE180.


Back to Programming concepts page: BE.180:Programming