Creating a Python virtual environment with Pipenv and Visual Studio Code

Опубликовано: 29 Сентябрь 2024
на канале: Let's Learn About
21,487
150

Many people use Anaconda to write Python code. But it is so cumbersome for small scripts and it is hard to manage.

Instead, we can create our own virtual environments (like our own world) where we only have the packages we want to install


In this video you will learn how to:

What Virtual Environments are
Why we use them
How to create our own Virtual Environment
How to install packages
How to create a small project from our Virtual Environment


╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬


00:13 - Intro
00:23 - What it is Anaconda?
00:58 - What it is a Virtual Environment?
01:38 - What we are going to learn on this video
01:47 - Create your Virtual Environment with Pipenv
03:44 - Install Scrapy
04:17 - Create a Spider script with Scrapy
05:26 - Summary



╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬

Anaconda:
https://en.wikipedia.org/wiki/Anacond...)

Real Python Virtual Environment article:
https://realpython.com/python-virtual...

Pipenv docs:
https://pypi.org/project/pipenv/

Scrapy docs:
https://scrapy.org/

My own Scrapy tutorial series:
   • Creating your first Scrapy spider - 0...  


╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬

Subscribe to the channel:
   / @letslearnabout4934  

Twitter:
  / davidmm1707