While working with Python you may wonder what is the version of a certain Python package (library) that you are using.
There are several ways of how to get the version of a package or module in Python.
This note describes how to check the version of Python packages from a Python shell, from a command-line (terminal) or using a pip command. (more…)