A collection of small Python programs written while learning and practicing core concepts of Python.
Each file covers a specific problem or feature — from simple logic exercises to slightly more practical use cases.
This repository is built to document my progress as I explore Python fundamentals and problem-solving.
It includes short scripts that focus on:
- Basic syntax and operations
- Conditional statements and loops
- Lists, tuples, dictionaries, and sets
- Functions and modules
- File handling and string manipulation
- Small problem-solving snippets
Each program is standalone and can be run individually.
Python-programs/ │ ├── All Python Programs.md # List and description of all programs └── README.md # Repository documentation
-
Clone this repository:
git clone https://github.com/saqib777/Python-programs.git
-
Navigate to the folder:
cd Python-programs -
Run any Python file using:
python filename.py
This repo is part of my continuous learning journey in software testing and development. Writing small, modular programs helps reinforce concepts and improve problem-solving skills, one script at a time.
This is a personal learning repository, but suggestions, improvements, or new ideas are always welcome. Feel free to open a pull request or share feedback.
Author: Mohammed Saqib
Learning, building, and sharing one program at a time.