Findings from stackoverflow 2013 to 2019 survey results.
There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.
For this project, I was interestested in using StackOverflow survey results data from 2013 to 2019 to know which programming languages or technologies that are used the most every year and see how that changes from one year to the next as well as the number of new technologies that emerged over the years.
Helper.py: This file contains helper methods for reading the data from csv files, plotting the charts and so on.
Stackoverflow 2013-2019 Most Used Programming Languge.py: This is the main code used, feel free to use it as you wish.
Stackoverflow 2013-2019 Most Used Programming Languge.ipynb: A juypter notebook with the code and findings.
The main findings of the code can be found at the post available @SherifNasrat/one-programming-language-to-rule-them-all-a31d2ac9a526">here.
Must give credit to Stack Overflow for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available here. Otherwise, feel free to use the code here as you would like!