Perfect Memory Game – Python

The other day, I had a peer of mine send me a message asking me “What programming language should I use for [x]?” After inquiring further, it turned out that this student was analyzing the mathematics behind the classic “memory game”. For those unfamiliar with this game, essentially it follows that there are a number…

Social Network Graphing with Python

I recently spent some more time learning about Python as I am interested in its versatility and many applications. After learning some new content, including how to scrape HTML data off of a website, I asked my mom if she had any web-crawling tasks or ideas for me. She is currently designing her professional website…

Python Certificate Creation – ESF CoCo

Another task that was going to be tedious for my team organizing the ESF Computing Conference, as I mention in this post, was that we needed to give certificates of participation to all of the students who attended the conference. Since there will likely be over 100 students, writing out all of their names would…