This project provides a simple and effective way to visualize the data related to the courses offered on CertifyMaster.
Go to file
2024-10-26 02:07:33 +03:00
Datavisi.py Upload files to "/" 2024-10-26 02:07:33 +03:00
README.md Upload files to "/" 2024-10-26 02:07:33 +03:00
Ask

CertifyMaster Data Visualization

This project provides a simple and effective way to visualize the data related to the courses offered on CertifyMaster.

Overview

CertifyMaster is an educational platform that offers a variety of free courses across multiple categories, including General, Security, and Databases. This project leverages Matplotlib to create insightful visual representations of course data, making it easier for users to understand course distribution by category, expiration type, and provider.

Untitled

Features

  • Bar Chart: Displays the number of free courses available in each category.
  • Pie Chart: Illustrates the distribution of courses by expiration type (Unknown, Unlimited, Limited Time).
  • Horizontal Bar Chart: Shows the number of courses offered by top providers (Cisco, RedHat, Google, AWS, and Others).

Requirements

To run this visualization, you will need:

  • Python 3.x
  • Matplotlib
  • NumPy

You can install the required packages using pip:

pip install matplotlib numpy