CS 200 - Fall 2024. 9/23/2024


[Home]

Welcome to CS 200!

Video of the Day

Socratica Python videos:

Logical problem of the day

John was born in 2001, but before the attack on the World Trade Center. His sister Mary was born on the same day in 2011. On Mary's 20th birthday, she is exactly twice John's age. Explain.

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 7: Python.

Announcements

  • If you have an upcoming performance or athletic event, I am happy to promote it during class. Just send me a note.

  • The Digital Ethics Center sponsors Director's Fellows research appointments, which pay $3,000 per semester. They collaborate with lots of departments and schools at Yale. The Director is Professor Luciano Floridi. He has his own chat bot: LuFlot, created by students who trained the LLM on Floridi's extensive writings.

  • Yale Information Society Project Free lunch. See "About | Mailing Lists" See ISP email today.

  • Play Wordle with a Robot.
    I'm reaching out from the Inquisitive Robotics Lab at Yale, led by Professor Tesca Fitzgerald. We're conducting a user study on a Human-Robot Interaction and believe it could interest your students in your class. Attached is the study poster for your review.

    Could you help us spread the word to the students in your class who might find this study relevant? Their participation would greatly contribute to our research.

    Thank you for considering this request.

    Best regards,

    Tetsu Kurumisawa
    See flyer

    Administrivia

  • 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.

  • Homework assignments: [Assignments]. hw2 is available. Note: as of 9/23 9:43am, I have updated the tests for counttags. You should get the current version.

    Getting to know Python

    Google foobar challenge.(regarding "Python list comprehensions")

    MapReduce and Hadoop HDFS = Hadoop Distributed File System.

    DictFiles.html (jupyter) Python - Dicts and FIles

    RegExp.html (jupyter) Python - Regular Expressions

    Utilities.html (jupyter) Python - Utilities

    Requests.html (jupyter) Python - Requests - a better way to process web pages, plus Beautiful Soup.

    Getting to know UNIX

    UNIX Introduction Principle 1 - man / JCL
    [Home]