Nobel laureates tallied against their academic affiliations. Scraped from Wikipedia, totaled by a Python script.
Data · Research
The Universities with the Most Nobel Prizes
By Aron Frishberg
Heading off to the University of Chicago, I kept hearing that UChicago had a crazy amount of Nobel Prizes. As an amateur data scientist, I decided I needed to put this to the test.
Using Python, I coded a program that scraped a list of all Nobel Prize winners from Wikipedia, and then scrape each laureate's wikipedia page to find their academic affiliations (including alma matters and institutions where they've worked). I then created this page, which allows for analysis of the data. This includes filters to allow for specific prize categories, specific time periods and restricting the type of academic affiliation.
Chess‑Analytica, an open-source Python library published on GitHub.
Chess · Open Source
Chess-Analytica: A Library of One's Own
By Aron Frishberg
This idea began a while ago when I coded a project I called "Not Stockfish". Stockfish is currently the best chess engine in the world, and plays essentially flawlessly. On the other hand, I'm barely breaking 900 elo on chess.com, so I thought it would be interesting to create an engine that ran off of my moves.
Over the course of the next week or so, I ended up doing just that. It involved interfacing with the chess.com API, and a bunch of work.
I've always wanted to create an open source library of my own and so a few months later, I had the idea of creating a Python library that made chess analytics way easier (by making both scraping and analysis simpler). That is the story of how chess-analytica began.