For this project, I explored the 2019 Stack Overflow Developer Survey, to gain some insights regarding the satisfaction level and salary trends among software developers.
My analysis revolved around the following questions:
-
Which country has the highest job satisfaction for developers?
-
Is there any variation in satisfaction rate between developers with an undergraduate degree in IT field vs non-IT field?
-
Does the organization size impact the satisfaction level of employees?
-
Do developers who contribute to open source projects have higher salaries?
For this project, I'm using the 2019 Stack Overflow Annual Developer Survey, which can be found here, in the link 'Download Full Data Set (CSV) under the '2019' header.
In my case I stored the csv file in my Google Drive and accessed it as shown in the notebook through Google Colab.
Jupyter Notebook - The full data exploration is contained in the notebook Stack-Overflow-Survey-Analysis.ipynb in this github repository.
Blog - I have also written an article in medium which can be accessed here.
Google colab, Google Drive (to store the csv), Python and its libraries(Data Analysis), Medium (to write a blog post)
Stack Overflow and Stack Exchange, Inc.- for making their yearly developer survey public
Udacity - For the guidance and motivation to write my first data science blog post.