Blank Video Poster

How to manage Python projects using Virtualenv

Apr 19, 2022

tutlinks.com

Managing Python projects using virtualenv This is part 2 of Dead Simple Python Tutorials (DSPT) Series. Checkout the full playlist of DSPT here http://bit.ly/2On1zdT Checkout the detailed blog post here https://bit.ly/2xLYKLF In this tutorial, we will see how to manage Python projects using virtualenv. virtualenv is a popular library that helps to manage different version of python on a machine with multiple python projects with its self contained python library management structure. Contents: 00:00 Introduction 00:11 Advantage of Virtualenv 00:36 How virtualenv organizes your project's modules 01:22 How to check the version of Python 01:48 Short Introduction to PIP 01:58 How to check version of PIP 02:05 How to upgrade PIP
#Programming #Training & Certification #Computer Education