Topic command gives Python topics if called in Python-related channels.
See original GitHub issueDescription
#python-general
and other python-related channels sometimes go offtopic. Implementation of this issue will add topics for specific python channels, so there aren’t generic topics. If no topics can be found, the user will know because the bot will tell them.
Reasoning
It could be hard to come up with a topic on the spot to continue the conversation, or maybe people just can’t come up with one to discuss. This issue will solve that problem.
Proposed Implementation
The topic command will be modified to see if it was called in #python-general or a python-related channel. If it was, it will find topics for that channel within a file containing a list of possible topics for that specific channel.
Additional Details
Some suggestions I have in mind:
- “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?”
Would you like to implement this yourself?
- I’d like to implement this feature myself
- Anyone can implement this feature
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
How To Write Conditional Statements in Python 3 - DigitalOcean
This tutorial will take you through writing conditional statements in the Python programming language.
Read more >The Python Tutorial — Python 3.11.1 documentation
This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a...
Read more >Python - Network Programming - Tutorialspoint
Python - Network Programming, This Python tutorial is for beginners which covers all the concepts related to Python Programming including What is Python, ......
Read more >How to Use Python: Your First Steps
In this step-by-step tutorial, you'll learn the basics of how to use Python. With this knowledge, you'll be able to start coding your...
Read more >8 YouTube Channels That You Should Follow As A Python ...
In fact, we were asked to learn and practise either C++ or Java after C. This is not the case anymore. There are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright. I’ll put this together and then make a PR. More topics will be collected in there before merging.
that looks good, nicer than mine.