From 9367961f4450d1c0a723e65290ef364c0131e929 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Thu, 28 May 2026 18:50:48 +0300 Subject: [PATCH 1/2] Clarify topic phrasing --- bot/resources/utilities/py_topics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml index 6b40677914..d2ab3fa30c 100644 --- a/bot/resources/utilities/py_topics.yaml +++ b/bot/resources/utilities/py_topics.yaml @@ -19,8 +19,8 @@ - Have you published any packages on PyPI? If so, what are they? - What are you currently working on in Python? - What's your favorite script and how has it helped you in day to day activities? - - When you were first learning, what is something that stumped you? - - When you were first learning, what is a resource you wish you had? + - When you were first learning Python, what is something that stumped you? + - When you were first learning Python, what is a resource you wish you had? - What is something you know now, that you wish you knew when starting out? - What is something simple that you still error on today? - What do you plan on eventually achieving with Python? From d9f135fdcd9196be86ccde5f90eb4124a06d3019 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Thu, 28 May 2026 19:04:43 +0300 Subject: [PATCH 2/2] Apply suggestions from @esmaycat --- bot/resources/utilities/py_topics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml index d2ab3fa30c..bc8f652502 100644 --- a/bot/resources/utilities/py_topics.yaml +++ b/bot/resources/utilities/py_topics.yaml @@ -19,8 +19,8 @@ - Have you published any packages on PyPI? If so, what are they? - What are you currently working on in Python? - What's your favorite script and how has it helped you in day to day activities? - - When you were first learning Python, what is something that stumped you? - - When you were first learning Python, what is a resource you wish you had? + - When you were first learning Python, what stumped you? + - When you were first learning Python, what is a resource you wish you had had? - What is something you know now, that you wish you knew when starting out? - What is something simple that you still error on today? - What do you plan on eventually achieving with Python?