Python Forum
Thread Rating:
  • 3 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
making a directory
#6
(Mar-23-2017, 02:52 AM)Skaperen Wrote: if i read about too many things at once i forget enough about most of them to make that useless.  i won't remember the function name or the particular words to describe it.  this has happened before, do i know it is real.  what i think i need to do is make a web page with all the nice things listed in a short form (one line each).  that will be a lot of work.

Easy-peasy:

~ $ pydoc -w os os.path
wrote os.html
wrote os.path.html
I think this command comes with the python.

Wow, I didn't know it. It gets even better :D
Try out:
$ pydoc -p 8080

This will run a web server on port 8080 and you can read the docs in the browser at http://localhost:8080
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
making a directory - by Skaperen - Mar-22-2017, 05:17 AM
RE: making a directory - by buran - Mar-22-2017, 05:24 AM
RE: making a directory - by Skaperen - Mar-22-2017, 09:01 AM
RE: making a directory - by wavic - Mar-22-2017, 09:06 AM
RE: making a directory - by Skaperen - Mar-23-2017, 02:52 AM
RE: making a directory - by wavic - Mar-23-2017, 03:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Making Zip file of a file and Directory Nasir 2 1,075 Oct-07-2022, 02:01 PM
Last Post: Nasir

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020