• Building a Python Web Scraping Project with AWS DocumentDB and Cloud9

    In today’s data-driven world, web scraping has become an essential technique for extracting valuable information from websites. In this blog post, we will explore a Python-based web scraping project that collects baseball player data from an ESPN MLB stats website. We’ll also dive into how we leveraged AWS DocumentDB for data storage and utilized Cloud9…

    Read More

  • Python + Anki

    I’ve always been a huge fan of notecards. Ever since I had to memorize the 27 amendments to the constitution in 8th grade I’ve understood the power of “spaced repetition”. I’ve tried online solutions before like Quizlet but nothing felt quite as natural to me as the real index cards in my hand. Only problem…

    Read More

  • Python + Excel

    This week I was tasked with testing a long list of items that came my way in a huge Excel file. I have access to an API that gives me a huge JSON response of which I needed some of the data output in a nice format below the CSV cell. After manually pasting the…

    Read More