Setting up Development environment with virtualenv
Virtualenv is a Python module which helps to create isolated Python environments for our scripting experiments, which creates a folder with all necessary executable files and modules for a basic Python project.
Virtual environments help to separa...
ajaytekam.hashnode.dev1 min read