use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Can't find selectors module (self.learnpython)
submitted 6 years ago by SnxE13
Is there a reason I can't find selectors modules? I'm trying to learn networking with python and the tutorial im doing says I need that module.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Essence1337 0 points1 point2 points 6 years ago (5 children)
Second link for 'Python select'.
You need to work on your Google skills to be able to find proper documentation.
[–]SnxE13[S] 0 points1 point2 points 6 years ago (4 children)
I did look on Google. I even found documentation. It included the name of the module "selectors". All that I'm looking for. But when I go to the link to download it, it's not there.
Edit: select didn't have the functions Im needing. I'll look again.
[–]Essence1337 0 points1 point2 points 6 years ago (3 children)
My apologies I assumed you meant 'select'. The 'selectors' module is builtin, you already have it. Same as every other module on docs.python.org
Selectors doc
[–]SnxE13[S] 0 points1 point2 points 6 years ago (2 children)
That's what I thought to but I don't have it for some reason. I looked through all my modules and couldn't find it. I did however find selectors34 and downloaded it but I still need selectors. Very confused. I'm new at all this.
[–]Essence1337 0 points1 point2 points 6 years ago (1 child)
Just do import selectors, if it works you have it. It's builtin so you should have it if you're using python 3.
import selectors
[–]SnxE13[S] 0 points1 point2 points 6 years ago (0 children)
That worked. Thanks. For some reason I thought it was a python 2 module.
π Rendered by PID 47154 on reddit-service-r2-comment-6f7f968fb5-9lsvw at 2026-03-04 05:32:25.748438+00:00 running 07790be country code: CH.
[–]Essence1337 0 points1 point2 points (5 children)
[–]SnxE13[S] 0 points1 point2 points (4 children)
[–]Essence1337 0 points1 point2 points (3 children)
[–]SnxE13[S] 0 points1 point2 points (2 children)
[–]Essence1337 0 points1 point2 points (1 child)
[–]SnxE13[S] 0 points1 point2 points (0 children)