Digital Project
Digital Project
image of a real python!
Worksheet 1 (4/1):
Link to python exercises worksheet 1: https://docs.google.com/document/d/1JuLhLkn4AteKumF0v08C-VFGfIRn2-s6JyJd6ZRgjrU/edit?tab=t.0
From this worksheet, I learned if/else statements and how to incorporate and/or into those statements. I want to know more about some different variable types and new functions.
Worksheet 2 (4/3):
Link to python exercises worksheet 2: https://docs.google.com/document/d/1re8LRtYH3tj_BRkv4_8D53EDjbX6A59Ef2PMgPrqDmk/edit?tab=t.0
From this worksheet, I learned about for loops and dictionaries, as well as indexing. I want to know more about how more complex loops and lists work.
My digital project plan (4/11):
My idea for the digital project is to print the wait time for the muni that I take to school in the mornings, the J Church. I will use the microcontroller screen to do this. The project will be part of my speaker; it will be on the back of my camera.
Final Digital Project Documentation (6/02):
Link to GitHub Gist: https://gist.github.com/27lucyjameson/e089ba3cbd546f7457bba0660077bf05
With my digital project, I coded the screen to print how long the wait is from my stop for the train that I take to school in the mornings (the J Church). During this process, sometimes it was difficult to figure out why my code wasn't printing, and sometimes I didn't know how to read the example code to change it to apply to my project. I learned how to use GitHub and how to code a microcontroller to do different things. I also learned the basics of Python.