Creating a Python virtual environment with Pipenv and Visual Studio Code

preview_player
Показать описание
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:

Real Python Virtual Environment article:

Pipenv docs:

Scrapy docs:

My own Scrapy tutorial series:

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

Subscribe to the channel:

Twitter:
Рекомендации по теме
Комментарии
Автор

Im learning web scraping and python and ive been stuck with the problem of crawl unknown command for almost a full week. I come across your vide and followed your instructions and you solved my problem. Fantastic Thank - you

sovfren
Автор

hey mate, coming from your django rest api article, your contents is great, keep up the good work !

PythonicPath
Автор

Learned about Scrapy from your video. Great content. Thank you

KanadaAlevi
Автор

but how to make the "pipenv shell" automatically at the beginning of VSCODE when I open the shell, thanks ?

CatalogueAddict
Автор

up/down arrow history doesn't work on pipenv shell on windows

Any Hacks??

fun
Автор

Hello Sir, after pipenv shell it is showing 'pipenv' is not recognized as an internal or external command. So what to do now? Please tell me...

shubhamvarma
Автор

Sir,
Please make video on how to install and use pyenv on Windows.

garfield-pro
Автор

I want to create venv with different python version... how can I do this ?

deepanshuaggarwal
Автор

Your voice quality is very poor. but good content.

Escrimark
Автор

Man, when you make a video think that people need hear whatever you say.

fabiolsmineiro