Python Projects

Enhancing Python Skills with a Book Manager Project

The project is a Python GUI Book Manager aimed at enhancing skills in Python, OOP, and GUIs. It utilizes a JSON file for book data and features a search bar for titles and authors. Challenges included fixing a search functionality issue. Future plans involve implementing an API for automated book additions.

Keep reading

Exploring Star Colors: Temperature and Radius Analysis

This project visually analyzes the connection between star temperature and radius using Python, Numpy, Pandas, and Matplotlib. The outcome is a scatter plot highlighting color-related temperature trends among stars. The dataset was parsed from a CSV, and results indicate that star size and color generally cluster together, with some outliers present.

Keep reading