Skip to content

Pdfulkar/pythondailypractice

Repository files navigation

Python Daily Practice 🐍📅

GitHub repo size Python

A repository dedicated to daily Python practice exercises, mini-projects, and coding challenges to sharpen programming skills. Perfect for beginners and intermediate learners! 🚀


📖 Description

This repository contains a collection of Python scripts, exercises, and small projects created as part of my daily coding practice routine. Each day focuses on solving problems, implementing algorithms, or building fun utilities to improve Python proficiency. 💡


✨ Features

  • Daily code snippets and mini-projects
  • Solutions to common coding problems
  • Examples of Python concepts (OOP, data structures, etc.)
  • Practical implementations of algorithms
  • Beginner-friendly explanations 📚

🗂️ Project Structure

pythondailypractice/ ├── daily_exercises/ # Daily coding challenges │ ├── day_01/ # Example: Day 1 - String Manipulation │ ├── day_02/ # Example: Day 2 - File Handling │ └── ... ├── mini_projects/ # Small functional projects │ ├── calculator/ # Example: CLI Calculator │ ├── web_scraper/ # Example: Simple Web Scraper │ └── ... └── utilities/ # Helper scripts and tools

🚀 How to Use

  1. Clone the repository:
    git clone https://github.com/Pdfulkar/pythondailypractice.git
    
    cd pythondailypractice/daily_exercises/day_01
    
    python script_name.py
    
    

🛠️ Prerequisites

Python 3.8+

Basic understanding of Python syntax

Your favorite IDE/editor (VS Code, PyCharm, etc.) 🔧

🤝 Contributing

Love Python? Feel free to:

Submit issues for suggestions/questions 🐛

Fork the repo and create PRs with new exercises 🛠️

Share your solutions to existing problems 💡

Check out the CONTRIBUTING.md for guidelines.

About

the daily practice of my python programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages