*Pandas
*Numpy
*scikit-learn
*matplot
*seaborn
You can download data from here : https://www.kaggle.com/stackoverflow/so-survey-2017
Stack Overflow conducts a massive survey of people on the site, covering all sorts of information like programming languages, salary, code style and various other information.They amassed more than 64,000 responses fielded from 213 countries.
I try to build a model to predict the salary(target) depending on many features and find relations between different features and how they can affect each other.
I have many questions about the data and i tried to answer some of them in my code file like :
*Are all developers studied computer science before?
*What's top 5 famous programing language in every count?
*What about the job satisfaction in every developer field?
*How developers think about learning new things?