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 thencdinto 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. *
- Lists (due Tuesday, 11/30/21)
- Dictionaries (due Wednesday, 12/1/21)
- Watch - Python Dictionaries
- Complete Form
- Collections & Loops (due Thursday, 12/2/21)
- Watch
- For Loops
- While Loops - Complete Form
- Watch
- For Loops
- Game Logic (due Friday, 12/3/21)
- Optional Watch
- Tic Tac Toe Game - Complete Form
- Optional Watch
🦉 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 notebookto open the notebooks.