python
python copied to clipboard
Exercism exercises in Python.
This issue describes how to implement the `Decorators` **concept exercise** for the Python track. This has been re-worked from an older concept exercise issue, which can be found [here](https://github.com/exercism/python/issues/2356). The...
This issue describes how to implement the `functions` **concept exercise** for the Python track. There is an outdated issue for this exercise with some discussion. It can be found [here](https://github.com/exercism/python/issues/2353)...
As per Issue #3078. ## Changes Rewrote example.py: - Uses recursion rather than loops. - Raises a meaningful error when row_count < 0, instead of just returning None. Added template.j2:...
Though it's implied in the tests, it might be nice to include that if a dart lands on the border between one ring and the other (say it lands at...
i have 5 parts to the question and on the last part its asking me for adding comments, which i have done, i know the answers to the questions are...
@BethanyG For issue #2354 I have started to work on the issue as I managed to get some free time, I have put some basic functions in, please review them...
This is a tracking issue for reviewing and improving the `List Ops` practice exercise for Python. Please see issues #3142, #3141 (with the related #[2078](https://github.com/exercism/problem-specifications/issues/2078) in problem-specifications), and #3154 for...
This exercise presents an interesting challenge, specially after solving Binary Search Trees. However, for some reason, its trees do not use numerical values, and even the letter values do not...
### The TL;DR Version 🥱 I've rewritten Pascal's Triangle as an exercise to practice recursion, but the exercise is currently listed as 'deprecated'. I am of the belief that the...