This repository contains all projects completed during the course
This code runs with Python version 3.* and requires some libraries, to install theses libraries you will need to execute:
pip install pandaspip install numpypip install matplotlibpip install glob2
You will need to download Stackoverflow’s 2019 Annual Developer Survey and put in specific folders. You can find the data to download here.
This is an Udacity Nanodegree project. I picked Stackoverflow Developer Survey 2019 Data to find answer to below questions:
1. Which Programming Language is the most voted by developers in the world in 2019 2. Which Programming Language is the most voted by developers in India in 2019 3. Which development platform is the most popular among developers in the world in 2019 4. Which development platform is the most popular among developers in India in 2019
Notebook containing the data analysis.
Stackoverflow's 2019 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.