Programming Languages Popularity

Overview:

This analysis explores the popularity of programming languages based on the number of questions posted on StackOverflow between 2008 and 2020. The analysis tracks trends in programming languages by examining post counts, revealing shifts in developer preferences over time.

Screenshots

Key Features:

1. Reading and Processing Data:

The analysis starts by reading a CSV file with pandas, containing data on programming languages and the number of posts from StackOverflow between 2008 and 2020.

2. Data Cleaning:

Noise and irrelevant data points are cleaned, ensuring the results focus on relevant programming languages.

3. Popularity Calculation:

The total number of posts per language is calculated to show each language’s popularity over time.

4. Smoothing and Visualization:

Data is smoothened to remove noise, and matplotlib is used to graph trends, providing a clear visual representation of programming language popularity.

Category:

, ,

Tags:

Links:

Leave a comment