A collection of Python projects and coding challenges focused on mastering core programming concepts. This repository features scripts for tasks such as currency conversion, file analysis, and object-oriented programming.
-
currency_converter.py: A simple script to convert currencies based on predefined exchange rates.
-
fileanalysis.py: Analyze and manipulate file data for various tasks.
-
highestprice.py: A tool to find the highest price from a dataset.
-
libraryOop.py: An object-oriented Python program that manages a simple library system.
-
temp_converter.py: A script to convert temperatures between Celsius and Fahrenheit.