python
python copied to clipboard
Exercism exercises in Python.
This issue describes how to implement the `list-comprehensions` concept exercise for the Python track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...
This issue describes how to implement the `other-comprehensions` concept exercise for the Python track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...
This issue describes how to implement the `generator-expressions` concept exercise for the Python track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...
**Note: this issue was ported from the working [V3] repo, and needs to be re-done.** This issue describes how to implement the `slicing` concept exercise for the Python track. ##...
This issue describes how to implement the `dict-methods` (dictionary methods) concept exercise for the python track. ## Getting started **Please please please read the docs before starting.** Posting PRs without...
Per issues #2946 , #2621 , #2835, #2804, #2591, and #2490 -- this exercise has gone through a lot of improvements and also complaints. Since multiple re-works and improvements have...
This issue describes how to implement the `anonymous functions (lambdas)` in Python **concept exercise** for the Python track. The related **concept documents issue** can be found [here](https://github.com/exercism/python/issues/3105). In addition, there...
This issue describes how to implement the `function-arguments` concept exercise for the python track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...
This issue describes how to implement the `functools` module **concept exercise** for the Python track. The related **concept documents improvement issue** can be found [here](https://github.com/exercism/python/issues/3098). This issue replaces an earlier...
This issue describes desired additions and improvements to the `functools` module **concept docs.**. The related **concept exercise** issue and specs can be found [here](https://github.com/exercism/python/issues/3097), If you have not yet contributed...