exercism / python

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

[V3] Improve Concept Exercise In-Text Code Examples #2286

Closed BethanyG closed 3 years ago

BethanyG commented 3 years ago

This issue describes how to improve the in-text code examples across concept exercises for the Python track.

Goal

We've added multiple concepts from multiple contributors while re-working our concept exercise documentation. These different exercises have diverged in the way they describe and display different Python code examples in-text. Now that things have settled a bit organizationally, we need to go back to these exercises and audit/edit the code examples for consistency.

Specifically:

image


Below is a quick tracking table of the concept exercises that have thus far been merged. Because of the number of files, recommend each edited exercise get its own PR.

Exercise Directory Concept Directory Reviewed Revised
chaitanas-collossal-coaster [list-methods]() [  ] [  ]
elyses-enchantments lists [  ] [  ]
ghost-gobble-arcade-game bools [  ] [  ]
guidos-gorgeous-lasagna basics [  ] [  ]
inventory-management dicts [  ] [  ]
log-levels enums [  ] [  ]
making-the-grade loops (not yet written) [  ] [  ]
processing-logs str [  ] [  ]
restaurant-rozalynn none (not yet written) [  ] [  ]
cater-waiter sets (not yet written) [  ] [  ]
little-sisters-essay (str-methods) string-methods [  ] [  ]
tisbury-treasure-hunt tuples [  ] [  ]

Help

If you have any questions while improving the exercise, please post the questions as comments in this issue, or contact the maintainers for python in the #maintaing-python or #V3 Slack channels.

BethanyG commented 3 years ago

I think we need to call a pause on this.
We're currently in the middle of revising the markdown standard and we're also in the middle of thinking through linting & tooling and in a push to get new exercises completed.
Several exercises on this list now also need a revision or re-write due to shifting concepts/ideas.

I propose we not review any more exercises until we've got things a little more stabilized, and can know that the only thing we're checking for is code formatting or small language/tone and punctuation changes.

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.

BethanyG commented 3 years ago

Removing abandoned label, as this is on hold, but not yet abandoned.

BethanyG commented 3 years ago

Closing this in favor of individual improvement issues. Having one issue cross multiple exercises is too chaotic, so we'll be taking each exercise or concept review/improvement individually.