The code was written in Python 3.10. All the necessary libraries are listed in the requirements.txt file and can be installed using the following command:
pip install -r requirements.txt
.
In this project I was interested in analyzing time trends using Stack Overflow Annual Developer Survey from years 2017 - 2022. Specifically, I was interested in the following questions:
- Which programming languages were the most popular (most used)?
- Which languages were the most loved, dreaded and wanted?
- How did the average developer salary progressed compared to the official inflation readings in certain countries?
This project was made as part of the Udacity's Data Science Nanodegree.
The repository consist of one Jupyter notebook, which was used to load and prepare data as well as to answer the above questions. The code was documented using Markdown cells.
The complete datasets from the Developer Survey were made public by Stack Overflow and can be accessed here under the Open Database License (ODbL). Inflation data was retrieved from The World Bank's website.