CS 200 - Fall 2024. 10/21/2024


[Home]

Welcome to CS 200!

Video of the Day

Socratica Python videos:

Logical problem of the day

What does the following code do?

x = 'x = {!r};print(x.format(x))';print(x.format(x))

https://pollev.com/slade You may also download the app to your phone. Use the "slade" poll id.

See Quine see also: examples

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.

Lecture 14: Data Structures .

Announcements

  • AI and Inequality Rachel Adams, Monday, October 21, today. 5-6pm, HQ 136. Free, but register on link.

  • Women and Gender Minorities in Computer Science at Yale
    My name is Madelyn and I am one of the co-presidents of Yale Women and Gender Minorities in CS (WGiCS) this year. WGiCS has a lot of resources and upcoming events aimed at helping our community navigate CS.

    I was wondering if you could send this link to your class: https://linktr.ee/wgicsyale to let your students know to join WGiCS's groupme and explore other potential resources.

    Thank you so much,
    Madelyn Mao

  • Technical Resume Workshop Office of Career Strategy, Monday October 28th, 3-4pm.

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

    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]. hw4 is available. hw3: all_wires() should sort its output. simulate has issues: staff solution does not agree with autograder. simulate deductions will not count.

    Mid-semester Feedback

    What is helping your learning in this class? What elements of the class are hindering your learning? What could the instructor change to improve your learning experience in this class? What could you do differently to improve your learning experience in this class?

    Midterm and Grades

    Minimum  34.8
    Median   55.15
    Maximum  59.4
    Mean     52.28
    Std Dev  6.94
      
    Regrade request window open on gradescope through tomorrow at 5pm.

    Data Structures

    DataStructures.html (jupyter) Data Structures

  • Iterators.html
  • Decorators.html
  • Exceptions.html

    Getting to know UNIX

    UNIX Introduction Principle 3.
    [Home]