python icon indicating copy to clipboard operation
python copied to clipboard

Exercism exercises in Python.

Results 96 python issues
Sort by recently updated
recently updated
newest added

I submitted code that passed all the existing tests but failed to correctly handle some actual resistor values in use in the E48 (2% tolerance) and larger series. There are...

- Renamed `chr` to `char` in the snippets because `chr` is a built-in function and although shadowing it in this case may not be a problem, it is still a...

Something for you to play with. I got quite tangled in the wording, which is more inconsistent than I realized when we merged the exercise. The exercise name is "Flower...

See discussion & proposed exercise [here](https://github.com/exercism/julia/pull/966). See related concept write-up: - [Fractions](https://github.com/exercism/python/tree/main/concepts/fractions) We would need to also complete a `Decimals` concept and related concept exercise. We might also want to...

Here is where we discuss what would go into a `Decimals` concept and propose ideas for a `Decimals` concept exercise.