I recently learned that you can name a virtual environment with a recognisable name, but still have it create a venv folder so that an IDE can recognise it automatically! ️$ python3 -m venv —prompt myvenvname venv(from Talk Python's Modern Python Projects course).
Your Python Jumpstart by Building 10 Apps course is the best I have seen. As an experienced Python developer, I highly recommend it.
Modern Python Projects has and continues to provide valuable insight, that has aided my development workflow and given me knowledge of tools that I otherwise wouldn't. I heartily recommend this course to all practitioners of Python.
I'm currently doing the course and am finding it fantastic really improving my coding abilities.