Lesson 1: What can be computed
Outline:
- Introduction to Introduction to Computer Science
- What is Computer Science?
- What can you do after this course?
- Python
print()
and basic operatorsinput()
, functions, and variableseval()
versusint()
orfloat()
- VS Code
- Getting started
- Exercises 1 + 2
- Go over syllabus, course website, etc.
Explore after class:
- An example program:
chaos.py
- Execute
chaos.py
in VS Code - Run with different starting values for
x
- Execute
- Exercises 3 + 4
Want more practice?
- Runestone: Data Types
Reading assignment (to be completed by the next class):
- Zelle chapter 1 (pp. 1-21)
- Assignment #1 (due Thursday at 4pm)