A Walnut Koozie

Make a Koozie he said. It’ll be cool he said. But would it be easy? After seeing the straight walled lidded box I made, my son suggested making a Walnut Drink Koozie.  It would be a hit with his forester and logger friends.  How hard could it be?  Well for a beginner like me,...

Continue reading

A simple Python Web Scraper (1)

Learning a little Python code and web scraping principles, I wrote this little web scraper. Python is known for its plethora of code libraries and this code utilizes the BeautifulSoup library to understand the HTML code of a target page. Besides the BeautifulSoup library, it uses the Selenium library web driver and Google’s Chromedriver.exe...

Continue reading