Skip to content

Commit ec27047

Browse files
Note about freakin resilience. It's becoming more and more common that students get overwhelemed by the slightest extensions to previously-seen problems.
1 parent abb766f commit ec27047

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_courses/comp151/s25.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ types and encoding, variables and scope, array and list data
4545
structures, if statements and conditional execution, loops and
4646
iteration, functions, and object types.
4747

48+
**This course does NOT just teach Python. The real world doesn't just
49+
give you minor variants of problems you've already seen. This course
50+
teaches you how to turn messy problems into structured solutions --
51+
even when you're unsure at first. My job this semester is to build
52+
your resilience and ability to handle that kind of uncertainty.**
53+
4854
Goals:
4955
1. Learn what computer science is
5056
2. Get excited about programming

0 commit comments

Comments
 (0)