Udacity Data Scientist Nanodegree Project.
This code runs with Python version 3.* and requires some libraries, to install theses libraries you will need to execute:
pip install -r requirements.txt
You will need to download Stackoverflow’s 2018 and 2019 Annual Developer Survey and put in specific folders. You can find the data to download here.
This is an Udacity Nanodegree project.I was interested in using Stackoverflow Developer Survey Data to better understand:
- What is the most preferred IDE in 2018 and 2019?
- What is the most preferred programming language in 2018 and 2019?
- What is the most preferred IDE in 15 countries participating in the survey and what is its change over the years?
Data Science Blog Post.ipynb: Notebook containing the data analysis.
developer_survey_2019/survey_results_public.csv: Stackoverflow's 2019 Annual Developer Survey data.
developer_survey_2018/survey_results_public.csv: Stackoverflow's 2018 Annual Developer Survey data.
The main findings of the code can be found at the post available here
Must give credit to Stackoverflow for the data. You can find the Licensing for the data and other descriptive information at the Stackoverflow link available here.