this repo is for litte python projects, so i can learn to write python scrips on the go.
| simple-calculator | ||
| simple-ip-port-test | ||
| simple-password-generator | ||
| simple-rng | ||
| README.md | ||
simple Python Projects
This repository contains small Python scripts and mini-projects I'm building while learning Python.
Each project is short, practical, and focused on learning core concepts by actually writing code.
The idea is to learn Python on the go by building simple things and improving them over time.
Repository Structure
Each folder contains a small, self-contained Python project.
Projects usually focus on things like:
- User input
- Control flow (
if,while) - Functions
- Error handling (
try/except) - Basic logic and problem solving
Scripts are intentionally simple and beginner-friendly.
Run a script:
python /path/to/script.py