Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.1 KB

____ chess ____ ?

I'm a below average chess player, with above average enthusiasm about chess.

The 2 goals of this project are:

  1. To answer interesting questions chess related questions.
  2. To practice and improve my python programming skills.

To address these, I use python to analyse chess.com data and answer the following question.

Question Blog Jupyter Notebook
How has The Queen's Gambit impacted the popularity of online chess? blog jnb

Repository structure

Data wrangling and plotting code is found in the jupyter notebooks and longer, API-querying jobs are located in scripts.

Acknowledgements

This analysis is made possible thanks to chess.com's API and the accompanying python wrapper.