diff options
| author | 2022-02-14 23:41:14 +0000 | |
|---|---|---|
| committer | 2022-02-14 23:41:14 +0000 | |
| commit | 657aaf5f613b0bd219d67c71f7dc37ede0bb6aab (patch) | |
| tree | 548e48ae21a98d5e6e16e8619d1af4ee75fe8b7a /bot/resources/utilities/py_topics.yaml | |
| parent | fix: Add newlines in codeblock formatting (diff) | |
| parent | Merge pull request #1026 from Shom770/fix-trivia-night (diff) | |
Merge branch 'main' into merge-github-issues
Diffstat (limited to 'bot/resources/utilities/py_topics.yaml')
| -rw-r--r-- | bot/resources/utilities/py_topics.yaml | 26 | 
1 files changed, 23 insertions, 3 deletions
diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml index 1cd2c325..4f684841 100644 --- a/bot/resources/utilities/py_topics.yaml +++ b/bot/resources/utilities/py_topics.yaml @@ -35,12 +35,22 @@      - Have you ever worked with a microcontroller or anything physical with Python before?      - Have you ever tried making your own programming language?      - Has a recently discovered Python module changed your general use of Python? +    - What is your motivation for programming? +    - What's your favorite Python related book? +    - What's your favorite use of recursion in Python? +    - If you could change one thing in Python, what would it be? +    - What third-party library do you wish was in the Python standard library? +    - Which package do you use the most and why? +    - Which Python feature do you love the most? +    - Do you have any plans for future projects? +    - What modules/libraries do you want to see more projects using? +    - What's the most ambitious thing you've done with Python so far?  # algos-and-data-structs  650401909852864553:      - -# async +# async-and-concurrency  630504881542791169:      - Are there any frameworks you wish were async?      - How have coroutines changed the way you write Python? @@ -54,12 +64,13 @@  342318764227821568:      - Where do you get your best data?      - What is your preferred database and for what use? +    - What is the least safe use of databases you've seen? -# data-science +# data-science-and-ai  366673247892275221:      - -# discord.py +# discord-bots  343944376055103488:      - What unique features does your bot contain, if any?      - What commands/features are you proud of making? @@ -78,6 +89,8 @@      - What's a common part of programming we can make harder?      - What are the pros and cons of messing with __magic__()?      - What's your favorite Python hack? +    - What's the weirdest language feature that Python doesn't have, and how can we change that? +    - What is the most esoteric code you've written?  # game-development  660625198390837248: @@ -110,6 +123,10 @@      - How often do you use GitHub Actions and workflows to automate your repositories?      - What's your favorite app on GitHub? +# type-hinting +891788761371906108: +    - +  # unit-testing  463035728335732738:      - @@ -120,6 +137,7 @@      - What's your most used Bash command?      - How often do you update your Unix machine?      - How often do you upgrade on production? +    - What is your least favorite thing about interoperability amongst *NIX operating systems and/or platforms?  # user-interfaces  338993628049571840: @@ -128,6 +146,7 @@      - Do you perfer Command Line Interfaces (CLI) or Graphic User Interfaces (GUI)?      - What's your favorite CLI (Command Line Interface) or TUI (Terminal Line Interface)?      - What's your best GUI project? +    - What the best-looking app you've used?  # web-development  366673702533988363: @@ -136,3 +155,4 @@      - What is your favorite API library?      - What do you use for your frontend?      - What does your stack look like? +    - What's the best-looking website you've visited?  |