exercism / python

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

Should we forgo any missing exercises #417

Closed behrtam closed 3 years ago

behrtam commented 7 years ago

Right now there are 36 exercises that are not yet part of the python track. Besides implementing or finishing those, there is also the option (config.json#L465) to decide not to implement certain problems if they don't make sense for this track.

skabbass1 commented 7 years ago

@behrtam Are you still looking for contributions on this issue ( implementing the 36 exercises not part of the python track). Also just curious to know why you think certain problems don't make sense for the python track (I haven't looked through all the exercises so just asking for my information :) )

devkabiir commented 6 years ago

@behrtam I can contribute binary-search-tree exercise should I open a new issue for it or reference the closed one #388 in my PR I'm interested in learning all the other exercises yet to be implemented and then contributing them.

ilya-khadykin commented 6 years ago

@kabiir, that is awesome. I'm planning to open issues for these exercises as part of Hacktoberfest. Will it work for you?

devkabiir commented 6 years ago

@m-a-ge Yes of course! I'm excited to start coding.

cmccandless commented 6 years ago

I've implemented dominoes at #726.

ilya-khadykin commented 6 years ago

Updated list of not yet implemented exercises excluding deprecated ones and those which were implemented since Feb 22 (24 in total):

ilya-khadykin commented 6 years ago

@kabiir I've created issues as promised 😉

thecouchcoder commented 6 years ago

Is Bowling deprecated? It's on the unimplemented list, but I don't see an issue for it. If it's up for grabs I can do it when I finish my current PR.

ilya-khadykin commented 6 years ago

@aes421 hm, looks like I've missed that exercise somehow. Feel free to open a new PR any time (there is no need to wait until your other PRs are merged). Only make sure you'll use different branch based on upstream/master when you start working. Link to Problem Specification for the exercise - https://github.com/exercism/problem-specifications/tree/master/exercises/bowling

cmccandless commented 6 years ago

Updated list of unimplemented exercises:

pythonmite commented 5 years ago

Hello Team,

Can you please confirm whether affine-cipher exercise has been solved or not. if not I would like to present a solution for the same.

cmccandless commented 5 years ago

@pythonmite affine-cipher has already been implemented.

If you are still interested in contributing here, please check our list of open issues.

andrefpoliveira commented 3 years ago

Hey! I would like to implement a new exercise. But I don't know Passio. Can you explain? Thank you!

cmccandless commented 3 years ago

Hi @andrefpoliveira !

Actually we just merged #2195, which implements passio. And there is an open PR for hangman which was placed on hold by the maintainers. However...

We have a great deal of work still needed for our new Concept exercises. By the launch of v3, they will be relocated to this repository, but for now, they are being developed for all language tracks here: https://github.com/exercism/v3. We would greatly appreciate contribution there! If you wish to keep to the Python track, simply look at the open issues here: https://github.com/exercism/v3/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc++python.

cmccandless commented 3 years ago

Regarding this issue: all unimplemented issues from problem-specifications have either been implemented or put on hold, so this issue will be closed.