python
python copied to clipboard
Exercism exercises in Python.
After doing numerous JinJa2 template PRs and test file regeneration (_and getting caught by a nasty indentation bug_), it feels like we could benefit from setting up some linting rules...
This is a placeholder issue (so that we don't forget our discussion) - and it is a bit hand-wavey on the details. More notes to be added as we get...
This is an open issue for Exercises that have reasonable solutions that "time out" under test in the UI. To be clear -- this is not for exercises that time...
This issue describes how to implement the `docstrings` 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 `imports` concept exercise for the Python track, which should explain how & why it is useful to `import` names (libraries, modules, classes, functions,...
Hi all! I hope this forum is the right place to put bugs. I am doing excersise 2 (Lasagna) from Python and I get an import error, see below. I...
Something is amiss with the python Forth Exercise. Instead of providing a bare template to the student, it gives a mostly completed solution. To pass all 48 tests only requires...
This one ended up less short and boring than I expected, with benchmarking totally invalidating my predictions! As an aside, this is the second approaches submission that needs to refer...
Something I started long ago but repeatedly got bored with. It's still boring, but that fits with an exercise that practices many useful things, but as a result is rather...
Just the `introduction.md` in this case. I couldn't identify such clearly different approaches that would justify separate sections. I'll read this through again on Saturday, so there may be some...