Python/Django - Session 2 - Python2 vs python3, python pip and virtualenv

Опубликовано: 24 Июль 2026
на канале: Hossein Soleimany
9
0

In these series of sessions, I try to teach you how to start your first django project from scratch. After watching all of these sessions, you can build any web application using python/django.

In this session we discuss about our very first step in python. We talk about why python 3 exist and why it's so different of python 2, After that we will talk about python package manager (pip) and how to have different python environments in same OS.