You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mini Library System is a text-based Python application that simulates a basic library management tool. Users can add new books, view the list of available or borrowed books, borrow and return books, and save all records locally using file storage. This project was built as part of the final assignment for Code in Place 2025 (Stanford CS106A).
Welcome to my Python Learning Journey repository! This repository is a comprehensive collection of everything I learned in my Python journey, starting from the basics and progressing to more advanced topics and projects. Whether you're a beginner or someone looking to brush up on your Python skills, this repository has something for you.
Resources to learn Data Structures and Algorithms and Python Programming. Open source project to provide free content to everyone. Follow the tutorials and learn dsa and Python.
This repository is a comprehensive collection of Python programming practice exercises, starting from absolute basics and gradually moving to more advanced topics like 2D arrays (matrices), list comprehensions, and problem-solving with dictionaries.