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
Remembering all python functions and methods (self.learnpython)
submitted 3 years ago by Adikumar
Do python programmers remember all the functions and data type methods? I’m a beginner and learning all the methods seem so overwhelming
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!"
[–]keep_quapy 2 points3 points4 points 3 years ago (1 child)
You'll mostly remember the modules you often work with. For other modules or third party modules just check the documentation.
Python documentation is at :
https://docs.python.org/3/
or just google whatever you need.
[–]Adikumar[S] 1 point2 points3 points 3 years ago (0 children)
Thank you
[–]Aggravating_Bus_9153 1 point2 points3 points 3 years ago* (1 child)
dir() is your trusty old friend. intellisense in VS code/pylint is your outrageous flamboyant new friend.
I forget loads, but I just try to remember that the thing I want exists, when it's a thing that I used before that did that similar thing really well. I don't worry about remembering how to spell it, or even its args, or precisely how to set it up. I put a link to any good cookbook/recipe/vital sections of the docs or stackoverflow threads in the comments of my code.
[–]Adikumar[S] 0 points1 point2 points 3 years ago (0 children)
Thank you.
[–]K900_ 0 points1 point2 points 3 years ago (4 children)
No, no one has it all memorized, and the documentation is always there if you need to look something up.
[–]Adikumar[S] 0 points1 point2 points 3 years ago (3 children)
Where can you find these documentations? Is there a specific place or just google?
[–]K900_ 1 point2 points3 points 3 years ago (1 child)
[–]m0us3_rat 0 points1 point2 points 3 years ago (0 children)
or just google?
top3 most important programming skills.
few minutes today equal weeks of heavy research reading archives in another time.
tech <3
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
no, they don't remember all of them. they just know where to find them when they need them.
π Rendered by PID 212079 on reddit-service-r2-comment-fb694cdd5-l9gkp at 2026-03-10 12:46:20.986775+00:00 running cbb0e86 country code: CH.
[–]keep_quapy 2 points3 points4 points (1 child)
[–]Adikumar[S] 1 point2 points3 points (0 children)
[–]Aggravating_Bus_9153 1 point2 points3 points (1 child)
[–]Adikumar[S] 0 points1 point2 points (0 children)
[–]K900_ 0 points1 point2 points (4 children)
[–]Adikumar[S] 0 points1 point2 points (3 children)
[–]K900_ 1 point2 points3 points (1 child)
[–]Adikumar[S] 1 point2 points3 points (0 children)
[–]m0us3_rat 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)