项目作者: SherifNasrat

项目描述 :
Findings from stackoverflow 2013 to 2019 survey results.
高级语言: Jupyter Notebook
项目地址: git://github.com/SherifNasrat/stackoverflow.git
创建时间: 2019-08-05T15:12:44Z
项目社区:https://github.com/SherifNasrat/stackoverflow

开源协议:

下载


Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

" class="reference-link">Installation

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.*.

" class="reference-link">Project Motivation

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.

" class="reference-link">File Descriptions

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.

" class="reference-link">Results

The main findings of the code can be found at the post available @SherifNasrat/one-programming-language-to-rule-them-all-a31d2ac9a526">here.

" class="reference-link">Licensing, Authors, Acknowledgements

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!