Python Exercises 1: 10/28/24
https://docs.google.com/document/d/1iIIEfMWtfLhKIhUt18cI69mmXOcW-zve1W1htMpH980/edit
This worksheet helped me remember how to make really basic code in Python. I still don't quite understand casting.
Python Exercises 2: 11/1/24
https://docs.google.com/document/d/1Tj_2TMCYVXp7Pal5v3flytwbYU8Yk7JBUJnSF1HTXVs/edit?tab=t.0
Although I didn't finish the worksheet (because Stuart and I moved on to other things), I learned a lot about creating lists.
I still don't understand the for loops; I'm not sure when I will end up using them, but if I need them I'll have to learn a bit more about them.
Digital Project Ideation 12/6/24
For my digital project, I am going to make different images scroll across the screen. I am using the Feather ESP32. It's going to be stand-alone, and probably won't have an enclosure.
Final Digital Project 12/15/24
For my digital project, I kept it simple and made it cycle between three different images of pythons. I did this because it was unique and seemed like something I could get done in one class period and still be proud of. I learned that some pictures don't work with the digital project.
https://github.com/LWHSTechnicalArts/AandD_Digital_Project/blob/main/tft_eye.py This is the code that I started with, but i changed some things on Mu so it is a little different.