python
python copied to clipboard
Exercism exercises in Python.
This issue describes how to implement the `class-customization` **concept docs**. You can find the related **concept exercise** issue [here](https://github.com/exercism/python/issues/3094) If you have not yet contributed to concept documents, this issue...
This issue describes how to implement the `iterators` **concept docs**. You can find the related **concept exercise** issue [here](https://github.com/exercism/python/issues/3092) If you have not yet contributed to concept documents, this issue...
This issue describes how to implement the `context manager customization` **concept docs**. The related **concept exercise** issue can be found [here](https://github.com/exercism/python/issues/3090). If you have not yet contributed to concept documents,...
This issue describes how to implement the `context-manager customization` **concept exercise** for the Python track. The related **concept documents issue** can be found [here](https://github.com/exercism/python/issues/3081). ## ✅ Getting started _If you...
This issue describes how to implement the `itertools` module **concept docs**. You can find the related **concept exercise** issue [here](https://github.com/exercism/python/issues/3088) If you have not yet contributed to concept documents, this...
This issue describes how to implement the `with` (keyword) **concept docs**. You can find the related **concept exercise** issue [here](https://github.com/exercism/python/issues/3087) If you have not yet contributed to concept documents, this...
People coming from a GUI-only background will have a lot of fun getting used to the command-line. IMHO it would be a good idea to have them practice. I'd be...
I don't know if this is too much Functional Programming for Python, but I wonder if a basic exercise to construct a Maybe functor (not monad) would be a welcome...
## Task Create a test template file for `react` ### Details 1. If this is your first time contributing to this repository, welcome! - Contributing to a repository on GitHub...
[Testing Improvements]: Would be possible to have all the python exercises including a pytest-bench?
This is feedback on the v3 roadmap (#690). --- Hello, I didn't know where to write this. Would be possible to have all the python exercises including a pytest-bench or...