Skip to content

burakaytan/Write-a-Data-Science-Blog-Post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Write-a-Data-Science-Blog-Post

Udacity Data Scientist Nanodegree Project.

Table of Contents

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

Installation

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.

Project Motivation

This is an Udacity Nanodegree project.I was interested in using Stackoverflow Developer Survey Data to better understand:

  1. What is the most preferred IDE in 2018 and 2019?
  2. What is the most preferred programming language in 2018 and 2019?
  3. What is the most preferred IDE in 15 countries participating in the survey and what is its change over the years?

File Description

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.

Results

The main findings of the code can be found at the post available here

Licensing, Authors, Acknowledgements

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published