Python Virtual environment guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 330

  • @muddi900
    @muddi900 9 หลายเดือนก่อน +8

    Seriously yaar, your videos are like a good cup of chai. The most appropriate title for a youtube channel.

  • @dkboss2414
    @dkboss2414 9 หลายเดือนก่อน +2

    i have started with javascript but now i am big fan of your python series

  • @pranjal8425
    @pranjal8425 9 หลายเดือนก่อน +1

    I was just looking for a complete explantion for venv in python after using astral's uv. Thanks sir.

  • @shees143.
    @shees143. 3 หลายเดือนก่อน

    Dear Hitesh Choudhary,
    I wanted to extend my deepest gratitude for being such an incredible IT instructor. Your passion for teaching and your expertise in Python have truly inspired me. I am thrilled to share that I have successfully completed the course with diligent practice! 🥳
    Thank you for making complex concepts easy to understand and for always being supportive. Your guidance has been invaluable, and I am excited to continue my coding journey with the strong foundation you've provided.
    Warm regards,
    [Hira Khalid]

  • @SAhmBal89
    @SAhmBal89 9 หลายเดือนก่อน +1

    I like both chai aur code which are available at this channel and I am subscribing it. 😊

  • @smilekr3689
    @smilekr3689 6 หลายเดือนก่อน +1

    You're incredible! The way you explain things is incredibly calming and easy to understand.

  • @heyOrca2711
    @heyOrca2711 9 หลายเดือนก่อน

    One more video to go and I will finish this Python series! Thank you hitesh sir!!

  • @dev-akeel
    @dev-akeel 9 หลายเดือนก่อน +6

    9:05 Correction: virtualenv package is not required for this command to run. You can directly use this command without any package
    `python3 -m venv`

    • @viditvats5733
      @viditvats5733 หลายเดือนก่อน

      you can run using this too but the difference lies in speed and some extra features that virtualenv offers.

    • @dev-akeel
      @dev-akeel หลายเดือนก่อน

      @@viditvats5733 No = speed, Maybe = features.

  • @bhaveshkarnewar719
    @bhaveshkarnewar719 5 หลายเดือนก่อน

    maan gaye guruji, pure industry level content!

  • @eanmoneywithmobile
    @eanmoneywithmobile 9 หลายเดือนก่อน +1

    Start my weekend with your videos

  • @souravmandal3868
    @souravmandal3868 7 หลายเดือนก่อน +1

    This man deserves a lot.

  • @kumakshit
    @kumakshit 9 หลายเดือนก่อน +1

    Very well Explained sir
    Respect 🙏

  • @ridamsinghal1073
    @ridamsinghal1073 2 หลายเดือนก่อน

    Sir your content is next level

  • @theexposer9483
    @theexposer9483 5 หลายเดือนก่อน

    Great content from Mr. Chaudhary. Keep the good work. Your style to explain the subject is excellent.💯

  • @siddhant2943
    @siddhant2943 4 หลายเดือนก่อน +1

    If someone is following on Windows and getting an execution policy error please note that your computer's execution policy doesn't allow to run Powershell scripts for security concerns. You can change this using the following cmdlet: "set-executionpolicy remotesigned" .

  • @luxurycars-kk3ro
    @luxurycars-kk3ro 5 หลายเดือนก่อน

    best series in youtube for python

  • @AmitGusai-u7i
    @AmitGusai-u7i 9 หลายเดือนก่อน

    your teaching skills are just ♥

  • @datamangementbrij6413
    @datamangementbrij6413 5 หลายเดือนก่อน

    you are amazing sir. Nicely Conveying your learnings to us.

  • @mokshsharma7569
    @mokshsharma7569 4 หลายเดือนก่อน

    best content creator Period.

  • @everythingispossible6310
    @everythingispossible6310 7 หลายเดือนก่อน

    Good voice quality, and stability of words

  • @suuumans
    @suuumans 9 หลายเดือนก่อน

    Sir k sikhane k baad sab kuch easy lagta hai.

  • @OMKARANAVKAR
    @OMKARANAVKAR 9 หลายเดือนก่อน +2

    Save pip packages list to requirements.txt file using command : pip freeze > requirements.txt
    Install packages from requirements.txt file : pip install -r .
    equirements.txt

    • @Numdig
      @Numdig 9 หลายเดือนก่อน

      You can also use ```bash
      pip install -r requirements.txt```

  • @sagarghosh2897
    @sagarghosh2897 8 หลายเดือนก่อน

    Bohot maza ayaa, you are setting a very high bar sir.

  • @gopuadks
    @gopuadks 9 หลายเดือนก่อน +12

    "pip install -r requirements.txt", this is used to install packages from requirement.txt file

  • @mohitashliya8750
    @mohitashliya8750 8 หลายเดือนก่อน

    bhai itna enjoy kabhi nahi kia coding ko . He is granting boon for fun programming.

  • @santoshchavan8983
    @santoshchavan8983 หลายเดือนก่อน

    unbelievable series sir

  • @deepeshji
    @deepeshji 6 หลายเดือนก่อน

    best python series ever

  • @afzalhamdulay
    @afzalhamdulay 9 หลายเดือนก่อน

    chai aur python series OP🔥🔥🔥

  • @sayantandatta2996
    @sayantandatta2996 5 หลายเดือนก่อน

    supper awesome video pls make more like this . ❣🙏🙏

  • @hardikrawal1233
    @hardikrawal1233 2 หลายเดือนก่อน

    To install the modules by referencing the requirements.txt file, we need to write a command :- pip install -r requirements.txt
    Note :- Correct me if I am wrong :)

  • @patcher2944
    @patcher2944 9 หลายเดือนก่อน

    It is better to use pip freeze > requirements.txt kyuki baad mey requirements file install karne mein asani hogi pip list > requirements.txt se bani file install nahi hota hai pip list dikhne mey achha lagta hai

  • @ChomuToons
    @ChomuToons 9 หลายเดือนก่อน

    You are the best teacher❤

  • @AwaisOtho
    @AwaisOtho 2 หลายเดือนก่อน

    love all your videos

  • @shantanuseth9955
    @shantanuseth9955 8 หลายเดือนก่อน

    Thanks for such a wonderful explaination

  • @BadarButt-gt4yw
    @BadarButt-gt4yw 9 หลายเดือนก่อน +1

    Very nice❤

  • @visheshkumaryadav1579
    @visheshkumaryadav1579 9 หลายเดือนก่อน

    I was looking for this only 😊😊

  • @MCA_HimanshuSeth
    @MCA_HimanshuSeth 7 หลายเดือนก่อน

    no words to thank you sir

  • @shorts_motivation15
    @shorts_motivation15 6 หลายเดือนก่อน

    Great sir👍👍👍👍

  • @Schrödinger3
    @Schrödinger3 9 หลายเดือนก่อน

    QUALITY CONTENT👌

  • @kamalpandit2101
    @kamalpandit2101 4 หลายเดือนก่อน

    Thanks lot of you sir for this your effort

  • @rushikeshpachpute6115
    @rushikeshpachpute6115 3 หลายเดือนก่อน

    Best sir🎉🎉🎉

  • @lalitsingh-de1md
    @lalitsingh-de1md 2 หลายเดือนก่อน

    thanks sir and love you☕☕💖💖

  • @viditvats5733
    @viditvats5733 หลายเดือนก่อน

    pip install -r requirements.txt is the command that is to be run in the terminal in order to install the packages listed in the requirements.txt file in one go.

  • @SaifulIslam-pe3hn
    @SaifulIslam-pe3hn 9 หลายเดือนก่อน

    yes let's go😊😊❤❤❤

  • @adityajain5336
    @adityajain5336 8 หลายเดือนก่อน

    best python series

  • @AdarshRebile-v9z
    @AdarshRebile-v9z 3 หลายเดือนก่อน

    😄thanks for tutorial

  • @visheshgupta4990
    @visheshgupta4990 9 หลายเดือนก่อน +2

    Sir, What is that life left timer ? a window I see during the video ? what is the use of that ? Does that is to remind that time is limited we should value our time ?

    • @QuantumXdeveloper
      @QuantumXdeveloper 9 หลายเดือนก่อน +1

      sir ka age show kr raha hai sayad

  • @random-videos-all
    @random-videos-all 8 หลายเดือนก่อน

    your videos are awsome sir ji

  • @Zeep-g3d
    @Zeep-g3d 5 หลายเดือนก่อน +1

    Thank you sir

  • @kizigamer6895
    @kizigamer6895 9 หลายเดือนก่อน

    Best video!!

  • @AwaisOtho
    @AwaisOtho 2 หลายเดือนก่อน

    great series

  • @namansharma4856
    @namansharma4856 7 หลายเดือนก่อน

    you are greattt sir

  • @SayounGaming
    @SayounGaming 9 หลายเดือนก่อน

    Ye wala much needed video tha

  • @subratkumarnayak2560
    @subratkumarnayak2560 4 หลายเดือนก่อน

    again learnt a new thing

  • @prabhatthakur8730
    @prabhatthakur8730 9 หลายเดือนก่อน

    Great Explanation Sir

  • @Hitmonle
    @Hitmonle 9 หลายเดือนก่อน

    Nice explanation ❤

  • @arpannaskar5758
    @arpannaskar5758 6 หลายเดือนก่อน

    i need this video thanks 😁

  • @kazitanim007
    @kazitanim007 5 หลายเดือนก่อน

    great course.

  • @KeshavKaushik-g2c
    @KeshavKaushik-g2c 5 หลายเดือนก่อน

    Thanks for the videos

  • @VARUNVERMABCE
    @VARUNVERMABCE 9 หลายเดือนก่อน

    Thank sir for this video ❤

  • @zuhaibmirza4320
    @zuhaibmirza4320 9 หลายเดือนก่อน +1

    Sir please teach us to develop and deploy django drf + react + docker

  • @ajaykryadav
    @ajaykryadav หลายเดือนก่อน

    too good tutorial

  • @ANUbhav918
    @ANUbhav918 8 หลายเดือนก่อน

    Superb !

  • @bhaveshkarnewar719
    @bhaveshkarnewar719 5 หลายเดือนก่อน

    chad hitesh sir

  • @dadasahebraut2128
    @dadasahebraut2128 6 หลายเดือนก่อน

    This is awesome

  • @Debraj-HTC
    @Debraj-HTC 9 หลายเดือนก่อน

    pip install -r requirements.txt to install the requirements. Thank you for the showing how to step-by-step create a virtual env. Thank You!

    • @afzalhamdulay
      @afzalhamdulay 9 หลายเดือนก่อน

      is this to install every library mentioned in requirement.txt file at once?

    • @Debraj-HTC
      @Debraj-HTC 9 หลายเดือนก่อน

      @@afzalhamdulay yes just like npm i for node

  • @AbdulSamad-zj9vr
    @AbdulSamad-zj9vr 9 หลายเดือนก่อน

    Wonderful explanation

  • @anandshinde0358
    @anandshinde0358 8 หลายเดือนก่อน

    Thank you so much sir ❤❤❤

  • @CoderBoy2004
    @CoderBoy2004 9 หลายเดือนก่อน

    Nice Video Sir

  • @SonuKushwaha-ce6hm
    @SonuKushwaha-ce6hm 9 หลายเดือนก่อน +1

    command to install all dependencies from requirements.txt
    pip install -r requirements.txt

  • @cute.animalsofficial
    @cute.animalsofficial 9 หลายเดือนก่อน

    love you hitesh sir

  • @chaudharilokesh
    @chaudharilokesh 5 หลายเดือนก่อน

    comment target - best narration ever.

  • @rohan.sstc1
    @rohan.sstc1 6 หลายเดือนก่อน +1

    300K subs😊

  • @thatcyberkinetic
    @thatcyberkinetic 9 หลายเดือนก่อน

    ❤❤ Thank you Sir ❤❤

  • @maiharshithu
    @maiharshithu 9 หลายเดือนก่อน

    yo lets gooo!!!

  • @AIVERSE404
    @AIVERSE404 9 หลายเดือนก่อน

    abhi yaha hu mai bahot jald ye playlist khtama ho jayega mera yeeeeeee

  • @ramanjaneyuluv479
    @ramanjaneyuluv479 9 หลายเดือนก่อน

    Great video

  • @abhijitrajkumar2406
    @abhijitrajkumar2406 9 หลายเดือนก่อน

    Keep going sir
    ..

  • @jaiminbariya8830
    @jaiminbariya8830 6 หลายเดือนก่อน

    Thank you sir :)

  • @maskedcoder2005
    @maskedcoder2005 9 หลายเดือนก่อน +3

    Lets complete the comment target

  • @pixelplayz428
    @pixelplayz428 9 หลายเดือนก่อน

    great video sir

  • @subratkumarnayak2560
    @subratkumarnayak2560 4 หลายเดือนก่อน

    Thank you so much sir

  • @shaali9381
    @shaali9381 5 หลายเดือนก่อน

    zabardast sir

  • @krishnapalsingh2777
    @krishnapalsingh2777 9 หลายเดือนก่อน

    Super sir😊

  • @swapnilshinde1617
    @swapnilshinde1617 9 หลายเดือนก่อน

    really great info

  • @tuhinghosh9737
    @tuhinghosh9737 9 หลายเดือนก่อน

    Thank you sir ❤

  • @MukeshKumar-nn4nq
    @MukeshKumar-nn4nq 9 หลายเดือนก่อน

    fir se aa gye hai target pura karne

  • @rohan.sstc1
    @rohan.sstc1 6 หลายเดือนก่อน +1

    Cannot be loaded because running scripts
    is disabled on this system.
    i am facing this problem

  • @zdevpro
    @zdevpro 7 หลายเดือนก่อน

    please launch a full course on backend with python

  • @chidanandapatro7225
    @chidanandapatro7225 9 หลายเดือนก่อน

    Pls make a class about connection of Oracle db in python...

  • @winter_1306
    @winter_1306 8 หลายเดือนก่อน

    amazing!

  • @piyush7193
    @piyush7193 9 หลายเดือนก่อน

    ❤❤❤ thank you

  • @YagyaGhartMagar
    @YagyaGhartMagar 7 หลายเดือนก่อน

    loved it

  • @nishanpoudel555
    @nishanpoudel555 3 หลายเดือนก่อน

    nice content

  • @joyal_jijo
    @joyal_jijo 6 หลายเดือนก่อน

    🔥🔥🔥

  • @tanveerbashir8393
    @tanveerbashir8393 9 หลายเดือนก่อน

    Keep it up sir

  • @Waleedkkhan594
    @Waleedkkhan594 9 หลายเดือนก่อน

    thank you so much sir

  • @aryakakade929
    @aryakakade929 4 หลายเดือนก่อน

    Yes ❤❤

  • @nikshadali50
    @nikshadali50 9 หลายเดือนก่อน

    Thank you Sir

  • @aniketvishwakarma8314
    @aniketvishwakarma8314 9 หลายเดือนก่อน

    Wonderful