Social media generated art in Python #ThisIsMyClassroom #Programming #STEAM
For the third blog post on this topic I wanted to use Python to generate different pieces of art without relying entirely on the random function. I decided to use the tweepy library, mainly because I had already used it to post content to Twitter but had never investigated how it could be used to read information back from Twitter.
It didn't take long to…