Description
Policies
Textbook information
Python resources
Schedule
Assignments
Exams
GoPost Discussion Board
CSE 415: Introduction to Artificial Intelligence
The University of Washington, Seattle, Autumn 2010
Regular Meetings: Mondays, Wednesdays, and Fridays, 2:30-3:20, in MGH 231.
Instructor: Steve Tanimoto (Office Hours: Mondays and Fridays 10:30-11:30 in CSE 638). Email: t a n i m o t o (at) c s (dot) w a s h i n g t o n (dot) e d u
Teaching Assistant: David Broderick (Office Hours: Wednesdays and Thursdays 10:30-11:30 in CSE 216). Email: d b r o d e r (at) c s (dot) w a s h i n g t o n (dot) e d u
Announcements:
 
Welcome to CSE 415! This quarter, we will be using the Python programming language. Python has been gaining popularity for a variety of different kinds of programming, including artificial intelligence programming. Many programmers like its simple syntax based in part on indentation rather than the use of parentheses. Like the traditional AI language Lisp, Python provides good support for list processing, functional programming, automatic memory management, and interactive development. The leading versions of Python at this time are 2.6, 2.7, and 3.1. We will be primarily using Python 2.6 or 2.7. Note that versions 3.0, 3.1, and 3.2 are not backwards compatible with the others. High-quality Python tools are freely available on the World Wide Web. Students taking CSE 415 do not need to have any prior experience with Python. The course will cover the essentials of Python during the first week.