Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurpreet0022/python
Python Concepts Implementation
https://github.com/gurpreet0022/python
knowledge projects python
Last synced: 6 days ago
JSON representation
Python Concepts Implementation
- Host: GitHub
- URL: https://github.com/gurpreet0022/python
- Owner: Gurpreet0022
- Created: 2024-07-23T14:59:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T18:13:25.000Z (9 days ago)
- Last Synced: 2025-01-07T19:34:24.200Z (9 days ago)
- Topics: knowledge, projects, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python
Welcome to the **Python** repository! This repository contains a collection of simple Python projects that demonstrate fundamental programming concepts. These projects are designed to help beginners understand various aspects of Python, including loops, strings, mathematical operations, and more.
## Projects
### 1. Basic Calculator
A simple calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.### 2. Currency Converter
A program that converts amounts from one currency to another using a fixed exchange rate.### 3. Guess the Number
A game where the user has to guess a randomly generated number within a given range.### 4. QR Code Generator
A utility to generate QR codes for given text or URLs.### 5. Temperature Converter
A tool to convert temperatures between Celsius, Fahrenheit, and Kelvin.### 6. To-Do List
A basic application to manage a list of tasks with options to add, remove, and view tasks.