An open API service indexing awesome lists of open source software.

https://github.com/londheshubham153/write-a-data-science-blog-post

Udacity Data Scientist Nanodegree Project
https://github.com/londheshubham153/write-a-data-science-blog-post

Last synced: 9 days ago
JSON representation

Udacity Data Scientist Nanodegree Project

Awesome Lists containing this project

README

        

# Write a Data Science blog post
Udacity Data Scientist Nanodegree Project.

### Table of Contents

1. [Installation](#installation)
2. [Project Motivation](#motivation)
3. [File Description](#files)
4. [Results](#results)
5. [Licensing, Authors, and Acknowledgements](#licensing)

## 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 2017 and 2018 Annual Developer Survey and put in specific folders. You can find the data to download [here](https://insights.stackoverflow.com/survey).

To move the downloaded files to the specific folder, you can execute.

1. Stackoverflow’s 2017 data
` mv survey_results_public.csv Write-a-Data-Science-Blog-Post/survey_results_public2017.csv `

2. Stackoverflow’s 2018 data
` mv survey_results_public.csv Write-a-Data-Science-Blog-Post/survey_results_public2018.csv `

## Project Motivation

This is an Udacity Nanodegree project.I was interested in using Stackoverflow Developer Survey Data to better understand:
1. What are the most used programming languages in India?
2. What are the most wanted programming languages in India?
3. How does programming languages used at work relates with programming languages people want to learn?

## File Description

**programming_data_analysis.ipynb**: Notebook containing the data analysis.
**survey_results_public2017.csv**: Stackoverflow's 2017 Annual Developer Survey data.
**survey_results_public2018.csv**: Stackoverflow's 2018 Annual Developer Survey data.

## Results
The main findings of the code can be found at the post available [here](https://medium.com/@trainwithshubham/what-does-indian-programmers-want-a45290a5295)

## 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](https://insights.stackoverflow.com/survey).