Learn practical skills, build real-world projects, and advance your career

Developers Survey Analysis - 2020

The Stack Overflow's Annual Developer Survey was carried all over the world with over 65000 respondents. The data analysis presents the demographic, age, salary, educational qualifications, years of professional experience, working hours and overtime, languages worked with, languages planned to learn in the future, operating system worked with etc.

The dataset for the analysis is available at https://insights.stackoverflow.com/survey/.

project_name = "Developers Survey Analysis - 2020"
#Required Modules for the project 
import os
import pandas as pd
import numpy as np
from collections import Counter
from matplotlib import pyplot as plt
import seaborn as sns
import matplotlib
%matplotlib inline
!pip install jovian --upgrade -q
import jovian