This repository analyzes data from the 2022 Stack Overflow Developer Survey.
Some topics covered are:
- Do hobby programmers make more money?
- Which programming languages earn the biggest salaries?
- How does education affect the programmer's salary?
- How often do programmers visit Stack Overflow?
The survey data isn't included out of the box due to its size. You can download the survey CSV file by clicking on this link. After unzipping the folder, move the survey_results_public.csv file to the repository folder.
In order to use this repository, you first need to install the required libraries. Move (cd) to the project folder and run the following command: pip install -r requirements.txt