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¶
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 | |||||
Mon 06/23 | LEC 01 Welcome to CSE 160! | ||||
23 Jun HW 0 27 Jun, 11:59 pm Homework 0 | P 1 26 Jun, 11:59 pm Check-in #0 About you Survey | ||||
Wed 06/25 | LEC 02 Variables & Expressions | ||||
Thu 06/26 | SEC 01 Intro to Python | ||||
P 2 27 Jun, 11:59 pm Written Check-in #1 | |||||
Fri 06/27 | LEC 03 Loops | ||||
27 Jun HW 1 06 Jul, 11:59 pm Homework 1 | |||||
Week 2 | |||||
Mon 06/30 | LEC 04 Nested Loops | ||||
30 Jun W 1 04 Jul, 11:59 pm Coding Practice #1 | |||||
Wed 07/02 | LEC 05 Conditionals | ||||
Thu 07/03 | SEC 02 Loops + If Statements | ||||
P 3 05 Jul, 11:59 pm Written Check-in #2 | |||||
Fri 07/04 | HOLIDAY Holiday | ||||
Week 3 | |||||
Mon 07/07 | LEC 06 Functions | ||||
06 Jul HW 2 14 Jul, 11:59 pm Homework 2 | 07 Jul W 2 11 Jul, 11:59 pm Coding Practice #2 | ||||
Wed 07/09 | LEC 07 Lists | ||||
Thu 07/10 | SEC 03 Functions | ||||
P 4 11 Jul, 11:59 pm Written Check-in #3 | |||||
Fri 07/11 | LEC 08 Nested Lists | ||||
Week 4 | |||||
Mon 07/14 | LEC 09 File I/O | ||||
14 Jul HW 3 21 Jul, 11:59 pm Homework 3 | 14 Jul W 3 18 Jul, 11:59 pm Coding Practice #3 | ||||
Wed 07/16 | LEC 10 Dictionaries | ||||
Thu 07/17 | SEC 04 Lists and Nested Lists | ||||
P 5 18 Jul, 11:59 pm Written Check-in #4 | |||||
Fri 07/18 | LEC 11 Dictionaries (cont.) | ||||
Week 5 | |||||
Mon 07/21 | LEC 12 Midterm Review | ||||
21 Jul HW 4 05 Aug, 11:59 pm Homework 4 | 21 Jul W 4 25 Jul, 11:59 pm Coding Practice #4 | ||||
Wed 07/23 | LEC 13 Midterm | ||||
Thu 07/24 | SEC 05 Sets and File I/O | ||||
P 6 25 Jul, 11:59 pm Written Check-in #5 | |||||
Fri 07/25 | LEC 14 Sets | ||||
Week 6 | |||||
Mon 07/28 | LEC 15 Tuples and Sorting | ||||
28 Jul W 5 01 Aug, 11:59 pm Coding Practice #5 | |||||
Wed 07/30 | LEC 16 Testing/Debugging | ||||
Thu 07/31 | SEC 06 Dictionaries | ||||
P 7 01 Aug, 11:59 pm Written Check-in #6 | |||||
Fri 08/01 | LEC 17 Sharing and Mutability | ||||
Week 7 | |||||
Mon 08/04 | LEC 18 Visualization | ||||
04 Aug W 6 08 Aug, 11:59 pm Coding Practice #6 | |||||
Wed 08/06 | LEC 19 Classes | ||||
05 Aug HW 5 20 Aug, 11:59 pm Homework 5 | |||||
Thu 08/07 | SEC 07 Nested Structures | ||||
P 8 08 Aug, 11:59 pm Written Check-in #7 | |||||
Fri 08/08 | LEC 20 Classes (cont.) | ||||
Week 8 | |||||
Mon 08/11 | LEC 21 CSV DictReader | ||||
11 Aug W 7 15 Aug, 11:59 pm Coding Practice #7 | |||||
Wed 08/13 | LEC 22 List Comprehensions | ||||
Thu 08/14 | SEC 08 CSV DictReader | ||||
P 9 15 Aug, 11:59 pm Written Check-in #8 | |||||
Fri 08/15 | LEC 23 Cool Bonus Python | ||||
Week 9 | |||||
Mon 08/18 | LEC 24 Intro to Pandas | ||||
Wed 08/20 | LEC 25 Final Review | ||||
Thu 08/21 | SEC 09 Classes | ||||
P 10 22 Aug, 11:59 pm Written Check-in #9 | |||||
Fri 08/22 | LEC 26 Final Exam | ||||