Skip to content

Welcome to Data Visualization in Python — an open-source project for beginners to explore and share Python data visualization scripts!

Notifications You must be signed in to change notification settings

Student-Chapter-CSE/Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Data Visualization in Python

Welcome to Data Visualization in Python — an open-source project for beginners to explore and share Python data visualization scripts! 🐍

This repository is Hacktoberfest-friendly and allows you to contribute your own visualization scripts or notebooks using libraries like matplotlib, seaborn.

🎯 Goal: Build a collaborative collection of simple and beginner-friendly data visualizations in Python.


🌟 Features

  • Beginner-friendly & open for Hacktoberfest 2025 🎃
  • Accepts contributions of all visualization types (line, bar, pie, scatter, heatmap, etc.)
  • Community-driven learning environment

🧰 Tech Stack

  • Language: Python 3.x
  • Libraries: pandas, matplotlib, seaborn, plotly (optional)

🚀 How to Contribute

  1. Fork the repository Data-Visualization

  2. Clone your fork

git clone https://github.com/Student-Chapter-CSE/Data-Visualization.git
  1. Create a new branch
git checkout -b your_branch_name
  1. Add your visualization
  • Place your Python script or Jupyter Notebook in the repository.
  • Add comments explaining your code.
  • Name files clearly, e.g., bar_chart_sales.py or heatmap_scores.ipynb.
  1. Commit and push your changes
git add .
git commit -m "Add my visualization"
git push origin your_branch_name
  1. Open a Pull Request on GitHub ✅

Make sure your contribution is beginner-friendly and well-commented.


About

Welcome to Data Visualization in Python — an open-source project for beginners to explore and share Python data visualization scripts!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10