python icon indicating copy to clipboard operation
python copied to clipboard

Exercism exercises in Python.

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

resolves https://github.com/exercism/python/issues/3089 resolves https://github.com/exercism/python/issues/3088

x:rep/large

Still quite a bit to fill in, but this is a start on code and explanation.

Since all these approaches are roughly equivalent in performance, the performance article has been omitted. Depending on how much time I have, I may add in performance later.

First draft of ETL approaches.

We're opening this issue to address problems with our two Numbers concept exercises, [Currency Exchange](https://github.com/exercism/python/tree/main/exercises/concept/currency-exchange) and [Electric Bill](https://github.com/exercism/python/tree/main/exercises/concept/electric-bill). ## **The Challenge:** Come up with something _better_ - The exercise files...

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows by @​mayeut in actions/setup-python#863 This update ensures compatibility...

dependencies
github_actions

For some reason, the performance article was pointing to another problem, this got me confused when I was studying the `dig deeper`.