Skip to content

A data visualization project comparing median salaries by age for Python, JavaScript, and all developers using matplotlib.

Notifications You must be signed in to change notification settings

jennIT20/median-salary-analysis-python-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Median Salary by Age: Python vs JavaScript Developers

This project analyzes the median salaries of Python developers, JavaScript developers, and all developers across different ages, using data visualization. The goal is to compare salary trends and see how different programming languages impact earnings as developers progress in their careers.

Project Overview

In this project, a line graph is created using the matplotlib library to visualize the median salary (in USD) of developers based on their age. The data includes salary information for:

  • Python Developers
  • JavaScript Developers
  • All Developers

The graph displays how the median salary changes with age and how the salaries of Python and JavaScript developers compare to those of all developers.

Features

  • Visualizes median salaries of developers based on age.
  • Compares salary trends for Python and JavaScript developers.
  • Uses Python and matplotlib to generate a line graph for easy comparison.
  • Saves the plot as a PNG image (plot.png).

Installation

  1. Clone this repository:
    git clone https://github.com/YOUR_USERNAME/median-salary-by-age.git
    cd median-salary-by-age

About

A data visualization project comparing median salaries by age for Python, JavaScript, and all developers using matplotlib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published