Skip to content

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.

Notifications You must be signed in to change notification settings

saqib777/Python-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Python Programs

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.


Overview

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.


Repository Structure

Python-programs/ │ ├── All Python Programs.md # List and description of all programs └── README.md # Repository documentation


How to Run

  1. Clone this repository:

    git clone https://github.com/saqib777/Python-programs.git
  2. Navigate to the folder:

    cd Python-programs
    
  3. Run any Python file using:

    python filename.py
    

Purpose

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.

Contributions

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published