Welcome to CSE 160: Data Programming! 🎉
What is this class? What will I learn?
The world has become data-driven. Domain scientists and industry increasingly rely on data analysis to drive innovation and discovery; this reliance on data is not only restricted to science or business, but also is crucial to those in government, public policy, and those wanting to be informed citizens. As the size of data continues to grow, everyone will need to use powerful tools to work with that data.
CSE 160 is an introductory programming class that meets this need. You will learn to write small programs in Python to solve real-world problems in science, engineering, business, and other fields. This will be useful in your classes, research, and jobs.
In this course:
- You will learn computational problem-solving. If given a data source and problem description, you will be able to write a complete, useful program to solve the problem.
- You will learn Python, a popular and general-purpose programming languages that includes libraries for data manipulation, scientific computing, and visualization.
- Assignments will use real datasets from fields such as biology, government, social networks, and more.
Prerequisites and Expectations
There are no prerequisites to this course other than high school math. We assume that you are familiar with basic computer usage (running applications, editing documents, etc).
This course does not assume any previous programming experience. If you have taken CSE 143, 123, or any 300-level CSE class, you will not receive credit for taking CSE 160. For those who have taken CSE 142, 122 or have had some experience with programming, CSE 163 may be a better class choice.
Feedback
Feedback is always welcome! You can contact the the course staff or submit anonymous feedback.
Registration
Do not email the course staff or instructor requesting an add-code for the course. The course staff do not have any add-codes. Please email ugrad-advisor@cs.washington.edu.
Announcements¶
Nov 22 Homework 6 Released
Our final homework, Homework 6, has been released and is due 11:59pm on Friday, 12/06. This homework is intended to give you slightly closer to “real world” experience by starting with a nearly-empty starting file.
The best way to get help for the projects is through Ed or Office Hours! Please do not hesitate to ask if you’re stuck on something, because chances are somebody else will be too, and now they can be helped by your thread!
Nov 12 Homework 5 Release
Our next homework, Homework 5, has been released. This homework has been broken into two parts:
- Part one is due 11:59pm on Monday, November 18.
- Part two is due 11:59pm on Monday, November 25
The best way to get help for the projects is through Ed or Office Hours! Please do not hesitate to ask if you’re stuck on something, because chances are somebody else will be too, and now they can be helped by your thread!
Oct 18 Homework 4 Release
Our next homework, Homework 4, has been released. This homework has been broken into two parts. Part one is due 11:59pm on Monday, Oct 28. Part two is due 11:59pm on Friday, Nov 8.
The best way to get help for the projects is through Ed or Office Hours! Please do not hesitate to ask if you’re stuck on something, because chances are somebody else will be too, and now they can be helped by your thread!
Calendar¶
Info
This is a rough sketch of the quarter and things are subject to change. We can accurately predict the past, but predicting the future is hard!
Topic | Homeworks | Practice | Check-In | ||
---|---|---|---|---|---|
Week 1 - Python Fundamentals | |||||
Mon 09/23 | HOLIDAY Summer Break | ||||
Wed 09/25 | LEC 01 Intro to CSE 160 and Python | ||||
25 Sep HW 0 30 Sep, 11:59 pm Homework 0 | 25 Sep W 1 04 Oct, 11:59 pm Coding Practice #1 | P 1 30 Sep, 11:59 pm Check-in #0 About you Survey | |||
Thu 09/26 | SEC 01 Intro to Python in-class: gslides | ||||
Fri 09/27 | LEC 02 Intro to Python/Loops | ||||
Week 2 - Loops and Ifs | |||||
Mon 09/30 | LEC 03 Loops | ||||
30 Sep HW 1 04 Oct, 11:59 pm Homework 1 | |||||
Wed 10/02 | LEC 04 Nested Loops & Intro If | ||||
P 2 03 Oct, 11:59 pm Check-in #1 | |||||
Thu 10/03 | SEC 02 Loops + If Statements | ||||
Fri 10/04 | LEC 05 Nested Loops & If Statements | ||||
04 Oct HW 2 11 Oct, 11:59 pm Homework 2 | 04 Oct W 2 11 Oct, 11:59 pm Coding Practice #2 | ||||
Week 3 - Functions | |||||
Mon 10/07 | LEC 06 Functions | ||||
Wed 10/09 | LEC 07 Functions (con't) | ||||
P 3 10 Oct, 11:59 pm Check-in #2 | |||||
Thu 10/10 | SEC 03 Functions | ||||
Fri 10/11 | LEC 08 Lists | ||||
11 Oct HW 3 18 Oct, 11:59 pm Homework 3 | 11 Oct W 3 18 Oct, 11:59 pm Coding Practice #3 | ||||
Week 4 | |||||
Mon 10/14 | LEC 09 Nested Lists | ||||
Wed 10/16 | LEC 10 Debugging practice and File I/O (briefly) | ||||
P 4 17 Oct, 11:59 pm Check-in #3 | |||||
Thu 10/17 | SEC 04 Lists & File IO | ||||
Fri 10/18 | LEC 11 Sharing + Mutability | ||||
18 Oct HW 4 28 Oct, 11:59 pm Homework 4 - Part 1 | 18 Oct W 4 25 Oct, 11:59 pm Coding Practice #4 | ||||
Week 5 - Dictionaries and Nested Structures | |||||
Mon 10/21 | LEC 12 Mutability (con't) & Dictionaries | ||||
Wed 10/23 | LEC 13 Nested Dictionaries | ||||
P 5 24 Oct, 11:59 pm Check-in #4 | |||||
Thu 10/24 | SEC 05 Dictionaries | ||||
Fri 10/25 | LEC 14 Sets & Tuples | ||||
25 Oct W 5 01 Nov, 11:59 pm Coding Practice #5 | |||||
Week 6 - Midterm | |||||
Mon 10/28 | LEC 15 Midterm Review | ||||
28 Oct HW 5 08 Nov, 11:59 pm Homework 4 - Part 2 | |||||
Wed 10/30 | EXAM Midterm resources: Website | ||||
P 6 31 Oct, 11:59 pm Check-in #5 | |||||
Thu 10/31 | SEC 06 Sets & Nested Structures | ||||
Fri 11/01 | LEC 17 Modules & Debugging | ||||
01 Nov W 6 08 Nov, 11:59 pm Coding Practice #6 | |||||
Week 7 - Graphs and Sorting | |||||
Mon 11/04 | LEC 18 Debugging (con't) | ||||
Wed 11/06 | LEC 19 Sorting | ||||
P 7 07 Nov, 11:59 pm Check-in #6 | |||||
Thu 11/07 | SEC 07 Tuples, Itemgetter, and Sorting | ||||
Fri 11/08 | LEC 20 Sorting (review + con't) | ||||
08 Nov HW 6 18 Nov, 11:59 pm Homework 5 - Part 1 | 08 Nov W 7 15 Nov, 11:59 pm Coding Practice #7 | ||||
Week 8 - Testing and Debugging | |||||
Mon 11/11 | HOLIDAY Veterans Day | ||||
Wed 11/13 | LEC 21 Graphs, Testing + Debugging | ||||
P 8 14 Nov, 11:59 pm Check-in #7 | |||||
Thu 11/14 | SEC 08 Testing | ||||
Fri 11/15 | LEC 22 Good Programming Practice | ||||
Week 9 - Classes | |||||
Mon 11/18 | LEC 23 Good Programming Practice (con't) | ||||
18 Nov HW 7 25 Nov, 11:59 pm Homework 5 - Part 2 | |||||
Wed 11/20 | LEC 24 Classes | ||||
19 Nov W 8 27 Nov, 11:59 pm Coding Practice #8 | P 9 21 Nov, 11:59 pm Check-in #8 | ||||
Thu 11/21 | SEC 09 Classes and Visualization | ||||
Fri 11/22 | LEC 25 Classes (con't) | ||||
Week 10 | |||||
Mon 11/25 | LEC 26 Visualization | ||||
25 Nov HW 8 06 Dec, 11:59 pm Homework 6 | |||||
Wed 11/27 | LEC 27 CSVDictReader + List Comprehensions | ||||
Thu 11/28 | HOLIDAY Thanksgiving | ||||
Fri 11/29 | HOLIDAY Native American Heritage Day | ||||
Week 11 - Final Review | |||||
Mon 12/02 | LEC 28 HW6 | ||||
Wed 12/04 | LEC 29 More Python + What's Next in-class: slides resources: recording Course Eval | ||||
Thu 12/05 | SEC 10 Final Review & OH | ||||
Fri 12/06 | LEC 30 Final Review resources: recording | ||||
Finals Week | |||||
Mon 12/09 | No class | ||||
Wed 12/11 | EXAM Final Exam | ||||