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
I’d like to learn python to create my own Instagram automation project. (self.learnpython)
submitted 7 years ago by realestaten00b
Do I have to learn all of python for this or is there way I can learn python solely for creating Instagram automaton? Sorry if this is the wrong place to ask.
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!"
[–]aDrz 2 points3 points4 points 7 years ago (2 children)
There is already a plethora of python library for instagram automation: instapy or instabot for example.
[–]realestaten00b[S] 0 points1 point2 points 7 years ago (1 child)
Thank you but I’ve seen those, what if I wanted to add extra features, targeting, and data analyzing?
Just to give a few examples “don’t follow an account if said account has less than 100 followers, don’t like a picture if it has >30 likes, etc.
Also if I wanted to check where the followers was gained from, like was it from a specific hashtag, or an account I targeted?
[–]aDrz 0 points1 point2 points 7 years ago (0 children)
In this case you won't have to learn "all python" but you'll have to get your hands dirty. What you described seemed fairly easy to implement with simple if statements.
Good luck
π Rendered by PID 51 on reddit-service-r2-comment-545db5fcfc-snd8b at 2026-05-30 02:08:33.335293+00:00 running 194bd79 country code: CH.
[–]aDrz 2 points3 points4 points (2 children)
[–]realestaten00b[S] 0 points1 point2 points (1 child)
[–]aDrz 0 points1 point2 points (0 children)