Welcome to the Python Data Projects repository! This collection showcases various simple projects that illustrate basic Python programming concepts, with a focus on data manipulation and processing.
This repository contains the following Jupyter Notebook projects:
-
Movie Ticket Sale and Donation to Charity: A program that calculates total ticket sales and the amount donated to charity based on user input.
-
Cable Bill Calculator: A simulation that calculates a customer’s bill for residential and business services, including basic fees and premium channel costs.
-
Simple ATM Simulation: An ATM simulation that allows users to deposit money, withdraw cash, check balances, and change their PIN code.
-
Electronic Voting Machine (EVM) Simulation: A simple simulation of an electronic voting machine that collects votes for various parties and displays the results.
Through these projects, I've gained experience in:
- Basic Python programming
- Data manipulation and processing
- Developing user input-driven applications
- Implementing simple algorithms for practical applications
To run the projects, ensure you have Python and Jupyter Notebook installed on your machine. Clone this repository and open the notebooks in Jupyter to explore and run the code.
git clone [repository_url]