From the exercises, I learned about how to use "and" and "or" operators. I don't understand why Python allows you to combine floats and integers, but not strings and integers, since both scenarios have two different data types.
For my digital project, I want to make something that uses Spotify's API, but I'm still trying to figure out what exactly I can do. I am going to use the Feather ESP32 microcontroller (the one with the screen), as well as the RTC. My project will be part of my speaker. It is labled "screen" in the photo on the left.
My project displays the title and artist of the song I'm playing on Spotify. The biggest issue in getting this to work is that, for security, Spotify requires authorization that the microcontroller cannot give, and it took a while to figure out how to work around it. My original plan was to also have the light strip indicate the speakers' volume level, but I ran out of time to code it.