This Streamlit app provides an interactive way to visualize data from various developer surveys, including the Statista Programming Survey, the Stack Overflow Developer Survey, and the JetBrains Developer Ecosystem Survey. Users can select the survey of interest from the sidebar and view the top programming languages according to that survey.
- Statista Programming Survey 2023 Visualization: Shows the popularity of programming languages among 87,585 respondents with a bar chart.
- Stack Overflow Developer Survey Visualization: Displays the top 10 programming languages that developers have worked with in 2023.
- JetBrains Developer Ecosystem Survey 2022 Visualization: Presents the top programming languages from JetBrains' survey, focusing on trends within the developer community.
- Clone this repository or download the app files.
- Install the required Python packages using
pip:
pip install -r requirements.txt- Run the app:
streamlit run streamlit-app.py
- Launch the app as mentioned above.
- Use the sidebar to select the survey you want to visualize.
- Explore the interactive charts that display the survey results.
Or:
- View the app running live with Streamlit here!
- Statista Programming Survey 2023
- Stack Overflow Developer Survey 2023
- JetBrains Developer Ecosystem Survey 2022
For detailed insights and methodology, please visit the respective survey pages linked in the app.
Contributions are welcome! Whether it's a bug report, a feature suggestion, or a pull request, your feedback is valuable. Please feel free to contribute to the improvement of this project.
This project is open-source and available under the MIT License.
Happy Coding! ❤️ 💻