This repository contains coding practice problems to improve your Python programming skills. Each problem is organized by chapters and can be found in the respective directories.
The problem sets are derived from the Python 3 Programming Specialization course offered by the University of Michigan on Coursera.
The repository is organized as follows:
coding_practices/
├── python_basics/
│ ├── chapter1/
│ │ ├── problem_1.py
│ │ ├── problem_2.py
│ │ ├── README.md
│ ├── chapter2/
│ │ ├── problem_1.py
│ │ ├── problem_2.py
│ │ ├── README.md
├── README.md
Each chapter contains several problems. Each problem is solved in a separate Python file. Refer to the README.md file in each chapter for the problem statements and solutions.
Contributions are welcome! If you have a problem you'd like to see solved or have a solution to improve, feel free to open an issue or submit a pull request.
Problems are from the Python 3 Programming Specialization course by the University of Michigan on Coursera. All rights to the original problems are reserved by their respective authors.
This project is licensed under the MIT License - see the LICENSE file for details.