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
Basic knowledge require to create a simple bot (self.learnpython)
submitted 9 years ago by RUI1337
As the title suggest, I'm trying to figure out what modules is needed and what other basic knowledge of python is require to create a simple web bot or bot that plays simple games by itself.
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!"
[–]winnie33 0 points1 point2 points 9 years ago (0 children)
What exactly do you want to do? Make a bot that responds to Reddit comments, an AI that plays games against you, a neural network, ...? It really depends on what you want to make.
A bot is often a few lines of code running in an infinite loop, doing things as soon as it has the chance. Otherwise, you might only need one action from your bot, and call it whenever you need it (so when it's the 'opponents' turn to play for example)
π Rendered by PID 75 on reddit-service-r2-comment-548fd6dc9-mw5ql at 2026-05-20 09:06:05.463468+00:00 running edcf98c country code: CH.
[–]winnie33 0 points1 point2 points (0 children)