Github.io and Web Dev of the Past

Github.io and Web Dev of the Past

So, technically this is part of the 100 Days of Python I have been writing about here, Days 41-44 were an "Intro to Web Development" piece, to give students a basic idea of how web pages are structured in order to give them the ability to better work Beautiful Soup in later projects.  More on Beautiful Soup on the actual "100 Days of Code Part 5" though. Now, I'm already, pretty good at Web Development. I won't say I am "professional level" (hellooooo Imposter Syndrome), but I'm pretty good and I've done actual web dev work for some small projects…
Python Logo

100 Days of Python, Projects 32-40 #100DaysofCode

Things are ramping up a bit again here.  Now we get all sorts of fancy API calls for real time data.  This will definitely be useful for later personal projects, along with the email notifications.  I will probably be running dozens of scripts on a Pi or my web server by this time next year.  This is the sort of stuff I really dig, keeping notice of what's going on with things. As usual, my Github Repository for all this code is here. Day 32 - Sendmail (Birthday and Quote Email-er) So, I am sure on some level, I was…