diff options
author | 2022-02-16 17:14:35 -0500 | |
---|---|---|
committer | 2022-02-16 22:14:35 +0000 | |
commit | 12c4b533eef4404fc6488a39918af97e17c1f839 (patch) | |
tree | ed2a283206b122f31b0ff6e8166a6852bc6e88cd /bot/resources | |
parent | Fix #1024 (#1030) (diff) |
Add topics for `#programming-pedagogy` channel
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/utilities/py_topics.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml index 4f684841..92fc0b73 100644 --- a/bot/resources/utilities/py_topics.yaml +++ b/bot/resources/utilities/py_topics.yaml @@ -46,6 +46,15 @@ - What modules/libraries do you want to see more projects using? - What's the most ambitious thing you've done with Python so far? +# programming-pedagogy +934931964509691966: + - What is the best way to teach/learn OOP? + - What benefits are there to teaching programming to students who aren't training to become developers? + - What are some basic concepts that we need to know before teaching programming to others? + - What are the most common difficulties/misconceptions students encounter while learning to program? + - What makes a project a good learning experience for beginners? + - What can make difficult concepts more fun for students to learn? + # algos-and-data-structs 650401909852864553: - |