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
💻Here I'm Sharing My Learning Process of Beginner-level Python practice programs covering variables, loops, conditions, functions, and basic problem-solving.👇💬
Learning SQL from scratch with hands-on practice programs. This repository contains SQL basics, table creation, data insertion, data retrieval, and sorting operations
A simple calculator built using Python. This project performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It is a beginner-friendly project created to p…
A simple Python project that converts temperatures between Celsius, Fahrenheit, and Kelvin using user input. This beginner-friendly project demonstrates conditional statements, arithmetic operation…