Skip to content

gh-106996: Add the basics of a turtle graphics tutorial #107072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 23, 2023

Conversation

evildmp
Copy link
Contributor

@evildmp evildmp commented Jul 22, 2023

evildmp and others added 3 commits July 22, 2023 11:10
This patch helps clarify the purpose, value and scope of the turtle
graphics module, by rewriting the introduction according to the
pattern:

* a single sentence that says **what the product (or thing) is**,
  as succinctly as possible
* a brief description of **what it does**
* a statement of its purpose or **the problem it solves**
* a note about **whom it is useful for**
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
The tutorial follows the practices outlined in
https://diataxis.fr/tutorials/. It uses the functional turtle
interface, and doesn't mention the object-oriented interface (which
would be a good next step).

Existing sections are now clearly labelled "Explanation" and
"Reference" to clarify their scope.
@hugovk hugovk added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jul 23, 2023
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@miss-islington
Copy link
Contributor

Thanks @evildmp for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @evildmp and @hugovk, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a2a0e51400685d8d44324bc1135f63b281a5a71d 3.12

@miss-islington
Copy link
Contributor

Sorry, @evildmp and @hugovk, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a2a0e51400685d8d44324bc1135f63b281a5a71d 3.11

evildmp added a commit to evildmp/cpython that referenced this pull request Jul 23, 2023
…ythonGH-107072)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>.
(cherry picked from commit a2a0e51)

Co-authored-by: Daniele Procida <daniele@vurt.org>
@bedevere-bot
Copy link

GH-107109 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 23, 2023
@bedevere-bot
Copy link

GH-107110 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 23, 2023
jtcave pushed a commit to jtcave/cpython that referenced this pull request Jul 23, 2023
…#107072)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
mementum pushed a commit to mementum/cpython that referenced this pull request Jul 23, 2023
…#107072)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants