Hello! I am very new to Pythong(I do have some Java knowledge), and I've been learning the basics now.
I came across virtual environment the other day, but have been struggling to understand how to use it?
I managed to create one and activate it, but was then having issue with importing a class from another file.
Once I deleted the venv, i worked fine.
When I create a venv, do I create my python files in it?
Which command prompt do I use - the VS Code one, or Windows CMD? I seem to have less issues with the Windows CMD.