GitHub - mohdarshadkhan01/python-practice · GitHub
Skip to content

Latest commit

 

History

32 Commits

Folders and files

Repository files navigation

Python Practice 🐍

A collection of Python problems and solutions I'm working through to sharpen my programming and problem-solving skills.

About

This repository is my personal practice space for learning and improving Python. It includes solutions to coding problems, small scripts, and exercises covering core concepts and data structures & algorithms.

Topics Covered

  • Basics (variables, loops, conditionals, functions)
  • Strings & Lists
  • Dictionaries & Sets
  • Recursion
  • OOP (Object-Oriented Programming)
  • Data Structures & Algorithms
  • File Handling
  • Problem Solving / Interview-style Questions

Repository Structure

python-practice/
│
├── basics/            # Fundamental Python exercises
├── data_structures/    # Arrays, linked lists, stacks, queues, etc.
├── algorithms/         # Sorting, searching, DP, etc.
├── oop/                # Object-oriented programming exercises
└── misc/                # Miscellaneous scripts and one-off problems

(Structure will evolve as more problems are added.)

How to Run

Clone the repository and run any file individually:

git clone https://github.com/<your-username>/python-practice.git
cd python-practice
python filename.py

Goal

The goal of this repo is consistent practice — solving problems regularly to build stronger fundamentals and prepare for technical interviews.

Progress

  • Basics
  • Data Structures
  • Algorithms
  • OOP Concepts
  • Problem Solving Practice

Connect


This repository is a work in progress and will be updated as I solve more problems.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages