https://github.com/bpkaur/exploring-the-evolution-of-linux
This project explores the evolution of the Linux kernel by finding top 10 contributors and visualization of commits over the years.
https://github.com/bpkaur/exploring-the-evolution-of-linux
data-analysis data-science datacamp ipynb-jupyter-notebook python3
Last synced: 3 months ago
JSON representation
This project explores the evolution of the Linux kernel by finding top 10 contributors and visualization of commits over the years.
- Host: GitHub
- URL: https://github.com/bpkaur/exploring-the-evolution-of-linux
- Owner: bpkaur
- License: mit
- Created: 2018-06-06T03:24:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T21:39:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T17:09:52.359Z (over 1 year ago)
- Topics: data-analysis, data-science, datacamp, ipynb-jupyter-notebook, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Exploring the evolution of Linux:
Linus Torvalds (the creator of Linux kernel) created a mirror of the Linux repository on GitHub. It contains the complete history of kernel development for the last 13 years. For this project git log file has been used for the data analysis. This project explores the evolution of the Linux kernel by finding top 10 contributors and visualization of commits over the years.