diff options
| author | 2020-09-11 21:16:21 -0400 | |
|---|---|---|
| committer | 2020-09-11 21:16:21 -0400 | |
| commit | 2ebcdaed2a192fc8147dc17e046ada4e8983189d (patch) | |
| tree | cd2e6cddd9f41e195bf09b21a75d4a55ca0964bc /bot/resources/evergreen/py_topics.yaml | |
| parent | Merge pull request #429 from python-discord/wolfram-cog (diff) | |
| parent | Renamed from python-extensions to c-extensions, reordered within list. (diff) | |
Merge pull request #435 from python-discord/topic-embeds
Topic embeds
Diffstat (limited to 'bot/resources/evergreen/py_topics.yaml')
| -rw-r--r-- | bot/resources/evergreen/py_topics.yaml | 25 | 
1 files changed, 15 insertions, 10 deletions
diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index ae5289a7..1e53429a 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -1,4 +1,4 @@ -# Conversation starters for python-related channels. +# Conversation starters for Python-related channels.  # python-general  267624335836053506: @@ -6,18 +6,26 @@      - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?      - What functionality is your text editor/IDE missing for programming Python?      - What parts of your life has Python automated, if any? -    - Which python project are you the most proud of making? +    - Which Python project are you the most proud of making?      - What made you want to learn Python?      - When did you start learning Python?      - What reasons are you learning Python for?      - Where's the strangest place you've seen Python?      - How has learning Python changed your life? +    - Is there a package you wish existed but doesn't? What is it? +    - What feature do you think should be added to Python? +    - Has Python helped you in school? If so, how? +    - What was the first thing you created with Python?  # async  630504881542791169:      - Are there any frameworks you wish were async?      - How have coroutines changed the way you write Python? +# c-extensions +728390945384431688: +    - +  # computer-science  650401909852864553:      - @@ -41,6 +49,7 @@  # esoteric-python  470884583684964352:      - What's a common part of programming we can make harder? +    - What are the pros and cons of messing with __magic__()?  # game-development  660625198390837248: @@ -52,15 +61,11 @@  # networking  716325106619777044: -    - - -# python-extensions -728390945384431688: -    - +    - If you could wish for a library involving networking, what would it be?  # security  366674035876167691: -    - +    - If you could wish for a library involving net-sec, what would it be?  # software-testing  463035728335732738: @@ -77,8 +82,8 @@  # user-interfaces  338993628049571840: -    - +    - What's the most impressive Desktop Application you've made with Python so far?  # web-development  366673702533988363: -    - +    - How has Python helped you in web development?  |