The PyCharm New Project dialog is explained and an introduction to using the PyCharm package manager and creating virtual environments to isolate your project.
Blog Article to go with video:
https://teklern.blogspot.com/2018/09/...
Standard packages:
https://docs.python.org/3/py-modindex...
PyPi.org:
https://pypi.org/
pip users guide:
https://pip.pypa.io/en/stable/user_gu...
python venv tutorial:
https://docs.python.org/3//tutorial/v...
Discovering packages:
https://wiki.python.org/moin/UsefulMo...