How to read pydoc on python interpreter

Even on Windows (ConEmu) [https://conemu.github.io/] It is convenient to run the interpreter by hitting python.exe directly from the environment, but let's read pydoc without connecting to the Unix environment. It was jammed. When I open the Cmd window, the path doesn't seem to pass.

To read on the command line, I searched for'python -m pydoc [target] and also found the tip ([Windows 7 --pydoc from cmd -Stack Overflow-](http://stackoverflow.com/questions/4149274/ windows-7-pydoc-from-cmd)), but this also opens two windows. Look at the main body of pydoc when connecting to a unix environment. No, I should have just executed the only method that appeared in'pydoc -m pydoc pydoc' even in the Windows environment. On the interpreter, I should have done the following.

'import pydoc pydoc.help( 'pydoc' )'

It looks like this pydoc.png

Recommended Posts

How to read pydoc on python interpreter
[Kivy] How to install Kivy on Windows [Python]
How to erase Python 2.x on Mac.
Memorandum on how to use gremlin python
How to install Python
How to read PyPI
How to install python
How to read JSON
How to read a CSV file with Python 2/3
[2020 version] How to install Python3 on AWS EC2
Strategy on how to monetize with Python Java
How to install OpenCV on Jetson Nano Python
How to use Python Kivy ④ ~ Execution on Android ~
[Python] How to read excel file with pandas
[Python] How to read data from CIFAR-10 and CIFAR-100
How to run MeCab on Ubuntu 18.04 LTS Python
[Python] How to install OpenCV on Anaconda [Windows]
How to make Python Interpreter changes in Pycharm
[2020.8 latest] How to install Python
Think about how to program Python on the iPad
python3: How to use bottle (2)
How to embed mod_wsgi into Apache on Python Windows
[Python] How to use list 1
How to update Python Tkinter to 8.6
How to register on pypi
How to use Python argparse
How to build a Django (python) environment on docker
Update python on Mac to 3.7-> 3.8
Python: How to use pydub
[Python] How to deal with pandas read_html read error
[Python] How to use checkio
How to run Notepad ++ Python
How to use Django on Google App Engine / Python
How to change Python version
How to develop in Python
How to enjoy Python on Android !! Programming on the go !!
[python] How to judge scalar
[Python] How to use input ()
How to read csv containing only integers in Python
How to build a Python environment on amazon linux 2
How to use Python lambda
[Python] How to use virtualenv
python3: How to use bottle (3)
python3: How to use bottle
How to use Python bytes
How to install Python2.7 python3.5 with pyenv (on RHEL5 CentOS5) (2016 Nov)
How to switch the configuration file to be read by Python
How to build a new python virtual environment on Ubuntu
[Hyperledger Iroha] Notes on how to use the Python SDK
Don't lose to Ruby! How to run Python (Django) on Heroku
[Ev3dev] How to display bmp image on LCD with python
How to deploy the easiest python textbook pybot on Heroku
How to read an Excel file (.xlsx) with Pandas [Python]
How to install python using anaconda
How to write a Python class
[Python] How to FFT mp3 data
[Python] How to do PCA in Python
Python: How to use async with
Python 3.6 on Windows ... and to Xamarin.
How to read e-Stat subregion data
How to install mysql-connector-python on mac