python_koans
python_koans copied to clipboard
Python Koans - Learn Python through TDD
It's a simple matter of weight ratios. A 2 comma sentence cannot carry a 4 item list. Existing assertion: `"The values are {1}, {0}, {0} and {1}!"` Application of [Oxford...
Replace deprecated assertEquals with assertEqual. Running through the koans one by one, I got this error message on koans/about_iteration.py: ``` test_filter_returns_all_items_matching_criterion has damaged your karma. You have not yet reached...
I was going to pick this up again, found some formatting issues. :) Thanks for making this!
Problem When running contemplate_koans.py on Python 3.8+, the following warnings appear: ❯ python3 contemplate_koans.py /Users/user1/projects/python_koans/runner/sensei.py:63: SyntaxWarning: invalid escape sequence '\d' m = re.search("(?
Fix issue is with syntax and output coloring in Python 3.14 that interferes with output stream wrapper. Add prefix `PYTHON_COLORS=0` to the python3 invocation line in `run.sh`. This disables the...
Issue #295 has the details. Change verified locally.