Virtual Environment in Python | Python Tutorial - Day #43

  Рет қаралды 261,864

CodeWithHarry

CodeWithHarry

Күн бұрын

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.
Access the Playlist: • Python for Beginners (...
Link to the Repl: replit.com/@co...
Join Replit the browser-based IDE used in this course - join.replit.co...
►Checkout my English channel here: / @programmingwithharry
►Instagram: codewithharry
python, C, C++, Java, JavaScript and Other Cheetsheets [++]:
Playlist: • Coding CheatSheets 🧾 b...
►Learn in One Video[++]:
Python[15 Hr]: • Python Tutorial For Be...
Python Advance[3.5 Hr]: • Python Programming Cou...
Python[1 Hr]: • Learn Python In Hindi ...
Python[2 Hr]: • Python Tutorial In Hin...
Python[15 Min]: • 15 Minute Python Tutor...
JavaScript[1 Hr]: • JavaScript Tutorial
C[1.3 Hr]- • C Programming Tutorial...
php[1 Hr]: • Learn Php In One Video...
php[2.3 Hr]: • Php Tutorial for Begin...
php[Project]- • Login And Registration...
HTML[30 Min]: • HTML 5 Tutorial For Be...
CSS[8.5 Hr]: • CSS Tutorial In Hindi ...
CSS[1.4 Hr]: • CSS 3 Tutorial For Beg...
Wordpress[3.2 Hr]: • How To Make a WordPres...
Angular[2 Hr]: • Angular Tutorial in Hindi
Java[2.3 Hr]: • Java tutorial in hindi 🔥
Web Scraping[1 Hr]: • Web Scraping Tutorial ...
MongoDB[2 Hr]: • MongoDb Tutorial For B...
Numpy[1 Hr]: • Numpy Tutorial in Hindi
Android Dev[12 Hr]- • Android Development Tu...
Linux[1 Hr]: • Linux Tutorial For Beg...
JQuery[1.1 Hr]: • jQuery Tutorial For Be...
Git and GitHub[1.1 Hr]: • Git & GitHub Tutorial ...
►Complete course [playlist]:
React: • React Js Tutorials in ...
Python- • Python Tutorials For A...
OOP Python- • Object Oriented Progra...
Java: • Java Tutorials For Beg...
JavaScript- • JavaScript Tutorials I...
PHP- • PHP Tutorials in Hindi
C- • C Language Tutorials I...
C++- • C++ Tutorials In Hindi
Git & GitHub- • Git and GitHub Tutoria...
Android Dev- • Android Development Tu...
Python GUI- • Python GUI: Tkinter Tu...
Web Development- • Web Development Tutori...
Python Django: • Python Django Tutorial...
Projects Using HTML, CSS & Javascript- • Projects Using HTML, C...
Data Structure and Algo: • Data Structures and Al...
Follow Me On Social Media
►Website (created using Django Rest & Angular): www.codewithha...
►Facebook: / codewithharry
►Instagram: / codewithharry
Twitter: / codewithharry
Comment "#HarryBhai" if you read this 😉😉

Пікірлер: 558
@baki_1205
@baki_1205 10 ай бұрын
for windows user simply create a folder in any directory then 1: press win + R to open cmd 2: type (if in C) cd C: \python-enve 3) python -m venv myenv 4) myenv\scripts\activate i hope this helps 😄
@pavanirupa4262
@pavanirupa4262 7 ай бұрын
Its not working
@baki_1205
@baki_1205 7 ай бұрын
@@pavanirupa4262 it's windows and your folder has to be created in C directory
@adivishku
@adivishku 7 ай бұрын
thx bro
@oye_pritpal
@oye_pritpal 6 ай бұрын
it is really helpful, as I was also stuck thinking how to go forward, as the SOURCE keyword error appeared, I was stuck
@GovindSingh-hc8zy
@GovindSingh-hc8zy 5 ай бұрын
Thank You Sir
@garvit3071
@garvit3071 Жыл бұрын
for windows user simply follow the following commands- # for making a new environment (same)-> python -m venv dir_name # for activation of that environment- dir_name\Scripts\activate I also got stuck in this so decided to help !
@EnglishGuru-qm9hc
@EnglishGuru-qm9hc Жыл бұрын
Thankyou so much brother 🙏🏻🙏🏻
@EnglishGuru-qm9hc
@EnglishGuru-qm9hc Жыл бұрын
Brother pandas install nahi ho raha hai can you help me i got warnings and at last error
@randomizedasyoulike1635
@randomizedasyoulike1635 11 ай бұрын
thanks this one worked
@garvit3071
@garvit3071 11 ай бұрын
@@randomizedasyoulike1635 👍
@garvit3071
@garvit3071 11 ай бұрын
kya error a rha hai bhai? ab tk to krlia hoga shyd @@EnglishGuru-qm9hc
@mariamhasan3733
@mariamhasan3733 2 ай бұрын
For those in Windows who are having trouble following this tutorial, you may try this: 1. open the command prompt from the directory you want to use for the virtual environment 2. write this command: pip install virtualenv 3. create directory: mkdir myenv 4. change directory: cd myenv 5. create the env: virtualenv pro-1_env 6. change directory: cd pro-1_env 7. activate it: path\Scripts\activate
@ssgamer5693
@ssgamer5693 Жыл бұрын
This is the hardest thing to learn in the first 50 videos
@RoyalPandit021
@RoyalPandit021 10 ай бұрын
Yeah I was thinking set methods but after 10 minutes of this bro this might even be harder than 55th episode
@Akhildesignsbuddy
@Akhildesignsbuddy 10 ай бұрын
agreed 😅
@creativemaster007
@creativemaster007 10 ай бұрын
CAN YOU EDIT AND TELL PEOPLE TO RUN IN CMD PROMT RATHER THAN POWERSHELL. I THINK MAJORITY OF PEOPLE ARE MAKING THAT MISTAKE. ASK THEM TO USE CD-FILEDIR NAME TO DIRECT INTO RELEVANT FOLDER.
@gayatripandey2685
@gayatripandey2685 9 ай бұрын
Bro don't waste ur time ​in learning methods of a data type between coding you will master them also you can google them (this help in beggining) @@RoyalPandit021
@vibhumishra2609
@vibhumishra2609 8 ай бұрын
Yeahh man I'm just 5 Mins in and everything is going over my head
@bepositive271
@bepositive271 Жыл бұрын
Tip : you can also make multiple folders using this python -m venv There are many Folders HUh Now it will make There folder , are folder, many folder , Foldres folder and HUh folder
@NexusCoderX
@NexusCoderX 4 ай бұрын
Wow
@sumitkanth5349
@sumitkanth5349 Жыл бұрын
If you are using window, you can use below commands :) 1. virtualenv dir_name ( in dir_name you can write anything ) 2. dir_name/Scripts/activate ( for activating ) 3. deactivate ( for deactivating )
@_mystic.15
@_mystic.15 Жыл бұрын
Thank you so much 😊
@CultComedy-z3s
@CultComedy-z3s Жыл бұрын
how to access venv folder using cmd for window
@sumitkanth5349
@sumitkanth5349 Жыл бұрын
@@CultComedy-z3s access ?
@EnglishGuru-qm9hc
@EnglishGuru-qm9hc Жыл бұрын
Brother am not able to install pandas i got warnings please help me
@mohd.tabishkhan4868
@mohd.tabishkhan4868 Жыл бұрын
Thanks bhi
@thealexkr2667
@thealexkr2667 Жыл бұрын
Thanks for updating my KNOWLEDGE sir 🙏
@RitikV2
@RitikV2 2 ай бұрын
harry bho thora confusing tha but fir bhi thora bhut samaj ma aa gaya thank yiu harry bhi
@MOHATASEEMKHANAuto
@MOHATASEEMKHANAuto 4 ай бұрын
to activate the env in windows follow the following instructions: after creatin the folder 1:python -m venv myenv (press enter myenv can be replace with any thing) 2:cd myenv (press enter) 3:Scripts\activate (press enter the env will created as myenv)
@ShaileshSingh-hb6gh
@ShaileshSingh-hb6gh Жыл бұрын
Its very informative for version control
@know_about_cricket63
@know_about_cricket63 Жыл бұрын
Something's New I got to know today... Thanks Harry Bhai....
@deepudadagaming4497
@deepudadagaming4497 3 ай бұрын
For windows Step1 -> create a new file Step2 -> open file with cmd (Simply click on path name and enter only (cmd) then enter ) Step3(type) -> python -m venv myenv Step4(for activate type ) -> myenv\Scripts\activate
@GagandeepSingh-y9r
@GagandeepSingh-y9r Ай бұрын
No one teach this when u are working on a project thanku , To all my juniors corporate is tough they expect u to know much. These things can be tricky for a new joinee but sad part is no one will consider this a work to set virtual env ,so works on basics u should be comfortable with this all things .
@themeansquare953
@themeansquare953 Жыл бұрын
Harry, this was super informative. Thanks for keeping things simple!
@muhammadnomanaslam184
@muhammadnomanaslam184 6 ай бұрын
aaj ka python tutorial mujhey kaafi mushkil lagha samjhne may but maynay isski thori si practice kr k aur isska notes tayar kr k finally achay say samjh lia k "Virtual Environment" kiya hote hai, thank you so much harry bhaiya itna achay say samjhane k liay, love from pakistan 🇵🇰
@NabeelQureshi56
@NabeelQureshi56 3 ай бұрын
Aaj Kahan ho bhai ? Python complete krne k baad kia kr rahay ho
@muhammadnomanaslam184
@muhammadnomanaslam184 3 ай бұрын
@@NabeelQureshi56 maynay inki just 81 percent python seekhi thi q k uss k agay phrne ka khus khaas zada faid a nahi, phir maynay django shuru krd hai yr bss 1 month khuwar hone k baad pata chala k django bhi yehi bhai seekha rahe hai to phir seekhna shuru kara hai almost 18 videos dekhli hai django ki, achay tutorial banaey hai bhai nay
@baibris7432
@baibris7432 22 күн бұрын
Ab kya kar rahe ho bhai​@@muhammadnomanaslam184
@RaunakBisht-p6v
@RaunakBisht-p6v 3 ай бұрын
While using Replit we don't interact with terminal or pip like things. Hence it's a little difficult for us but you explained it very well I got it. The only thing is that commands in Windows are little different compared to Mac, but that's Fine We will Find some Way. 👍🙏
@ZENUX_EDITS
@ZENUX_EDITS Жыл бұрын
Bhai 40min me 1000+ log dekhte hai but less than 200 likes? C'mon guys! Where you're going to get a teacher like this?!!
@programmer.x3d
@programmer.x3d 4 ай бұрын
Hey Harry This Video was extremely Helpful. I got all the concepts on virtual environment just in 20 mints.
@Mr-kx8xp
@Mr-kx8xp Жыл бұрын
Bhai screen ko zoom kr diya karo aur apke example se confused hu jata hu kabhi kabhi 😂 But teaching your super Bhai ❤️
@Tech_Enthusiast07
@Tech_Enthusiast07 3 ай бұрын
this information is really valuable in my recent coding skills
@harshitasingh902
@harshitasingh902 Жыл бұрын
Felt like this was the most informative video in the whole series. Learnt so many news things about python. Thanks Harry bhai♥
@monireol
@monireol Жыл бұрын
finally me playlist ke sath aa gaya fir se.
@Muhammad_Haroon_Javeed
@Muhammad_Haroon_Javeed 8 ай бұрын
Just open the file where folder located in address bar where PC > documents> etc were written just write cmd and press enter
@SachinYdv1shi
@SachinYdv1shi Жыл бұрын
Bhai abhi mai aapka java script ka course kr rha hu ,,,ye wala baad me karunga ,,,pura 😊 Thanks Bhai
@ganeshvhatkar9040
@ganeshvhatkar9040 Жыл бұрын
Mindblowing Session sir!!!!☺☺☺
@ChandniSingh-j4s
@ChandniSingh-j4s Жыл бұрын
Out of all the videos, this is the only thing I didn't understood that well until now :(
@Shauryav-of8co
@Shauryav-of8co 6 ай бұрын
Watch from 8:52 to understand clearly
@Kavishhhh08
@Kavishhhh08 5 ай бұрын
video ko 2 barr dekha tb achi tarah samaj aaya . thanks bro for such a great explination
@delhiwaalevlogs4188
@delhiwaalevlogs4188 Жыл бұрын
Baaaki isse pehle tak ka mujhe sabh clear hai
@approgrammingdoor1373
@approgrammingdoor1373 Жыл бұрын
First comment pls shout out harry bhaiya kal maine loop me ek doubt puchha tha aapne solve nahi karaya pls bhaiya I am just of 13 years I am learning python pls give solution of my doubt pls pls pls pls
@rajneeshgupta330
@rajneeshgupta330 Жыл бұрын
Khan sir maje aagye all days present 🙏🏻
@anishkumar-ko7ud
@anishkumar-ko7ud 8 ай бұрын
good course
@jatin_9911
@jatin_9911 Ай бұрын
thank u bhaiya thank you so much ♥ ♥
@phenomenal647
@phenomenal647 Жыл бұрын
Concept Clear but in strating confusion between Mac and Windows Commands difference.
@im-Anarchy
@im-Anarchy Жыл бұрын
im 16 and learning programming for about 3 years now i have learned C,C++, Java, web development(basic) and finally i have found my passion that is ML and AI, my brother is 10 and i ask him many times not to waste his time ,rather he can learn skills or learn to use AI tools for various purposes but he is too small to understand value of time. I am saying this because i am also going through a hard time i want to pursue tech i have clear goals afterall i have to eat the shit of our fuckin indian education system i have boards in 2 months , and then iit prep. wasting 2 years in eating the shit of useless physics ,chemistry and maths because my parents are of old mindset. So I will only say to utilise your time as much as possible, and remember if you wish to go in service sector ,competition and tech is growing exponentially, and AI will always be there to automate your job in most cases, and so always keep yourself and your skills up to date and above AI, and learn how to use AI for your upskilling and betterment.
@rohanrajput_9
@rohanrajput_9 Жыл бұрын
Good bro, I'm 18 and started learning for two years now, just keep up the hard work, you will already have 5 years of coding experience when you get 18 and that's very impressive
@evilgame6197
@evilgame6197 Жыл бұрын
have a life kiddo
@infinityashutosh9363
@infinityashutosh9363 Жыл бұрын
bruh can we get in touch
@priyansh_rana
@priyansh_rana Жыл бұрын
khelne kudne ki Umar hai bhai teri
@evilgame6197
@evilgame6197 Жыл бұрын
@@priyansh_rana wahi
@ishwarcm.5009
@ishwarcm.5009 Ай бұрын
grateful harry
@omramani9526
@omramani9526 10 ай бұрын
for all those whose myenv/Script/activateps.1 is not working or showing error, you need to install latest version of powershell.
@Hbldelhi
@Hbldelhi Жыл бұрын
Mana apka phytho ka playlist se sheakha thank you 😊
@srikarjonnala6509
@srikarjonnala6509 Жыл бұрын
Awesome experience
@jdas-b3j
@jdas-b3j Ай бұрын
HONEST REPLY FROM NON CODER/who never been into coding There are things you should make us understand in the coding what works how.Like in the KBC excercise.You told to say what you write then you forgot.In coding where line goes 5 to 10,You should tell code by code what is written what will be the output AND MOST IMPORTANTLY IN WHICH LINE WE SHOULD WRITE WHAT CODES AND WHY .
@dexter52223
@dexter52223 Ай бұрын
use your sense dawg
@secretcoder3346
@secretcoder3346 3 ай бұрын
Who was not understand this video first search what is the virtual environment and why we are using this actually
@Bhaveshz1628
@Bhaveshz1628 Жыл бұрын
Yess I am present 🎁🥰
@andrul01
@andrul01 4 ай бұрын
This course is wow ❤❤❤❤
@Khemchandbhatiya4
@Khemchandbhatiya4 Жыл бұрын
Harry bhai I understand all the things about how the virtual environment works. But as a beginner, I have difficulty understanding the term that you use can anyone suggest to me how and what these words are described as ?
@aryyann05
@aryyann05 Жыл бұрын
what words?
@kracksilentgaming2830
@kracksilentgaming2830 Жыл бұрын
Bhai abhi aapko na wo sb smj ne ki jroorat nhi h aap ko bs working pta honi chahiye ki ye kaam kse krta h pandas module abhi jaanne ki jaroorat nhi h bs install kse krte h kse activate krte h ye smjlo wo kya work krte h ye abhi rhene do
@SHADOW-pr4tp
@SHADOW-pr4tp 9 ай бұрын
​@@kracksilentgaming2830 Thanks bhai nain khud hairan thaa yay pandas kya hain install to pata lag but aik dun say harry bhai nay yay batana shuru kr dia mujhy to pata bhi ni yay hay kia
@DRACO333-vk8rf
@DRACO333-vk8rf 3 ай бұрын
Guy's mera nai ho raha hai😢 , Python was not found esa aa raha hain 😭, Kisi ko solution pata ho toh pls bata do
@NabeelQureshi56
@NabeelQureshi56 3 ай бұрын
Thank you so much bhai 4 baar Dekhi video aur jb tk khud try ni kia tb tk smjh ni aaya
@DeepakKumar-ii4uy
@DeepakKumar-ii4uy Жыл бұрын
Bro after this course we want NEW Java course BY you..
@Siddhant_salunkhe_2425
@Siddhant_salunkhe_2425 Жыл бұрын
Harry bhai django ki bhi series start karo
@Keepitshort417
@Keepitshort417 Жыл бұрын
present sir from Pakistan tharparkar more
@amoghsharma6921
@amoghsharma6921 5 ай бұрын
this was the most complex video in the series until now
@jaysolanki6894
@jaysolanki6894 Жыл бұрын
Insightful, Thank you for sharing pure knowledge 🙌🙌
@vaibhavsoni4680
@vaibhavsoni4680 11 ай бұрын
most important video of this series
@rahmansherif
@rahmansherif Жыл бұрын
no need to type source in windows just type ./file name then fiel\scripts\activate if your confused thank me later
@legitimate_kangaroo
@legitimate_kangaroo Жыл бұрын
thanks a lot
@rahmansherif
@rahmansherif Жыл бұрын
@@legitimate_kangaroo welcome 🤗
@hannanbaig7888
@hannanbaig7888 Жыл бұрын
myenv\Scripts\activate.bat
@theHarmanSingh1
@theHarmanSingh1 Жыл бұрын
loved it, easy to understand when will it get tough
@Ghani1255
@Ghani1255 Жыл бұрын
Harry bhai pls make a video on how game trailers and cinematics shots are made , Thank u
@statusmaster5759
@statusmaster5759 Жыл бұрын
Bhai aapko all MacBook ko compare karke kiske liye konsa best h video bana kar suggest krna cahiye 🤔🤔
@sarvjeetsuryaa5290
@sarvjeetsuryaa5290 Жыл бұрын
haa yaar
@Mr.Phantom001
@Mr.Phantom001 6 ай бұрын
This python course is 🔥💯
@coding_world7851
@coding_world7851 Жыл бұрын
Day - 43 done bhaiya
@yatibhatnagar5370
@yatibhatnagar5370 Жыл бұрын
how you make this yrr..I Can't able to understand harry bro😔😔😔
@NEERAJ-dw9bt
@NEERAJ-dw9bt 8 ай бұрын
Present sir 🤚
@Hassaan-u1i
@Hassaan-u1i 5 ай бұрын
amazing course
@AnilKumar-xl1ju
@AnilKumar-xl1ju Жыл бұрын
print("I am Present")
@LakshyaSharma-or2be
@LakshyaSharma-or2be Жыл бұрын
sir, can you make this video for windows because its too confusing video
@Tech_Enthusiasts_Shubham
@Tech_Enthusiasts_Shubham Жыл бұрын
Thanks a lot for this python course sir but please make videos on django web development also 🙏🙏 after this
@TasinIslam-mc2dk
@TasinIslam-mc2dk 2 ай бұрын
15.09.2024 day 43 is done.
@chandankushwaha8932
@chandankushwaha8932 Жыл бұрын
awesome
@NexusCoderX
@NexusCoderX 4 ай бұрын
Thankq so much!!!
@harshkulkarni8713
@harshkulkarni8713 Жыл бұрын
Harry bhai Is series ke bas Android development(UPDATED) playlist please 🙏
@anonymous____________________4
@anonymous____________________4 Жыл бұрын
Pranam bhrata 🙏 apka bahutt baht dhanyawad 😄🧡😇🙏🙏😇
@abhay-zw3yw
@abhay-zw3yw Жыл бұрын
pehle mai sochta tha , you talk unecessary things too much but now i feel you provide more information , sorry and thank you so much
@SantoshKumar-ue7xe
@SantoshKumar-ue7xe 6 ай бұрын
bhai ye 20 min ki videos ke liye 3 ghante lage smjhne me 🙂 simple to hai bhaiya ji🙂
@rameshgywali2809
@rameshgywali2809 7 ай бұрын
very good
@kalyanisharnagat2804
@kalyanisharnagat2804 9 ай бұрын
Virtual envirnment
@eashovon
@eashovon Жыл бұрын
Present Brother From Bangladesh.....#Day43 Done
@simple3688
@simple3688 Жыл бұрын
👌
@teertharajturkar
@teertharajturkar Жыл бұрын
#day 43 present harry sir
@aravchauhan9186
@aravchauhan9186 Жыл бұрын
what can be used in windows same as "touch" in mac
@Skyler-ld1su
@Skyler-ld1su 4 ай бұрын
Some guys saying its hard 😂.but i find it very easy (i am currently using mobile because my pc motherboard short-circuit)
@rAjAbhinand98
@rAjAbhinand98 Жыл бұрын
Cool
@abhinavrawat7999
@abhinavrawat7999 Жыл бұрын
Amazing Tutorial!
@gyaneshraj6921
@gyaneshraj6921 Жыл бұрын
yaaaahhhhhhh!!!!!
@its_sk_sahab
@its_sk_sahab 4 ай бұрын
42 days tk lag raha tha python easy hy ab yh khha se aagya
@kshitij7050
@kshitij7050 Жыл бұрын
harry bhai agar windows me padhate to maja aa jata.
@MmAaZzzz
@MmAaZzzz 4 ай бұрын
really helpful! 👍👍
@ameerausman3822
@ameerausman3822 Жыл бұрын
Assalamualaikum Harry Bhai you are brilliant teacher ❤
@ayush9225
@ayush9225 11 ай бұрын
What command to use to create a main.py file in virtual environment in windows? touch main.py is not woking
@srijan_tripathi
@srijan_tripathi 4 ай бұрын
Touch is for linux & mac
@its.hariom
@its.hariom Жыл бұрын
One doubt ?? Can we install a virtual environment in a virtual environment?? Seriously i can't imagine ...is it possible??
@gulshanchaudhary5496
@gulshanchaudhary5496 3 ай бұрын
#harry bhai
@RitikV2
@RitikV2 2 ай бұрын
#harry bhi thx for the course
@dhruvilprajapati2235
@dhruvilprajapati2235 Жыл бұрын
Need NodeJs Tutorial for 100days,Requested from the many students . #HarryBhai #NodeJs #quickAsPossible
@abhinavkaushal1376
@abhinavkaushal1376 Жыл бұрын
thank you sir ji 🙏🙏🙏
@lakhyadeepsen
@lakhyadeepsen Жыл бұрын
Day 43 of 100 of python challenge completed. #100DaysofCode #100dayspythonchallenge
@vikrampanchal5961
@vikrampanchal5961 Жыл бұрын
Hi bro, can you make course for algo trading in python?
@webdeveloper209
@webdeveloper209 Жыл бұрын
Present day 43/100
@bandhanmajumder919
@bandhanmajumder919 Жыл бұрын
Guys... if you are getting errors (like activation not enabled, scripting is disabled) in windows... do this.. ** Delete the myevn file first** or you can totally jump into the existing directory through command prompt 1. close the powershell 2. go and open command prompt 3. go to the directory using cd command. .. (for example if I want to create a the environment in python-enviro in D directory, type D: enter and then cd python-enviro 4. run the command python -m venv myevn (you can give any name in the place of myenv, basically a folder will be created with this name) 5. type cd myevn (or the name you have given) 6. type cd Scripts 7. type activate (or deactivate to deactivate) succesfully activated :)
@the_popstar
@the_popstar 10 ай бұрын
Thanks...appreciated
@saugatnepal5956
@saugatnepal5956 Жыл бұрын
21 minutes long video. Dil jeet liya bhai aaj toh. 🥰
@prajval37
@prajval37 Жыл бұрын
21 min tumhe jyada lag rahen hain harry bhai ne 15 ghante ke 2 videos banaye hain
@saugatnepal5956
@saugatnepal5956 Жыл бұрын
@@prajval37 I'm saying 21 minutes long because it was longer than other videos. Get the context.
@DW-vx7uy
@DW-vx7uy Жыл бұрын
Quality matters
@LASTSTRANGER
@LASTSTRANGER Жыл бұрын
10:00Why it is not activating in windows
@__Atif_7190
@__Atif_7190 Жыл бұрын
Bhai yah tou windows me work he nhi kr rahe hai koi
@dhamu14321
@dhamu14321 Жыл бұрын
Thanks sir ❤❤❤
@sanakhan-tx7wy
@sanakhan-tx7wy 4 ай бұрын
I didn't understand
@HeyKaran-ir5mm
@HeyKaran-ir5mm 9 ай бұрын
thank you bro
@rohanahirwar447
@rohanahirwar447 Жыл бұрын
#Harry Bhai
@Radhe_radhe2929
@Radhe_radhe2929 Жыл бұрын
Day 43 🔥
How import works in Python | Python Tutorial - Day #44
12:42
CodeWithHarry
Рет қаралды 215 М.
The Complete Guide to Python Virtual Environments!
15:52
teclado
Рет қаралды 364 М.
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 143 МЛН
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2 МЛН
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 72 МЛН
Create a LOCAL Python AI Chatbot In Minutes Using Ollama
13:17
Tech With Tim
Рет қаралды 100 М.
Exercise 4: Solutions and Shoutouts | Python Tutorial - Day #47
19:31
CodeWithHarry
Рет қаралды 152 М.
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,4 МЛН
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 534 М.
if __name__ == "__main__" in Python | Python Tutorial - Day #45
9:24
CodeWithHarry
Рет қаралды 227 М.
Virtual Environments in Python - Crash Course
13:33
NeuralNine
Рет қаралды 97 М.