exercism / python

Exercism exercises in Python.
https://exercism.org/tracks/python
MIT License
1.87k stars 1.26k forks source link

[New Concept Exercise] : list-comprehensions #2295

Closed BethanyG closed 2 years ago

BethanyG commented 4 years ago

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 without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Goal

The goal of this exercise is to teach the syntax and variants of list comprehensions in Python.

Learning objectives

Out of scope

Concepts

Prerequisites

Resources to refer to

Hints

After

Representer

No changes required.

Analyzer

No changes rquired.

Implementing

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Steffan153 commented 3 years ago

Is this actually claimed? :) If not, I'd like to work on it. By the way, can we steal https://github.com/exercism/elixir/blob/main/exercises/concept/boutique-suggestions/.docs/instructions.md for this? Elixir's list comprehensions are very similar.

BethanyG commented 3 years ago

Hi @Steffan153! Welcome to the Python track. 👋🏽
This is indeed already claimed by me, and is in progress. Thanks for checking tho!

BethanyG commented 2 years ago

Flagging this as a re-do with new issue template, as this has aged, and the actions bot is getting annoying. Closing for now until the redo can happen.