Dost.... You are the best person living on earth.... Thanks a lot for this python course for free... Wo bhi in hindi... Thanks a lot... God bless you❤️😊
harry bhai iam 13 years old boy and i like to learn python i just saw ur video and fall in love from now onwards i am going to follow actually ik u pretty well even before . Ur the best programmer / teacher
I am 43 and just started learning python through your videos. I must say the videos you are posting are awesome, helpful. Thank you Harry sir. Keep up the good work.
Thank you Hary Sir for your nice and step by step explanation. I am 52 and want to learn python. I have started your series today and I am now very excited by watching your first three videos. Thanks once again for your dedication and inspired videos.
Failure always leads to inventions.. So if you fail in your efforts(sincere), it gives you the possibility to invent something someday. So never loose heart and strive for the success.
@@Shub_inc he wants to say that failure cannot always lead to bad things. If taken correctly, there is nothing good compared to failure in terms of self motivation.
Harry bhayi.... Main commerce ka student hu aur mai apni job data science me change krna chahta hu..... Bhut shi bana rhe ho aap aur hm jaise student jo ki coding ki bilkul jankari nahi hai... Main bhi dheere 2 seekh rha hu...... Thank u so much
Harry bhai ...I have completed my Web development course through your video....in telling the truth I have learnt it quite well... little confusion in js and backend part...u r really a good teacher...now started this course..❤️❤️
Hey Harry, I have no words for you. You are simply doing a great job two things about you First is the technique of teaching and the second thing is Hindi. Hindi does the magic in learning and helps understanding python faster than it actually takes. I am confident that I will be learning python very soon and will start making use of it. I know you are not expecting anything from us jus to help us learn but I promise you, Harry, I will give a Guru Dakshina as I clear and start with python for my living
I live in Calgary, Canada. I am already a retired Senior, but want to know some coding just for fun. You are doing a great job teaching people all over the World, who know Hindi. Keep it up!
I was one of those 1% to get the pip error lmao. But thank you so much for having created the error debugging playlist. It worked like a charm. Man you rock!!
from last 3 days, have been looking for python's vid with installation and further, but honestly, yours is the best one, as ..well explained with logics, and easy to understand , Thanks for the vid
मैं पाइथान पर हिन्दी मे ट्रैनिंग देता हूँ, अगर सही लगे तो एक बार मेरे चैनल को जरूर देखे और कोई सुझाओ हो तो जरूर बताएं। अभी नया हु यूट्यूब पर तो हो सकता है कुछ गलतिया हो रहीं हो। इसके अलावा मैं अनलाइन ट्रैनिंग भी देता हु पाइथान और php पर तो आप मुझे संपर्क कर सकते हैं - heykyakaru@gmail.com पर।
print("Hello guys wellcome to my website.") print("You can do your calculation here.") # Personal information print("Id proof") a = input("Name: ") print(a) b = input("Age: ") print(b) c = input("DOB: ") print(c) # Addition print("Addition:") a = input("Enter first number:") b = input ("Enter second number:") a = int(a) b = int(b) add = (a+b) print("Addition of these two number is",add) # Substraction print("Substraction: ") c = input("Enter first number:") d = input ("Enter second number:") c = int(c) d = int(d) sub = (c-d) print("Substraction of these two numbers is ",sub) # Multiplication print("Multiplication; ") e = input("Enter first number:") f = input ("Enter second number:") e = int(e) f = int(f) multi = (e*f) print("Multiplication of these two numbers is: ",multi) # Division print("Division: ") a = input("Enter first number:") h = input("Enter second number:") a = int(a) h = int(h) div = (a/h) print("Division of these two numbers is:",div) # Remainder print("Remainder of division: ") i = input("Enter first number:") j = input("Enter second number:") i = int(i) j = int(j) rem = (i%j) print("Remainder of this division is: ",rem) # Square print("Square of two numbers") k = input("Enter the number:") k = int(k) sqr = (k*k) print("Square of this number is: ",sqr) # Average print("Average of two numbers: ") a = input("Enter first number:") b = input("Enter second number:") a = int(a) b = int(b) avg = (a+b)/2 print("Average of these two numbers is: ",avg) print("kaisa laga code?") 😂😂😂
Every software guide on youtube : Since I have already installed the software I am gonna skip this. CodewithHarry : coz of your support i am gonna reintall everything. #Respect
I have downloaded python as said but after clicking on run button it's showing setup failed instead of install python 3.8.9 could you please help???? How to install python
Literally man thanks , i had a project submission in a week and my python suddenly started giving directory errors, I was too nervous , but thanks bhai , dil se thank you
10/11/2020 - Starting The Course 10/03/2021 - Challege To Finish The Course Btw should I use python 3.9 or 3.7? (Currently In 8th Standard) Bro Unable to use pycharm showing this installation uses Jetbrains run time 11 which does not support microsoft 32bit installer
Sir you are really great, giving us this useful knowledge free. Hats off to you sir. You are doing a great job. You teach very well with interesting examples,really loved it.It's my first programming language & you made it easy. THANK YOU SIR!!!!!!!!!!!!!!!!!!!!!!!
Just for information - Dark theme reduces the number of turned-on pixels on your screen thus improving the battery life of your device. It is also less straining on your eyes.
I install python in my laptop in 2022 means today the time when I writing this comment ,so your video help me the most out of it . all the problems you discuss about, it all has been solved .thanks even if you upload it 3 years ago its really helpful today 🙏❤️.
date: 23-07-2021 time: 10:40 am i am starting python my 1st programming language from today i am in 12th class now one day i will become a hacker and master all programming languages
❤️ You're Champ Bro Please if you consider those who started loving you and using Linux You can understand how 🙈 is that UI, Snälla, hjälpa mig Tack så jättemycket Du är fina bror Älskar från Sverige Love from Sweden Here a whole gang of us who have started watching you, some Indian friends too 😊 Studying in University West Trollhättan Wish you all the Best to you from all 😊😊
Warning!!!!! You are really great..... Need 1 help, please make a video to create a simple make .apk application start to end , means unstall in mobile and play... Please i have searched a lot but can't found anything regarding this.
Both are free, consume less space and are easy to use. You should use VS Code for developing in C, C+, C#, Java, etc. Use Pycharm to code in python. Simple.
Bro I have a question. Imagine I have learnt java, python and C. So can I combine these languages and make an app Or I can only make apps with separate languages?
dear harry , im learning it now so should i download the latest version or the old one you mentioned , and is it okay to watch this playlist now because this is 3 year old playlist , reply please
thank you for making such a knowledgeable video on python. it helped me a lot as a beginner. Can u also please make a video on the different functions in python language
sir. aap ka video 2 saal purana ho chuka hai aa ki date se, and now there r Python 3.9.1 v is available. to kya both r same? which one i have to install to easly follow ur course
Thank you so much for easy explanation, but I have a doubt, I'm just starting to learn, and I've never learned this before.But today it's version 3.10 going on, which should I download?
hello sir Today I started my 1st class but when i was going to install the python there is new version of Python 3.10.2 is available. so can i install this version?
Hey, I want to ask you something When i write any python code in python IDLE , i have to save the file But when i want to run that saved file by double clicking it, it doesn't run. So how should i open that saved file?
Sir, I just have started to learn python from your UA-cam channel. Python is my first programming language but I am facing issues in running pycharm on my windows 7-32bit. Though, I have installed it correctly as you recommend but on opening the program, it shows error and show some "failed to load jvm dll bin server jvm.dll" and to add java_home etc. So, please make a video on it otherwise I can't be able to learn python 😥😥. So please solve this issue as soon as possible.
listen broo i prefer latest one becuz it have some easy features to do and not much is changed so you can download latest one becuz haryy also i think so updates his version because it will be easier si i recommened you should download the latest one :) .
Bhai itne firangio ki video dekh le par kuch samaj nahi aya but app ki dekhte hi samaj agaya very simple and easy
@@juhahamuaha9290 yeah it is sad but truth if u cant face stuff in English u can never be an program mer
Ha yarr bohot video dekha is jaisa accha video nahi mila.
@@72virginsgang35 true!!
Bhai plzz tumhari help chahiye..
Muje ek problem aari hai..
I couldn't control my urge to comment ...even after 5 yrs its the best video for installing pycharm
Dost.... You are the best person living on earth.... Thanks a lot for this python course for free... Wo bhi in hindi... Thanks a lot... God bless you❤️😊
its true may the god give you every happiness existing
harry bhai iam 13 years old boy and i like to learn python i just saw ur video and fall in love from now onwards i am going to follow actually ik u pretty well even before . Ur the best programmer / teacher
Harry I have completed your JAVA and wordpress learning .Now starting Python series.
Bro I hope you will become a rich and famous person after making an app Or game 😁😀
How it is plz batao
@Agent J10 java
@@Captainpricegoingdark Hopefully :-p
@@bhaktimalwadkar9034 It is worth your time.
I am 43 and just started learning python through your videos. I must say the videos you are posting are awesome, helpful. Thank you Harry sir. Keep up the good work.
Learning python in 2022 by a Awesome Teacher🥰🔥♥️
what's your review about this course??
@@shubhamantal7640 Nice course for Beginners
Bhai 3.7.1 Kaisa install Kiya 2022 main
@@MuhammadDaninish maine abhi latest wala hi install kiya kal hi with the help of harry bhi
@@shubhamsakhare2032 latest wala v sikh sakte ho issi video se
Harry bhai thnq u soo much maine bhoot muskale k bawjood ab ja k successfully install kr liya pycharm
Thank you Hary Sir for your nice and step by step explanation. I am 52 and want to learn python. I have started your series today and I am now very excited by watching your first three videos. Thanks once again for your dedication and inspired videos.
You're 54 now
😂
Failure always leads to inventions.. So if you fail in your efforts(sincere), it gives you the possibility to invent something someday. So never loose heart and strive for the success.
@@Shub_inc he wants to say that failure cannot always lead to bad things. If taken correctly, there is nothing good compared to failure in terms of self motivation.
Not failure its "requirement leads to invention"
Harry bhayi.... Main commerce ka student hu aur mai apni job data science me change krna chahta hu..... Bhut shi bana rhe ho aap aur hm jaise student jo ki coding ki bilkul jankari nahi hai... Main bhi dheere 2 seekh rha hu...... Thank u so much
बहुत अच्छा लगा आज यहा से सीख कर ।
बहुत धैर्य poorvak और डिटेल्स से बताया।
बहुत कम शब्द मे #प्रणाम
Sir you explaining technique fells me confident
Harry bhai ...I have completed my Web development course through your video....in telling the truth I have learnt it quite well... little confusion in js and backend part...u r really a good teacher...now started this course..❤️❤️
Hey Harry, I have no words for you. You are simply doing a great job two things about you First is the technique of teaching and the second thing is Hindi. Hindi does the magic in learning and helps understanding python faster than it actually takes. I am confident that I will be learning python very soon and will start making use of it. I know you are not expecting anything from us jus to help us learn but I promise you, Harry, I will give a Guru Dakshina as I clear and start with python for my living
Getting internal error while downloading pycharm please help me out
Bhai Kya Ye Tutorial Ko 2022 tak Dehk Sak ta hon Kya
@@gamerko1368 me i am watching it 2022
@@gamerko1368 i am still watching 🫡
@@AnimeGallery01 i am waching in 2023 😎😎😎😎😎😎😎😎
I must say you are a lifesaver for beginners. This is my first video of yours and I am a fan of yours...
Magician in Reel:HarryPotter
Magician in Real:CodewithHarry
Kya ham log ye chij mobile pe kar sakte h?
@@lagandry0201 kr sakte hain pr usme sikhna bohot hard ho jata hain
now, I know HTML , CSS and now learning python
amazing sir
hmm......
Can u give your insta id
Hey!😃 You are the best teacher 👍.
Aap chhoti chhoti cheze bhi samjate ho yaarrrr... Keep it up and thanks 🤩🤩
Kya sahi teacher ho bhaii 👍 Hamare liye Python, Pycharm uninstall krke firse download krke dikhaya 😂👏👏🙌❤️
I live in Calgary, Canada. I am already a retired Senior, but want to know some coding just for fun. You are doing a great job teaching people all over the World, who know Hindi. Keep it up!
He also has English Channel
CodeWithHarry
And English programming with harry
@@armanfanclub6298 Thank you, but I am more comfortable with Hindi language.
@@yamchand773 Great, ok.
I was one of those 1% to get the pip error lmao. But thank you so much for having created the error debugging playlist. It worked like a charm. Man you rock!!
same xD
Mee too lol
Same me too 🤣🤣🤣
Baba re baba
Same 😂
i really love the hardwork of this guy
You started this course which python you download 3.7.1 or any other??
@@rahulsuccesoneday me 3.8.5 bruh for windows 7 32 bits.
Bhaiya actually I used same steps for python 3.10.2 .....and complete without any difficulty....thanx to you.❤❤❤❤❤❤.video was very helpful 👍❤❤❤❤❤
same bruh..
I'm using old version of Python and Pycharm same version of Harry
Hello bro, Python 3.10.4 Download nahi ho raha.. Fail to download a raha ha.. Meri c drive ma Space 4.0GB ha..
@Kapil Sharma tell me the procedure?
@Kapil Sharma ok,
Superb, Watching this in 2021 bt really appreciate your effort.
Bro version this version is working or not
One cannot stop oneself to watch the next video by just starting your one video
Sir I just installed this and made my first hello program.......I am so happy sir coding is so big thing for me
from last 3 days, have been looking for python's vid with installation and further, but honestly, yours is the best one, as ..well explained with logics, and easy to understand , Thanks for the vid
मैं पाइथान पर हिन्दी मे ट्रैनिंग देता हूँ, अगर सही लगे तो एक बार मेरे चैनल को जरूर देखे और कोई सुझाओ हो तो जरूर बताएं। अभी नया हु यूट्यूब पर तो हो सकता है कुछ गलतिया हो रहीं हो।
इसके अलावा मैं अनलाइन ट्रैनिंग भी देता हु पाइथान और php पर तो आप मुझे संपर्क कर सकते हैं - heykyakaru@gmail.com पर।
Can we use Python version 3.10.5??
@@ShubhamSharma-ck8no ya sure
your speech give me positive feeling
Yes you are true.👍
If video==good:
Print("like")
😅
hahahah
print("Hello guys wellcome to my website.")
print("You can do your calculation here.")
# Personal information
print("Id proof")
a = input("Name: ")
print(a)
b = input("Age: ")
print(b)
c = input("DOB: ")
print(c)
# Addition
print("Addition:")
a = input("Enter first number:")
b = input ("Enter second number:")
a = int(a)
b = int(b)
add = (a+b)
print("Addition of these two number is",add)
# Substraction
print("Substraction: ")
c = input("Enter first number:")
d = input ("Enter second number:")
c = int(c)
d = int(d)
sub = (c-d)
print("Substraction of these two numbers is ",sub)
# Multiplication
print("Multiplication; ")
e = input("Enter first number:")
f = input ("Enter second number:")
e = int(e)
f = int(f)
multi = (e*f)
print("Multiplication of these two numbers is: ",multi)
# Division
print("Division: ")
a = input("Enter first number:")
h = input("Enter second number:")
a = int(a)
h = int(h)
div = (a/h)
print("Division of these two numbers is:",div)
# Remainder
print("Remainder of division: ")
i = input("Enter first number:")
j = input("Enter second number:")
i = int(i)
j = int(j)
rem = (i%j)
print("Remainder of this division is: ",rem)
# Square
print("Square of two numbers")
k = input("Enter the number:")
k = int(k)
sqr = (k*k)
print("Square of this number is: ",sqr)
# Average
print("Average of two numbers: ")
a = input("Enter first number:")
b = input("Enter second number:")
a = int(a)
b = int(b)
avg = (a+b)/2
print("Average of these two numbers is: ",avg)
print("kaisa laga code?")
😂😂😂
@@paraboylite3486
print(" Awesome")
If you == New One :
print ("I don't know what I typing")
else:
print("Lul")
Every software guide on youtube : Since I have already installed the software I am gonna skip this.
CodewithHarry : coz of your support i am gonna reintall everything.
#Respect
Very easily understood, no error in installation. Very well explained. Thanks you brother for taking efforts 🙏
bhai aap ne konsa version install kia python latest 3.10.2 ya 3.7.1 he kia ?
3.10.2
bro full course finished?
I have downloaded python as said but after clicking on run button it's showing setup failed instead of install python 3.8.9 could you please help???? How to install python
@@mohinikhichi5347 Try to install latest version of python
The great trainer...
Couldn't even have enough words to thank you at all...
really dear
harry bhai youre great aapne bohot straight forward or simple tarike se sab kuch bataya salute you bro
Thank you so much
Without any errors I installed😊😄
Hi
Any questions python programming send me message this number 918145252015
@@EnjoyDUSKYHub ladki dekhi nai ki line marna shuru😒
@@dhirajbibekar5304 they reason why angel Priya earring money😂
Literally man thanks , i had a project submission in a week and my python suddenly started giving directory errors, I was too nervous , but thanks bhai , dil se thank you
10/11/2020 - Starting The Course
10/03/2021 - Challege To Finish The Course
Btw should I use python 3.9 or 3.7?
(Currently In 8th Standard)
Bro Unable to use pycharm showing this installation uses Jetbrains run time 11 which does not support microsoft 32bit installer
Install vs code installer!
@Sparsh Same Here
@@MDARJUN-ej5xg Thx For Your Suggestion
But Now I Have Shifted On Windows 10 64 Bit Edition
So It's Solved
Try using Visual Studio Code. It's Very Fast, Very Powerful and It's By Microsoft!
I faced an error but re-installed by following your exact instructions. The error resolved. Thank you.
we can also use the IDLE ide which already comes if we click on install now
it is of python foundation only
Sir, i
t was easy for me to understand. Thank you. During this corona pandemic I have thought to start learning python in 2021.
which version did you installed ?
Thnx bro for giving us python full course for free of cost.
This course very helpful for everyone who learn the first programming language like me.😊😊
Me also bro..I also learn python for first time
I'm doing bsc cs will this help full for college
@@unknownpatriot749 even after college it will help you. Watch this whole series at least 2 times
this is the best and the easiest way i have seen so far for programming
Thank-you so much
Apaki vajhase ham Poor people log padh sakate hai
Sir you are really great, giving us this useful knowledge free. Hats off to you sir. You are doing a great job. You teach very well with interesting examples,really loved it.It's my first programming language & you made it easy. THANK YOU SIR!!!!!!!!!!!!!!!!!!!!!!!
Just for information - Dark theme reduces the number of turned-on pixels on your screen thus improving the battery life of your device. It is also less straining on your eyes.
No, it's a sham. It only works on a LED screen
@@kingfisher8260 That’s kind of sad. Thanks for telling me though!
I install python in my laptop in 2022 means today the time when I writing this comment ,so your video help me the most out of it . all the problems you discuss about, it all has been solved .thanks even if you upload it 3 years ago its really helpful today 🙏❤️.
Hey Mansi!
date: 23-07-2021 time: 10:40 am i am starting python my 1st programming language from today i am in 12th class now one day i will become a hacker and master all programming languages
Avhi ap kiya kar rahe ho??
❤️
You're Champ Bro
Please if you consider those who started loving you and using Linux
You can understand how 🙈 is that UI,
Snälla, hjälpa mig
Tack så jättemycket
Du är fina bror
Älskar från Sverige
Love from Sweden
Here a whole gang of us who have started watching you, some Indian friends too 😊
Studying in University West Trollhättan
Wish you all the Best to you from all 😊😊
hello sir
I don not have words that you are doing such a hard work..
May ALLAH bless you my nice teacher..
thanks sir
aapke karan hii itnaaa coding sikhne ko motivate milta haii🌟🙏❤
You're doing great man. Love from Mumbaii 🌸❤️
Are you doing software engineering
@@EmpowermentHubMedia yes
Warning!!!!!
You are really great.....
Need 1 help, please make a video to create a simple make .apk application start to end , means unstall in mobile and play...
Please i have searched a lot but can't found anything regarding this.
you must go for java
i am starting this series today and will end by 31 march
Bro 32 bit pr pycharm install ho skta he kya ?
@@chetanprajapat2743 not available anymore
@@chetanprajapat2743 eveb python 3.7.1( 32 bit ) not available
Bro hua kya end ?🤔🤔
@@educa989 nahi ho paya meri dadi ki death hogyi thi toh gaun Jana padha tha lekin 50% complete kar liya hai
bhai ....aapka har video bahot motivational rehta hai ...u r the best ..
brother python 3.7.3 is good for learning pyton by watching your video
Can I use Visual Studio Code instead of Pycharm?
Btw, great video. Love from New Delhi.
sir I have a problem to install biopython package. However other packages are installed without any errors plz help me to install biopython
It's really very helpful as I am watching this all videos from initial stage and easy to understand
Thank you very much bhaiya... Jai Hind
Sir, so what should I use?
VScode or Pycharm?
Both are free, consume less space and are easy to use. You should use VS Code for developing in C, C+, C#, Java, etc. Use Pycharm to code in python. Simple.
YOU ARE AMAZING! KEEP DOING THIS AMAZING WORK!
Abhi 2021 mein python 3.9.4 latest version hai , agar mein python ka latest version install karke ye tutorial dekhu to koi problem to nhi hoga na ?
@@sarthakkumarbehera1015 mere khayal se problem nahi hoga..✌👍🏻
Teacher kisi bhe religion sy ho teacher teacher hota hy thank you sir
Bro I have a question. Imagine I have learnt java, python and C. So can I combine these languages and make an app Or I can only make apps with separate languages?
I also want to know . Plzz tell about this also in ur videos.
ya you can combine them
How to combine
python installing in : 1:16 min and pycharm star from 6:10 min thanks
bro konsa version downlaod kiya tune 3.7.1 bohot purana ho gaya hai kyuki
Great presentation, much better than sources I was relying on!
Now in 2020 latest version is 3.9.0 will I able to understand your tutorials by downloading that
Pls reply
it is the same but there are changes in modules like pyttsx3 and python has changed a lot I would prefer downloading python 3.7.1
ya tell me also . should i download 3.9.0?
@Nikki Mittal You should use 3.7.1
@@mokshsachdeva4508 ok
Mine too
great tutorial! At time 7.37 you showed virtual env in project environment? can you please elaborate on it
dear harry , im learning it now so should i download the latest version or the old one you mentioned , and is it okay to watch this playlist now because this is 3 year old playlist , reply please
hey same question, what did you do?
@@poojaaa__ go through it , he is amazing there is no difference you may continue it
Bhai same problem
Kon sa install karna h
he is really a good teacher
thank you for making such a knowledgeable video on python. it helped me a lot as a beginner.
Can u also please make a video on the different functions in python language
Kya ham log ye chij mobile pe kar sakte h?
Bhai abhi python 3.9.7 hai toh woh download karu ya phir 3.7.1 wala karu?
@@raghav4626 same I want to ask ?? And 3.9 64 bit m download hua h mera
Ab m usko uninstall krke 3.7.1 Install kr rhi hu
@@adibakhan2865 kyo 64 bit Mai koi problem hai kya?
@@raghav4626 nhi problem to ni h
Blki dubara se latest wala hi kr liya mene to 3.9 64-bit 😂
I can't thank you much. This video solved all the glitches I faced. Thank you!!
i am starting his course now i found python 3'9'5 which seems to be the latest wht should i download
IM ALASO CONFUSED
download the latest version , i also did this!
@@entrtnmnthub5357 yupdone the same but thought should get my hand on html css and javascript first so doing that now
I also started right now & you can download 3.9.5 - @razaviimran it is my telegram id please join me we can create a group on telegram
Hello Harry, Thank you so much for this series. I am watching this video in 2021 two years after publishing you.
Apne kon sa version install kiya
@@yashyash1181 Community version 3.9.6 downloaded two days before.
Bhaiya 3.9.6 nhi chl rha window 7 h Meri setup fail AA RHA h
sir. aap ka video 2 saal purana ho chuka hai aa ki date se, and now there r Python 3.9.1 v is available. to kya both r same? which one i have to install to easly follow ur course
yes ab to .5 bhi a chuka hai
samajh nahi ara konsa wala karein
@@tanishvashistha8647 pta chala kon sa download krre
@@rahulsuccesoneday meine toh latest wala kiya hai 3.9.5
@@tanishvashistha8647 maine bhi wahi kr liya
all will work bro......
maine bhi latest kia h....
Hi Harry, i am learning python now, should i download python 3.11.0 or 3.7??. Need your urgent response
I also want the answer of this
Go for 3.11.0
@@asutoshnath3603 thanks bro
Go for any it doesn't matter much
Just watch the new 100 days of code series
@CodeWithHarry, can I practise python on VS CODE instead of PyCharm ?
If any professional person is reading this or anyone who knows, then please reply here
yes you can use VS code instead of pycharm
@@himanshiarora3856 You are too late, I have already quitted programming
Just watched his video after 3 years, still helping me. Thankyou harry for this wonderfull content
Hey in ma PC install for all users ain't showing
In customize part
hello guys who else watching and learning python for first time like me
Sry 2 bar sikh rha hun
No worries
Its happens😃
Keep patience 😉
I am learning because i am going to a CBSE school from ICSE
Starting in Sep 2021, with latest version, how to go about it, PLEASSEEEE tell how to go about it. REALLY WANT TO LEARN THIS SERIES.
Get Python 3.9.5 and the rest is pretty same till now.
Download latest one 3.9.4 is there i guess
Yes i also starting today my 1st day
Same here.. Can i download latest version python 3.9.7???
Pls reply guys
5yrs baad python 3.12.2 is available, should i download it?
Yes
Jrur
jazakallah harry bhai 🔥
hey harry I am watching ur videos in 2022 and python is asiking me to install latest version I can work with that as well right?
yes bro you can work with that I also installed the latest version
Thank you so much for easy explanation, but I have a doubt, I'm just starting to learn, and I've never learned this before.But today it's version 3.10 going on, which should I download?
The latest one only
I also have the same question, please anyone reply?
but some module not install in python 3.10.2
Install the newest version
You can install the latest one
Hi,
Pycharm states "The installation contains JetBrains Runtime 11" Which does not support Microsoft Windows 32-bit version. What to do?
Same problem
download Pycharm version 2018.
Use Microsoft visual studio code it is better than pycharm and it will help you more than pycharm
same
@@GauravSingh-kd8sc yes download previous version like 2018.
Tq bro. I wasted one full day on troubleshooting before watching your video
Your voice lets me remember of some hero , I meant jack in oggy and cockroaches 😂😂😂😂
Abhi 2021 mein python 3.9.4 latest version hai , agar mein python ka latest version install karke ye tutorial dekhu to koi problem to nhi hoga na ?
@@sarthakkumarbehera1015 nope
@@sarthakkumarbehera1015 same question m poochne aai😂😂
@@divyamdeep2712 Thank you for telling, I was also wondering if I can learn python from this tutorial if I use python 3.9.6.
Hello Harry , i want to learn Python in Dec 2021 so should i continue with this course and version or is it already outdated?
@@gelectiusdroid4147 where's his new video can you provide link
@@gelectiusdroid4147 yaa i too need the link
please tell me where is the new link
same here
pizza ka last slice
subah ki nind
aur python kisi keliye uninstall nhi krta ...😎😎
Sir,now python 3.7.1 is not available,only 3.8 version is available.Will all these tutorials applicable to this version also?
Yes it's applicable to all
But is available in the downloads-> All releases section
@@rishavkumar7537 But mid 2020 tak hi supported tha with bugfixes etc, so mat karo ab use.
hello sir
Today I started my 1st class but when i was going to install the python there is new version of Python 3.10.2 is available. so can i install this version?
Same question ☹️
Yes you can because is update
@@mohammadraza326 ok thank you
Hey, I want to ask you something
When i write any python code in python IDLE , i have to save the file
But when i want to run that saved file by double clicking it, it doesn't run.
So how should i open that saved file?
Yes, becoz it is idle bro. First u have to open python to start its environment.
age=int(input("Your age:"))
if age>18:
print("You can drive!")
elif age==18:
print("It depends on you.")
else:
print("You cannot!")
I'm learning this course now, so the latest version right now is 3.9.4, should I download that or go with 3.7.1? Will it make any difference?
@@bj_jiwrajka which one did you choose?
Which one you installed?
Bol vai
Sir, I just have started to learn python from your UA-cam channel. Python is my first programming language but I am facing issues in running pycharm on my windows 7-32bit. Though, I have installed it correctly as you recommend but on opening the program, it shows error and show some "failed to load jvm dll bin server jvm.dll" and to add java_home etc. So, please make a video on it otherwise I can't be able to learn python 😥😥. So please solve this issue as soon as possible.
hai bro
i am also started phuthon yesterday lests start together
@@madhuvarshini5460 it's phyton not Phuthon😅
I have same problem
same problem dude
Download visual studio code instead
The latest version now is 3.9.1 Please tell should I download this latest one or 3.7.1 ?? Please guyzz lemme know ASAP. Thanks :)
I think you should download latest version ,
I've downloaded the latest version
Go for an older one. The stable the better. You can set a virtual environment if the need arises.
listen broo i prefer latest one becuz it have some easy features to do and not much is changed so you can download latest one becuz haryy also i think so updates his version because it will be easier si i recommened you should download the latest one :) .
Thank you so much sir maine bsc cs liya hoo lekin sir school ye chalu kiye hai lekin mujhe nhi aarha but aapka style sir bhut acha
While installing pycharm. It says it contains JetBrains Runtime 11 which does not support Microsoft Windows 32 bit version
It is because of the problem of 32bits but no need to download pycharm because it can share our private data in there therms and conditions
Ditto bhai solution mila kuch ?
@@syedmohibshah593 You may use VSCode it will work and is also a good IDE
From Pycharm website, scroll down and from the drop down, select version 2018.3.1 and then download the pycharm
6:43 lockdown chal raha hai yaha
Ha ha
lol
Lolololool
toh chai bana lo ; )
yahaa ghatam ho gaya
Bhi ye install nhi ho rha
This installation contains jetbrains runtime 11 which does not support Microsoft Windows 32-bit version.
Same
From Pycharm website, scroll down and from the drop down, select version 2018.3.1 and then download the pycharm :)
Your device is 32 bit and you are downloaded 64 bit version that's the actual reason.