Momentum logo
PT Team 3 Classroom

Working With Data Python

Posted on Nov 26th, 2021

🎯 This week’s topics

  • Lists
  • Tuples
  • Dictionaries
  • Loops
  • Conditionals
  • Functions

🔖 Assignments for the Upcoming Week

  • We will be working on the Mystery Word assignment all week. The Suggested Approach section breaks the assignment down into smaller chunks, but you are not obligated to approach the assignment that way.

  • Once you have accepted the assignment, run git clone <url> and then cd into the directory to work on it locally.

  • Each class, you will fill out a short entrance ticket to indicate where you are, and you will be grouped with people in a similar place on the assignment. *

  1. Lists (due Tuesday, 11/30/21)
  2. Dictionaries (due Wednesday, 12/1/21)
  3. Collections & Loops (due Thursday, 12/2/21)
  4. Game Logic (due Friday, 12/3/21)

🦉 Notes

🐍 🆕 Python Notebooks: The Prequel 🆕 🐍

  • Consolidated summary of concepts described in detail in the Python Notebooks has been added to the class notes repository.

🐍 📒 Python Notebooks 📒 🐍

  • Make a directory to hold your Python Notebooks
  • Clone the repository here into that directory:
    git clone <url of notebooks> .
  • These notebooks are a written resource for the Python concepts we will learn, like an interactive textbook.
  • From inside the directory in the terminal, run jupyter notebook to open the notebooks.
Tags: phase-1 python

Back to home