The Importance of Virtual Environments for Data Engineers

Поділитися
Вставка
  • Опубліковано 1 сер 2024
  • ►► Establish a Well-Structured Data Warehouse for Your Small Team In 90 Days (Free Guide) → www.kahandatasolutions.com/guide
    Many data tools today are code based and built on top of python.
    And while you don't have to be a python wizard what, it does mean is you'll need to get comfortable building and maintaining python style projects.
    One critical best practice you'll need to understand is using virtual environments.
    So in this video we'll talk about:
    - What virtual environments are
    - Why they're important as data engineers
    - How you can create one to share with the rest of your team
    Thank you for watching!
    Timestamps:
    0:00 Intro
    0:21 What are Virtual Environments?
    1:25 Common Tools to Use
    3:01 Create a Virtual Environment
    6:12 Export & Share Dependencies
    Title & Tags:
    The Importance of Virtual Environments for Data Engineers
    #kahandatasolutions #dataengineering #python

КОМЕНТАРІ • 12

  • @KahanDataSolutions
    @KahanDataSolutions  Рік тому

    ►► Establish a Well-Structured Data Warehouse for Your Small Team In 90 Days (Free Guide) → www.kahandatasolutions.com/guide

  • @nicky_rads
    @nicky_rads Рік тому

    well done, thank you !

  • @elies92g
    @elies92g Рік тому

    super clear thanks!

  • @1988YUVAL
    @1988YUVAL Рік тому +1

    Your content is always top notch. Very useful information.

  • @sarahseils8545
    @sarahseils8545 Рік тому

    Wow, this video was incredibly helpful! I didn’t understand the concept of virtual environments until now 😊

  • @mad-hat
    @mad-hat 7 місяців тому

    He explained very well what is happening and how it is happening. but please, voice all your actions a little slower, because it is difficult for non-native English speakers to understand and we have to go back

  • @ukaszszara6093
    @ukaszszara6093 Рік тому

    Hi, Is it possible to have virtual env with different version of python without installing that particular version of python, for example I have python 3.11 installed and I would like to create venv with python 3.8 (without installing python 3.8 on my windows)?

    • @KahanDataSolutions
      @KahanDataSolutions  Рік тому

      I'm not sure (never tried to do this), but perhaps that's a good use case of PyEnv

  • @manishkumar73
    @manishkumar73 Рік тому

    First