https://github.com/python/cpython/commit/79f20f1191c742e2fce744355dca2e15394aa76d
commit: 79f20f1191c742e2fce744355dca2e15394aa76d
branch: 3.13
author: Kattni <[email protected]>
committer: hugovk <[email protected]>
date: 2025-05-23T00:04:10+03:00
summary:

[3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545)

(cherry picked from commit 742d5b5c5d75eae44c66a43ebfa24a4f286ea8a1)

files:
M Doc/tutorial/index.rst

diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst
index 96791f88c867ab..d0bf77dc40d0a1 100644
--- a/Doc/tutorial/index.rst
+++ b/Doc/tutorial/index.rst
@@ -4,6 +4,10 @@
   The Python Tutorial
 ######################
 
+.. Tip:: This tutorial is designed for
+   *programmers* that are new to the Python language,
+   **not** *beginners* who are new to programming.
+
 Python is an easy to learn, powerful programming language. It has efficient
 high-level data structures and a simple but effective approach to
 object-oriented programming. Python's elegant syntax and dynamic typing,
@@ -21,7 +25,8 @@ implemented in C or C++ (or other languages callable from C). 
Python is also
 suitable as an extension language for customizable applications.
 
 This tutorial introduces the reader informally to the basic concepts and
-features of the Python language and system. It helps to have a Python
+features of the Python language and system. Be aware that it expects you to
+have a basic understanding of programming in general. It helps to have a Python
 interpreter handy for hands-on experience, but all examples are self-contained,
 so the tutorial can be read off-line as well.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to