Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.24 KB

File metadata and controls

45 lines (29 loc) · 1.24 KB

Python Practice

Welcome to my Python practice repository! This folder contains exercises and projects to improve Python programming skills. This repo is based Python Crash Course, 3rd Edition - by Eric Matthes.

Contents

  • Exercises: Basic programming concepts and problem-solving
  • Projects: Larger applications and practical examples
  • Challenges: Coding challenges and algorithm problems(Which I include some of my solutions)

Quick Start

  1. Clone or download this repository
  2. Navigate to the folder: cd python_practice
  3. Run scripts: python filename.py

Topics Covered

  • Variables and data types
  • Control flow (loops, conditionals)
  • Functions and modules
  • Object-oriented programming
  • File handling
  • Error handling

Requirements

  • Python 3.7+
  • No external dependencies (unless otherwise specified in individual project folders)

Running Examples

python script_name.py

Notes

Add your own notes and learning progress tracking here.


References: This repository content is based on the following learning materials. Please check the relevant reference books and resource links in specific project folders.

Feel free to extend this template by adding your specific projects and learning goals!