Add note to tutorial clarifying scope#134534
Merged
nedbat merged 3 commits intopython:mainfrom May 22, 2025
Merged
Conversation
nedbat
approved these changes
May 22, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 22, 2025
* Add note to tutorial * Update formatting (cherry picked from commit 742d5b5) Co-authored-by: Kattni <kattni@kattni.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 22, 2025
* Add note to tutorial * Update formatting (cherry picked from commit 742d5b5) Co-authored-by: Kattni <kattni@kattni.com>
|
GH-134536 is a backport of this pull request to the 3.14 branch. |
nedbat
pushed a commit
that referenced
this pull request
May 22, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 22, 2025
* Add note to tutorial * Update formatting (cherry picked from commit 742d5b5) Co-authored-by: Kattni <kattni@kattni.com>
|
Sorry @kattni and @nedbat, I had trouble completing the backport. |
Member
|
The bot couldn't do the 3.13 backport so we'll need to do it. @kattni Would you like to give it a go? I'm also happy to take care of it tomorrow, or give some pointers. |
Contributor
Author
|
@hugovk Sure, I'll give it a try! |
Member
Oh look, a double "backport" typo! That's in https://github.com/python/miss-islington |
|
GH-134545 is a backport of this pull request to the 3.13 branch. |
Contributor
Author
hugovk
pushed a commit
that referenced
this pull request
May 22, 2025
lkollar
pushed a commit
to lkollar/cpython
that referenced
this pull request
May 26, 2025
* Add note to tutorial * Update formatting
Yhg1s
pushed a commit
that referenced
this pull request
Jun 11, 2025
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
* Add note to tutorial * Update formatting
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
* Add note to tutorial * Update formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The official Python tutorial is designed for programmers who are new to Python, not beginners that are new to programming. I am including a note at the top of the first page to this effect, and mentioning it in the body of text to cover those who have a tendency to skip over highlighted notes. The purpose of this is to help beginners understand that experiencing difficulties with the official tutorial is to be expected, as it expects the reader to have some level of programming experience.
@nedbat @willingc
📚 Documentation preview 📚: https://cpython-previews--134534.org.readthedocs.build/