This repository contains simple, beginner-friendly Python programs that demonstrate the practical usage of lists. These examples cover different real-world applications where lists are used to manage and organize data.
- To-Do List Manager
- Add, remove, and display daily tasks.
- Student Grades Organizer
- Store and calculate average grades using lists.
- Inventory Management System
- Track product names, quantities, and prices using lists of dictionaries.
- User Feedback Collector
- Collect and categorize user feedback (positive, negative, neutral) based on keyword matching.
- List creation and manipulation
- Loops (
for
,while
) - Conditional statements
- String operations
- List of dictionaries
- Counting and categorizing data