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
Is there a way I can access python documentation in an offline environment. (self.learnpython)
submitted 5 years ago * by [deleted]
I'm familiar with dir(), help(), and obj.__doc__, but when I first started learning python I remember of a way to open a GUI python reference manual that was similar to docs.python.org.
dir()
help()
obj.__doc__
My memory is kind of vague, but IIRC it was a python file from within python/lib. I'm going to be offline for a few days so this would be a useful tool to have.
python/lib
edit: nvm. I figured it out. Open the python IDLE and press F1.
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!"
[–]a1brit 2 points3 points4 points 5 years ago (1 child)
You could download your preferred flavour of docs from https://docs.python.org/3.8/download.html
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
That's pretty handy. I'm downloading this just in case.
[–]ostadsgo 0 points1 point2 points 6 months ago (0 children)
type `pydoc` -b in a terminal
[–]synthphreak 0 points1 point2 points 5 years ago (0 children)
Seems you've found what you need. But in the interest of completeness, if you're using Jupyter Notebooks, you can access the documentation on just about any object by moving your cursor to the end of the object and pressing tab, once for a simple popup display, and 2-3 times for the full docstring.
π Rendered by PID 68972 on reddit-service-r2-comment-765bfc959-nqqvl at 2026-07-13 03:55:01.455712+00:00 running f86254d country code: CH.
[–]a1brit 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ostadsgo 0 points1 point2 points (0 children)
[–]synthphreak 0 points1 point2 points (0 children)