CS 200 - Fall 2024. 9/9/2024
[Home]
Welcome to CS 200!
Video of the Day
Python: Strings from Socratica
Python: Numbers from Socratica
Logical problem of the day
A father is 21 years older than his child. In exactly 6 years from
now, the father will be exactly 5 times as old as the child.
Where's the mother?
https://pollev.com/slade
You may also download the app to your phone. Use the "slade" poll id.
Canvas Quiz of the Day (need daily password)
Most days, there will be a simple canvas quiz related to the lecture.
You need a password to activate the quiz, which I will provide in class.
These quizzes will count toward your class participation grade.
The quiz is available only during class.
Click for today's quiz.
Note: the collaboration quiz is separate. It coincides with the first homework assignment.
Lecture 3: Python.
Administrivia
From the Yale College Dean's Office:
I am available for lunch on Mondays at noon at Franklin College Dining Hall.
I have office hours Wednesdays from 4-6 pm, on zoom, id 459 434 2854.
ULA office hours are found at in Ed Discussions.
If you're thinking of taking
CPSC 200, please do the following.
Complete
this online Student Information form.
Get a course account for CPSC 200 on the Zoo. When you register for
this class, your course account should be created within one hour or
so of signing up.
Start the reading assignment:
[Assignments]. Demo hw0.py hw1 is available.
Familiarize yourself with the Zoo computers
using the above instructions for ssh.
(Optional.) Download and install Python on your computer
(Python)
and familiarize yourself with it.
If you don't want to install and run Python on your machine,
you may run it in person or remotely using your Zoo account.
Getting to know Python
Introduction.html (jupyter) Python - Syntax vs Runtime errors.
Strings.html (jupyter) Python
Lists.html (jupyter) Python
Getting to know UNIX
UNIX Introduction Principle 1 - man / JCL
[Home]