taking complex ideas into reality
through simple code.
this is my journey in utilizing python as a visual programming language with relevant experience using Algorithms and Data Structure
The the Book class manages individual book details and availability, while the Library class handles a collection of books, allowing for adding, displaying, and searching for books by title.
Check it Out!The code processes a list of financial transactions, allowing the user to print a summary, analyze transactions, or stop the session.
Check it Out!The code retrieves data from a given API endpoint and prints the names of the items returned.
Check it Out!The code is a simple To-Do list application that allows users to add tasks, remove the last task, and quit the program.
Check it Out!The code is a simple implementation of the classic "Rock, Paper, Scissors" game where a player competes against the computer, and the first to win two rounds is declared the winner.
Check it Out!The code is a simple food order system that allows users to order meals based on a type of cuisine, the available options, then generates an order summary.
Check it Out!The code simulates drawing cards from a deck, displaying them, and continuing until the deck is empty.
Check it Out!The code is a simple conversational script that interacts with a user by asking for their name, age, and favorite color, then responds with personalized messages.
Check it Out!this is my journey into Front-End tech-stack which includes HTML5, CSS3 and JavaScript Algorithms and Data Structures.