A journal on information technology: things I studied, worked, thought, but can't stay in my memory.
help('modules')
in python shell. It shows all installed packages including stdlib. If we are not interested in stdlib, command pip works:
pip freeze
It generates installed packages in requirements format.