If you want to or planning to get serious with Python programming, then knowing how to create and work with Python virtual environment is something you must know. A Python virtual environment is an environment that is isolated and independent from other Python projects, that means anything you do in that particular environment will not impacting anything out the virtual environment.
In this tutorial I will show you a quick example on how to use the Venv module to create a virtual environment and as well as how to activate the environment.