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.
- Beginner-friendly & open for Hacktoberfest 2025 🎃
- Accepts contributions of all visualization types (line, bar, pie, scatter, heatmap, etc.)
- Community-driven learning environment
- Language: Python 3.x
- Libraries:
pandas,matplotlib,seaborn,plotly(optional)
-
Fork the repository Data-Visualization
-
Clone your fork
git clone https://github.com/Student-Chapter-CSE/Data-Visualization.git- Create a new branch
git checkout -b your_branch_name- 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.pyorheatmap_scores.ipynb.
- Commit and push your changes
git add .
git commit -m "Add my visualization"
git push origin your_branch_name- Open a Pull Request on GitHub ✅
Make sure your contribution is beginner-friendly and well-commented.