Assignment 1: Python Coding Warm-Up#

(Last updated: Feb 10, 2023)

Materials#

Usage#

Follow the steps below to set up the assignment:

  • Have the JupyterLab environment ready.

  • Download the notebook file by clicking on the download icon at the top of the webpage when visiting the notebook pages.

  • Open the notebook file and start doing the assignment.

Follow the steps below to do the assignment:

  • First, for each task, try your best to implement the solution without checking the answer.

  • In the meantime, use the hint in the task description. You can also check the functions that are mentioned in the hint online.

  • Try your best to implement the solution using the functions in the hint. If you still have no clue, check the answer, understand how it works, and implement the solution again by yourself.

  • If there are parts that you do not understand, feel free to ask questions during the work sessions or on Canvas.

Additional Recourses#

Check the pandas API when writing the code. If you have finished the assignment and want to practice more, below are some resources for self-study: