Skip to content

dewhallez/DATA_LEARN

Repository files navigation

Data Visualization with Python

Python Workflow Status License Last Commit

A collection of Python scripts and notebooks for visualizing data using libraries such as Matplotlib. This project demonstrates techniques for working with CSV, JSON, and other data formats, and creating various types of plots.

Features

  • Visualize weather and population data
  • Generate scatter plots, line charts, and bar graphs
  • Explore random walks and dice simulations
  • Save figures in multiple formats

Project Structure

codes/              # Python scripts for data visualization
figures/            # Generated plots and figures
data/               # Data files (CSV, JSON)
requirements.txt    # Python dependencies
README.md           # Project documentation

Getting Started

  1. Clone the repository

    git clone https://github.com/dewhallez/DATA_LEARN.git
    cd DATA_LEARN
  2. (Optional) Create and activate a virtual environment

    python -m venv venv
    venv\Scripts\activate  # On Windows
    # source venv/bin/activate  # On macOS/Linux
  3. Install dependencies

    pip install -r requirements.txt
  4. Run example scripts

    python codes/scatter_squares.py

Requirements

Example

Run the scatter plot script:

python codes/scatter_squares.py

This will generate a plot and save it as squares2_plot.png in the project directory.

License

This project is licensed under the MIT License.


Feel free to contribute or open issues!

About

Working with Data in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages