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
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.
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 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.
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..❤️❤️
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.
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!!
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
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
❤️ 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 😊😊
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?") 😂😂😂
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!!!!!!!!!!!!!!!!!!!!!!!
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
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
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
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.
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.
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 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
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
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?
Mere pc me pycham community installation nehi ho Raha hai. It's showing This installation contains JetBrains Runtime 11 which does not support Microsoft Windows 32-bit version. Can you please help me🙏.
It is because the most of the company stop 32bit computers but no need to download pycharm because it can share our private data To other companies in there therms of use and conditions
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?
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?
Please do not use pycharm because it can share our private data to 3rd party please it therm and conditions otherwise you have get problem sir is using a different devices for teaching us do not use the device in which your privacy is there like bank details
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
us bhai us
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
@@bhaktiM9034 It is worth your time.
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
😂
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
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 😎😎😎😎😎😎😎😎
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
Hey!😃 You are the best teacher 👍.
Aap chhoti chhoti cheze bhi samjate ho yaarrrr... Keep it up and thanks 🤩🤩
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.
Sir you explaining technique fells me confident
I must say you are a lifesaver for beginners. This is my first video of yours and I am a fan of yours...
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..❤️❤️
बहुत अच्छा लगा आज यहा से सीख कर ।
बहुत धैर्य poorvak और डिटेल्स से बताया।
बहुत कम शब्द मे #प्रणाम
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"
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 😂
Kya sahi teacher ho bhaii 👍 Hamare liye Python, Pycharm uninstall krke firse download krke dikhaya 😂👏👏🙌❤️
i really love the hardwork of this guy
You started this course which python you download 3.7.1 or any other??
@@rahulsb205 me 3.8.5 bruh for windows 7 32 bits.
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
One cannot stop oneself to watch the next video by just starting your one video
The great trainer...
Superb, Watching this in 2021 bt really appreciate your effort.
Bro version this version is working or not
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
harry bhai youre great aapne bohot straight forward or simple tarike se sab kuch bataya salute you bro
your speech give me positive feeling
Yes you are true.👍
now, I know HTML , CSS and now learning python
amazing sir
hmm......
Can u give your insta id
❤️
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 😊😊
aapke karan hii itnaaa coding sikhne ko motivate milta haii🌟🙏❤
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😂
Couldn't even have enough words to thank you at all...
really dear
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,
bhai ....aapka har video bahot motivational rehta hai ...u r the best ..
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
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")
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 ?
Best learning platform for programming. My hand cannot stop comment harry bhaiya. Love you bhaiya.👏👏👏👏👏
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!!!!!!!!!!!!!!!!!!!!!!!
You're doing great man. Love from Mumbaii 🌸❤️
Are you doing software engineering
@@EmpowermentHubMedia yes
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 very much bhaiya... Jai Hind
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 sir
I don not have words that you are doing such a hard work..
May ALLAH bless you my nice teacher..
thanks sir
It's really very helpful as I am watching this all videos from initial stage and easy to understand
Can I use Visual Studio Code instead of Pycharm?
Btw, great video. Love from New Delhi.
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..✌👍🏻
Thank-you so much
Apaki vajhase ham Poor people log padh sakate hai
Mind blowing,iam noted down everything ❤thnx alot .keep rocking and supporting us.wish you all the best ❤
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!
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??
Great presentation, much better than sources I was relying on!
he is really a good teacher
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
we can also use the IDLE ide which already comes if we click on install now
it is of python foundation only
I can't thank you much. This video solved all the glitches I faced. Thank you!!
jazakallah harry bhai 🔥
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
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
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!
Teacher kisi bhe religion sy ho teacher teacher hota hy thank you sir
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
@@rahulsb205 meine toh latest wala kiya hai 3.9.5
@@tanishvashistha8647 maine bhi wahi kr liya
all will work bro......
maine bhi latest kia h....
7:08 was the funniest moment 😂😂😂😂🤣
bro install karne ke baad galti se python close ho gaya
to mai wapis open kaise karu python
Kaunse text editor mai codes likhte ho app
Cmd khol ke python likh do pta chal jaayega installed properly hai ya nhi
brother python 3.7.3 is good for learning pyton by watching your video
Zabardast sir aap best ho accha bataya meny sub acchy sy karliya hy aap may or Mera computer python 1st class k leye ready hy
sir I have a problem to install biopython package. However other packages are installed without any errors plz help me to install biopython
@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
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
Sir I just installed this and made my first hello program.......I am so happy sir coding is so big thing for me
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
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.
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 😂
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
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
great tutorial! At time 7.37 you showed virtual env in project environment? can you please elaborate on it
You are the best teacher 🙏👏👍
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.
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
6:43 lockdown chal raha hai yaha
Ha ha
lol
Lolololool
toh chai bana lo ; )
yahaa ghatam ho gaya
Love the way you teach.....😍😍😍
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.
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
Mere pc me pycham community installation nehi ho Raha hai. It's showing This installation contains JetBrains Runtime 11 which does not support Microsoft Windows 32-bit version. Can you please help me🙏.
L lag gaye😂
It is because the most of the company stop 32bit computers but no need to download pycharm because it can share our private data
To other companies in there therms of use and conditions
@@rameshkumartripathi881 bhai ye to btao kre lya fir😁
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
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
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.
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
Python OP liked it took suggestion from your video only. It's a fun.
pizza ka last slice
subah ki nind
aur python kisi keliye uninstall nhi krta ...😎😎
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 am having Microsoft visual studio code do i need to download pycharm or it will work
Please do not use pycharm because it can share our private data to 3rd party please it therm and conditions otherwise you have get problem sir is using a different devices for teaching us do not use the device in which your privacy is there like bank details
Ya it's ok
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
5yrs baad python 3.12.2 is available, should i download it?
Yes
Jrur
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
Very very helpful video sir. Finally I downloaded python with pycharm 🙏🙏
Bhai Internal error java.lang.classnotfoundexception: com.intellij.ide.plugins.mainrunner dikha raha hai Please Help🙏
Same
Same
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 :) .
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