From 112da73fc1e6348091027974ad36f24b9ba75f8e Mon Sep 17 00:00:00 2001 From: Kattni Date: Thu, 22 May 2025 13:49:36 -0400 Subject: [PATCH 1/2] Add note to tutorial --- Doc/tutorial/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index 96791f88c867ab..b2aab733bde632 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. From 55b6c49bfe21f768a634806673ec170698cfecc6 Mon Sep 17 00:00:00 2001 From: Kattni Date: Thu, 22 May 2025 14:16:57 -0400 Subject: [PATCH 2/2] Update formatting --- Doc/tutorial/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tutorial/index.rst b/Doc/tutorial/index.rst index b2aab733bde632..d0bf77dc40d0a1 100644 --- a/Doc/tutorial/index.rst +++ b/Doc/tutorial/index.rst @@ -5,8 +5,8 @@ ###################### .. Tip:: This tutorial is designed for - *programmers that are new to the Python language*, - **not** *beginners who are new to programming*. + *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