how to check the packages installed in python in which version code example Example: check package version python import packagename print(packagename.__version__)