Skip to content

tkinley/Coding-Practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Python Basics Coding Practices

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.

Source

The problem sets are derived from the Python 3 Programming Specialization course offered by the University of Michigan on Coursera.

Structure

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

Chapters

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.

Contributing

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.

Acknowledgements

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Coding Practices from basic to advanced programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages