diff options
| author | 2020-09-09 15:00:23 -0700 | |
|---|---|---|
| committer | 2020-09-09 15:00:23 -0700 | |
| commit | 415b8bfee1f4b4301e9ad3acbea147ecb3f6c6f0 (patch) | |
| tree | 91a93845143fa8a080c18d9c7ef92f852efb8e2d | |
| parent | Changed from json formatting to yaml to get the ability for comments. (diff) | |
Added more topics.
| -rw-r--r-- | bot/resources/evergreen/py_topics.yaml | 23 | 
1 files changed, 14 insertions, 9 deletions
| diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index ae5289a7..971be3cd 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -1,17 +1,21 @@ -# Conversation starters for python-related channels. +# Conversation starters for Python-related channels. -# python-general +# Python-general  267624335836053506:      - What's your favorite PEP?      - 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: @@ -38,9 +42,10 @@      - What feature would you like to see added to the library? what feature in the library do you think is redundant?      - Do you think there's a way in which Discord could handle bots better? -# esoteric-python +# 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 +57,15 @@  # networking  716325106619777044: -    - +    - If you could wish for a library involving networking, what would it be? -# python-extensions +# Python-extensions  728390945384431688:      -  # 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? | 
