Project Euler Dataset
Posted: Fri Jul 28, 2023 10:17 pm
Hello all,
I have created a dataset for all the Project Euler archived problems, which includes the title, subtitle, content, html_content, release_date, solved_by_count, and difficulty. The content includes MathJax equations and images, which can be viewed in a Jupyter notebook or other html-viewer.
The dataset on Kaggle is available here: https://github.com/Gendo90/Project-Euler-Dataset
And the scraping method used to get the dataset is available in my repository here: https://github.com/Gendo90/Project-Eule ... aper.ipynb
The EDA notebook is available here:
https://www.kaggle.com/code/patrickgend ... -euler-eda
I really appreciate this website - I am a self-taught software developer, and like how these problems build and give me more exposure to mathematics and the limitations of computers, as well as some of the tricks to get around those limitations and solve problems. The difficulty level can go very high, so I plan on working on these problems and improving my computer and problem solving skills for many years to come!
Thanks!
I have created a dataset for all the Project Euler archived problems, which includes the title, subtitle, content, html_content, release_date, solved_by_count, and difficulty. The content includes MathJax equations and images, which can be viewed in a Jupyter notebook or other html-viewer.
The dataset on Kaggle is available here: https://github.com/Gendo90/Project-Euler-Dataset
And the scraping method used to get the dataset is available in my repository here: https://github.com/Gendo90/Project-Eule ... aper.ipynb
The EDA notebook is available here:
https://www.kaggle.com/code/patrickgend ... -euler-eda
I really appreciate this website - I am a self-taught software developer, and like how these problems build and give me more exposure to mathematics and the limitations of computers, as well as some of the tricks to get around those limitations and solve problems. The difficulty level can go very high, so I plan on working on these problems and improving my computer and problem solving skills for many years to come!
Thanks!