Get Help with Python Module in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type python3 and press the return key to go into the Python interactive shell.
image

• Type help(“modules”) and press the return key to list all available modules.
image

• Type help(“< module >”) and press the return key to get help with the desired module.
image

• Press spacebar to move forward in the help pages.
image

• Press Q key to exit the help pages.
image

• Type quit() and press return key when you’re ready to leave the Python interactive shell and return to the UNIX shell.
image

⚠️ **GitHub.com Fallback** ⚠️