From this worksheet, I learned more about what Python is, how it works, and a very basic understanding of how to use it. I would like to learn more about the different commands you can use and how to use them.
I worked with Artemis on this worksheet. From this worksheet, I learned more about how Python actually works and different ways to code things. I still don't fully understand what all of the commands are and I would like to learn more about identifying mistakes.
My idea for the digital project is a display with the weather in San Francisco. I will use the Feather ESP32 microcontroller for this project. I think it will be standalone, because I don't really know how to incorporate it into my speaker.
Gist Link: https://gist.github.com/26stellaluongo/162f7cb529c4f25ac6e7f3a29b215a98.js
My microcontroller displays the weather in San Francisco, specifically in my neighborhood/zip code. It uses purple text for the display and updates very frequently to be as accurate as possible.
During this process, I learned a lot about what you can and can't do while writing and testing code. I struggled a lot with getting my code to actually work and run correctly. I also saved some files in incorrect places which made things more difficult.