venv / Virtual Environments in Python (Python Part 7)

Поделиться
HTML-код
  • Опубликовано: 28 июн 2024
  • Support Silicon Dojo at: donorbox.org/etcg
    RSVP for Classes at: www.silicondojo.com
    LinkedIN at: / eli-etherton-a15362211
    Notes and Sample code can be found here - www.elithecomputerguy.com/202...
    00:00 Intro
    06:33 What Virtual Environments Mean
    12:46 Basics of venv
    22:02 Creating and Using venv Virtual Environments
    35:23 Using requirements.txt Files
    40:49 Security Concerns with venv
    43:50 Final Thoughts
  • НаукаНаука

Комментарии • 10

  • @martinsherry
    @martinsherry 7 месяцев назад +3

    Great video, really clear. I wish there a similar video for git and github, including how to use it with venv. Thanks for the vid, best i've seen in this space.

  • @drewbell5260
    @drewbell5260 7 месяцев назад

    Great teacher!

  • @RussellSmith-nv2je
    @RussellSmith-nv2je 7 месяцев назад

    Thanks for a good explanation

  • @svt9047
    @svt9047 7 месяцев назад +1

    Thank you!!!

  • @Mah45565
    @Mah45565 6 месяцев назад

    Eli you rock!

  • @brandonfarfan1978
    @brandonfarfan1978 7 месяцев назад

    Thanks for another good lesson.👍

  • @synchro-dentally1965
    @synchro-dentally1965 7 месяцев назад +1

    👍

  • @Mj27th
    @Mj27th 7 месяцев назад

    PIP = Preferred Installed Program :D

  • @Abomin81onVlog
    @Abomin81onVlog 7 месяцев назад

    “I can be shockingly stupid sometimes” The one thing all developers have thought to themselves and always will

  • @bullred6897
    @bullred6897 6 месяцев назад

    The packages are installed in a virtual env, can we changed all the files, even outside of this env folder thru such installed packages?