-
This issue describes how to implement the `generator-expressions` concept exercise for the Python track.
## Getting started
**Please please please read the docs before starting.** Posting PRs wi…
-
This issue describes how to implement the `list-comprehensions` concept exercise for the Python track.
## Getting started
**Please please please read the docs before starting.** Posting PRs with…
-
### 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 conditions under whic…
-
When trying to update Fisher I get this error:
fisher failed:
0: Command failed: `/usr/bin/fish -c 'fisher update'`
1: `/usr/bin/fish` failed: exit status: 127
Location:
src/steps/o…
-
**Note: this issue was ported from the working [V3] repo, and needs to be re-done.**
This issue describes how to implement the `slicing` concept exercise for the Python track.
## Getting starte…
-
This issue describes how to implement the `other-comprehensions` concept exercise for the Python track.
## Getting started
**Please please please read the docs before starting.** Posting PRs wit…
-
If you have not yet contributed to concept documents, this issue will require some upfront reading to give you the needed background knowledge. Additionally, we recommend reading the existing `about.…
-
When I run: PS C:\CooperDell\OneDrive\Cooper_Data\Documents\Coding\Learning\Exercism\python\little-sisters-vocab> Exercism submit strings.py
from VS Code terminal.
I get: Error: not in workspace
…
-
After some experiments, I got a nice way for track testing without a complex shell(or python or whatever) script. Still need to figure out if it works on deployment (CI + docker and, of course, the si…
-
# Tisbury Treasure Hunt Task 4
Task 4 has the following example, pulled directly from the site:
```py
>>> create_record(('Brass Spyglass', '4B'), ('Abandoned Lighthouse', ('4', 'B'), 'Blue'))
…