DEV Community

Muhammad
Muhammad

Posted on

TIL

Today I learned that you can view python's documetation in browser using
pydoc
if you run this command python3 -m pydoc -p <specify_port>

Top comments (0)