Installing PyCharm IDE with Python 3.10 || Configuring Virtual Env & PipEnv || Windows 11

Опубликовано: 18 Март 2026
на канале: Mr. Programmer
3,391
39

In this video, I will show you how to install and setup PyCharm and also how to install Python and configuring that in PyCharm. I will also discuss the 4 virtual environment we have available - virtualenv, pipenv, poetry, conda.

We will learn how to configure the first two, virtualenv and pipenv and how to install packages under pipenv.

Link for PyCharm: https://www.jetbrains.com/pycharm/dow...

Link for Python: https://www.python.org/downloads/

**Contents in the video**

00:00 - Intro
00:30 - Installing PyCharm
01:16 - Installing Python
01:59 - Python Virtual Envs
03:05 - Hello World App with VirtualEnv
03:23 - Hello World App with PipEnv
04:35 - Pipfile and installing packages
05:20 - Change Theme & Interpreter (Settings)
05:54 - Ending

#programming #programmingforbeginners #python #integrateddevelopment #pycharm #virtualenv