Welcome fellow pythonista!
In this cheatsheet, you will find miscellaneous commands I've found useful in my career or through teaching others. If you have suggestions to add, please fork this and do a pull request (PR)!
pip3 show package_name
When you run the above in a terminal, one of 3 things will occur:
- Error Returned: an error will occur because python or pip3 isn't installed
- Nothing Returned: package is not installed
- Anything Else Returned: something similar to the below image from Windows command prompt will display