If you really want me to make "Learn Social Network Python Website in one video" or "Learn AI Using Python in one Video" , share this video everywhere (Fb, Whatsapp, twitter etc)! I will definitely make a video if I get 500+ shares on my playlist! It will only take few seconds to share, so go ahead and I promise to make these videos after 500+ shares! Thanks a lot in advance to all those who shared! Here is the link - ruclips.net/video/qHJjMvHLJdg/видео.html
print("Enter Your Marks") Marks = int(input()) if (Marks>90) : print("grade is A+") elif (Marks>80) : print("grade is B+") elif (Marks>70) : print("grade is C+") elif (Marks>60): print("You Will More Work") elif (Marks>50): print("Well tried") elif(Marks
Hello Guyz! I hope you like this video. Make sure to check me out on Instagram - instagram.com/haris_magical/ You must checkout my facecam playlist too - ruclips.net/p/PLu0W_9lII9ajY2vEMIiSQBHqKB6IyX3pv
print("Hello Harry") print("This program is use to find the grades of the marks") a = int(input("Enter your students marks --> ")) if 100 >= a >= 91: g = 'A+' elif 90 >= a >= 81: g = 'A' elif 80 >= a >= 71: g = 'B+' elif 70 >= a >= 61: g = 'B' elif 60 >= a >= 51: g = 'C' elif 50 >= a >= 41: g = 'D' elif 40 >= a >= 31: g = 'E' elif 30 >= a >= 0: g = 'F' print("The Grade is",g) print("Thanks for using") # Hope you will like it
loc = "store" if loc == "auto shop": print("cars are cool") elif loc == "bank": print("money is cool") elif loc =="store": print("welocme to store") else: print("i do not know")
Hey ! I am 12-year old and wanted to learn machine learning. So I checked out your machine learning playlist. You suggested to come and watch this video so I did. It is amazing
num = int(input("Enter No. ")) if num > 80: grade = "A" # print("A") elif num < 80 and num > 50: grade = "B" # print("B") elif num < 50 and num > 35: grade = "C" # print("C") else: grade = "Fail" # print("Fail") print("The grade is ", grade)
num = int(input("Enter No. ")) if num > 80: print("A") elif num < 80 and num > 50: print("B") elif num < 50 and num > 35: print("C") else: print("Fail")
This has to be the best video I have come across. Thanks a lot for such Amazing content. After learning many other programming languages, i was thinking of learning Python, and here I am, already knowing the Most of Python one needs to know.
print('HI PLS ENTER YOUR MARK TO KNOW YOUR GRADE') number = int(input()) if (number>90): print('A++') elif(number>80): print('a+') elif(number>50): print('B') elif(number>39): print('work hard d++') sir how is it
# if else statement in python print("Please enter a and b: ") a = int(input()) # build in function for taking integer AS input b = int(input()) if a > b: print("The a is greater than b.") elif b > a: print("The b is greater than a.") if a > b: print("If short hand rule.") # if short-hand rule print("A") if a > b else print("B") # Short-Hand if-else Rule print("A") if a > b else print("=") if a == b else print("B") # Short hand if-else rule
#If Else by Khawaja basit number=int(input("Enter a Obt Marks")) tot=int(input("Enter a Tot marks")) avg=number/tot*100 if (avg>33): print("Pass") elif (avg
I was in web development video tutorials of yours.. You said to check this for json and i came here... Wow you really explained everything in one video... Thank you so much😇😇😇
It is one of the best video in my life about learn python, sir your teaching style are gorgeous😍🤭 I have a one more request for you sir make a video about HTML and CSS please 🙏🏻
for i in range (0,100000): print ("enter your mark ") number = int (input ()) if (number > 89 and number < 100): print ("grade=a") elif (number > 79 and number < 90): print ("grade=B") if (number > 69 and number < 79): print ("grade is c ") elif (number > 59 and number < 69): print ("grade is d") if (number > 49 and number < 59): print ("grade is e ") elif (number > 39 and number < 49): print ("grade is f ")
When the loop runs for the first time, the program prints "the number is less than 99" and prompts the user to enter another number. Since the you enters 9 again, the loop runs for the second time, and this time, the program checks whether the entered number is equal to 9 using the if statement if number == 9:. Since the condition is true, the program executes the break statement, which terminates the loop immediately. Therefore, the program breaks out of the loop when the user enters 9 for the second time.
print("enter ur marks") number = int(input()) if number > 90: grade = 'A' elif number > 80: grade = 'B' else: grade = 'FAIL' print("the grade is ", grade) print("by IIT") my code
details=int(input("Enter the number of students : ")) for i in range (details): Name=input("please enter your name : ") score=int(input("enter the score : ")) print("Your score is : ",score) if score > 89 and score 70 and score 50 and score 33 and score
Hey Harry Bhai! Thanks for making this Video. It really made my learning journey much easier. I was quite a bit confused about how to do a revise of all python concepts. But when i got to know about this 1 hr video, i made my plan to give it a try!! and it worked. Although i am not ready enough with OOPS concepts, yet it helped me to revise all other python concepts. So, that's it!! I shared my things with you. Once again thanks for making such a interesting video like this. Please continue to making videos like this. We all are with you for sure. May god bless you, me and all of us!!
Really really appreciate these RUclipsrs giving free lectures/courses on such valuable topics. I'll forever be thankful to you and other RUclipsrs who are helping me learn coding. When I become successful in the career I'm choosing. The credit will be going to all these RUclipsrs and my hardwork. Thanks once again
Python ke saath hum kya kya shike like SQL html css JavaScript pls suggest for back end bigdata ai. Because no one can learn everything like you in short time. Pls suggest minimum things to learn to find job easily after with time we learn other one by one. But make video what employer can demand from us with python developer.
Bhai love hogya, belongs from Geoscience profession and wanna switch to programming side,wanna be a developer, or bhai tuney zindagi asaan kardi, Love from PAK
Shout out for harry bhai. Day after tommorow is my exam and now i am here with no idea what a python is??? But after this, i am feeling some relax. 1 like toh banta h tumhare liye. And here i am ur new subscriber.....🎉💝
I learnt so many things from this video.....looks like all things at one shot....awesome video & appreciate your efforts....only thing i recommend, please try to change your beginning and ending music of videos
Sir you are Owsem....love the way of teaching.... everything is very clear...Love and respect from Pakistan..I watched your WordPress video and then I subscribed your channel and I learned a lot from your 3hrs video of WordPress website.
My team lead told me to revise python in one day, I directly came to this video. And guess what My all concepts of python have been brush up after seeing this video. Thank you Harry bhai 💜
def set_id(self, id): self.__id = id harry = employee() print(harry.set__id()) not able to set the ID individually. any help output: AttributeError Traceback (most recent call last) in 6 7 harry = employee() ----> 8 print(harry.get__id(80)) AttributeError: 'employee' object has no attribute 'get__id' (i am working on jupyter)
bhai awesome video the way u have explained very calmly and clearly its just awesome basically i wont comment on any video but i became fan of urs plz upload some projects on python thank you
grate bhai thank you so much bhia aap hum logi ki bohot help karte h koi bhi free itne free course nhi banata jitne aapne banaye h sach me Harry dil se thank you ♥
CodeWithHarry thanx a lot , apane easily samajaya ...me class me jane ke bad bhi itana easyly nahi samaj paya tha..ek aur suggetion tha..kya app ne jo example bataye he wo like simple application banate time sikhaye to aur bhi easy samjme ayega ki exactly usaka use kese kiya ja sakata he...kya app aisi vedio bana sakate he in one vedio....create managment softwear and usme all topic cover bhi ho sakata he..me kabhi se aisi vedio dhund raha hu ...i hope app agree ho jaye..pls pls..thanx a lot again... :-)
list1=[[7,8,9,78],11,[10,11,12],[4,5,6],[6,7,8]] for item in list1: for i in item: print(i) this code shows error Traceback (most recent call last): File "C:/Users/HP/PycharmProjects/codecafe/main12.py", line 3, in for i in item: TypeError: 'int' object is not iterable what is the reason behind it
thank you so much for this quick revision of python ....just change the setter code in your website of source code of salary setter method to self.__salary=salary. again thanks
Bhai please ek complete course bano C# language pe or saathi saath bhai ek 3D game development ke auper bhi course banaio, lekin please usme Unity, Unreal jaise koi game engine software mat use krna but koi Ursina game engine jaisa engine use krna ya fir khud ka engine banana batana jisme hamara code hi hamara game ho. Or bhai please iss message pe ek reply kar dena taaki mere dil ko bhi ek tasalli mil jaye. Aur shukriya bhai hamen itna saare useful content dene ke liye. Aapke channel ke koi bhi video waste nhi h, main iska dawa krta hun.
Hi I am Abhay I am learning to make game with unity but I don't know how to code C# please make full course video Because no one can teach C# better than you please help Harry brother 🙏
If you really want me to make "Learn Social Network Python Website in one video" or "Learn AI Using Python in one Video" , share this video everywhere (Fb, Whatsapp, twitter etc)!
I will definitely make a video if I get 500+ shares on my playlist!
It will only take few seconds to share, so go ahead and I promise to make these videos after 500+ shares!
Thanks a lot in advance to all those who shared!
Here is the link - ruclips.net/video/qHJjMvHLJdg/видео.html
Sir 32 bit please
buddy it was really good... please look for something into regression analysis and visualization... if possible!!!
HEY THERE..
I WANT TO HIRE YOU AS AN ENGINER
Shared 😍❤️
Please sir one video on strong Artificial Intelligence
print("Enter Your Marks")
Marks = int(input())
if (Marks>90) :
print("grade is A+")
elif (Marks>80) :
print("grade is B+")
elif (Marks>70) :
print("grade is C+")
elif (Marks>60):
print("You Will More Work")
elif (Marks>50):
print("Well tried")
elif(Marks
You made a mistake in the code bro
Hello Guyz! I hope you like this video. Make sure to check me out on Instagram - instagram.com/haris_magical/
You must checkout my facecam playlist too - ruclips.net/p/PLu0W_9lII9ajY2vEMIiSQBHqKB6IyX3pv
CodeWithHarry kon chor dislike kiya h 😡😠....tmrai fan km h pr bhut barai ku ki tm bhut acha kaam kr rhai ho😊
sir facebook contact de du please
print("Hello Harry")
print("This program is use to find the grades of the marks")
a = int(input("Enter your students marks --> "))
if 100 >= a >= 91:
g = 'A+'
elif 90 >= a >= 81:
g = 'A'
elif 80 >= a >= 71:
g = 'B+'
elif 70 >= a >= 61:
g = 'B'
elif 60 >= a >= 51:
g = 'C'
elif 50 >= a >= 41:
g = 'D'
elif 40 >= a >= 31:
g = 'E'
elif 30 >= a >= 0:
g = 'F'
print("The Grade is",g)
print("Thanks for using")
# Hope you will like it
Very crisp and precise video! Thanks man!
def avrage(num1,num2):
return (num1+num2) / 2
n1=int(input("enter 1st number"))
n2=int(input("enter 2nd number"))
print(avrage(n1,n2))
n=int(input("enter your marks"))
if n>100:
print("not valid your marks")
elif n=90 :
print("A")
elif n>=80 :
print("B")
elif n>=60:
print("C")
elif n>=50:
print("D")
elif n>=40:
print("E")
else:
print("F")
sir its right program
Nailed it bro and one thing this video is underrated please share and like.Please give this guy at least a million views couldn't be any better.
num=int(input("Enter the Number:-"))
if num>90:
print("A grade",number)
elif num>80:
print(" B grade",number)
elif num>70:
print("c grade",number)
elif num>60:
print("d grade",number)
else:
print("no grade")
loc = "store"
if loc == "auto shop":
print("cars are cool")
elif loc == "bank":
print("money is cool")
elif loc =="store":
print("welocme to store")
else:
print("i do not know")
Welocme to store.
Hey !
I am 12-year old and wanted to learn machine learning. So I checked out your machine learning playlist. You suggested to come and watch this video so I did. It is amazing
One of the best video for revision of python.
Does this video cover all the concepts?
@@ishaanbhagria8619 not all, but yes mostly topic has covered.
@@ishaanbhagria8619 to cover all topics request you to watch playlist of Python in which 129 videos are present
Just a correction at 56:16 salary ke setters me
self.__salary = salary
hona chahiye
Love your work👍
That's really awesome video for quick revision purposes if you're having your exam tomorrow or want to learn web dev, ds in python.
num = int(input("Enter No. "))
if num > 80:
grade = "A"
# print("A")
elif num < 80 and num > 50:
grade = "B"
# print("B")
elif num < 50 and num > 35:
grade = "C"
# print("C")
else:
grade = "Fail"
# print("Fail")
print("The grade is ", grade)
Bro u just revised the whole Python in one hour that I learned in 2 years of my school 😂🔥
same hahahah
In which class r u now??
@@SahilKumar-fp4xd I'm in B.Tech 2nd yr
😂 same here
Atleast u learnt it frm school bro
num = int(input("Enter No. "))
if num > 80:
print("A")
elif num < 80 and num > 50:
print("B")
elif num < 50 and num > 35:
print("C")
else:
print("Fail")
#if else statements
#prgm for converting marks into grade
print("enter your marks=")
number= int(input())
print(number)
if (number > 90) :
grade ='A'
elif (number >80):
grade= 'B'
elif (number >70):
grade = 'C'
elif (number >60):
grade= 'D'
elif (number >50):
grade= 'E'
elif (number >40):
grade= 'F'
else:
grade= 'dont know'
print("your grade is =" , grade)
This has to be the best video I have come across. Thanks a lot for such Amazing content. After learning many other programming languages, i was thinking of learning Python, and here I am, already knowing the Most of Python one needs to know.
print('HI PLS ENTER YOUR MARK TO KNOW YOUR GRADE')
number = int(input())
if (number>90):
print('A++')
elif(number>80):
print('a+')
elif(number>50):
print('B')
elif(number>39):
print('work hard d++')
sir how is it
# if else statement in python
print("Please enter a and b: ")
a = int(input()) # build in function for taking integer AS input
b = int(input())
if a > b:
print("The a is greater than b.")
elif b > a:
print("The b is greater than a.")
if a > b: print("If short hand rule.") # if short-hand rule
print("A") if a > b else print("B") # Short-Hand if-else Rule
print("A") if a > b else print("=") if a == b else print("B") # Short hand if-else rule
a = int(input("enter your marks: "))
if a>=90:
print("you got A+ grade.")
elif a>=80:
print("you got A grade.")
elif a>=70:
print("you got B grade.")
elif a>=60:
print("you got C grade.")
elif a>=50:
print("you got D grade.")
elif a>=40:
print("you got E grade.")
else:
print("You failed!")
#If Else
by Khawaja basit
number=int(input("Enter a Obt Marks"))
tot=int(input("Enter a Tot marks"))
avg=number/tot*100
if (avg>33):
print("Pass")
elif (avg
Thanks A Lot 🙏🏻 . People like you are rare these days , We have found a Gem 😌
I was in web development video tutorials of yours.. You said to check this for json and i came here... Wow you really explained everything in one video... Thank you so much😇😇😇
bro is it enough?? for django
i want suggestion
#if else statements
print("Enter Your Marks!")
number = int(input())
print(number)
if (number>90):
grade = 'A'
elif (number>80):
grade = 'B'
elif (number>70):
grade = 'C'
elif (number>60):
grade = 'D'
elif (number>50):
grade = 'E'
elif (number>40):
grade = 'F'
else:
grade = 'You Failed'
print("The Grade is ",grade)
Thankyou So much sir, aap ne ek hi video me bahut saari cheej bataa diya hai.
Sir , i really liked this video
Very clear and to the point
Appreciate from bottom of my heart ❤️
You are great. You are building confidence in me to be a programmer. I'll be grad whole life. Thank you so much. God Bless You.
one of the best teacher in india for programming
Great video for revision of python. Thank u
It is one of the best video in my life about learn python, sir your teaching style are gorgeous😍🤭 I have a one more request for you sir make a video about HTML and CSS please 🙏🏻
Thanks a million time Harry sir
Python language basic se sikhane ke liye Maine bahut sites try ki lekin appke teaching samajh me aaai thanks
for i in range (0,100000):
print ("enter your mark ")
number = int (input ())
if (number > 89 and number < 100):
print ("grade=a")
elif (number > 79 and number < 90):
print ("grade=B")
if (number > 69 and number < 79):
print ("grade is c ")
elif (number > 59 and number < 69):
print ("grade is d")
if (number > 49 and number < 59):
print ("grade is e ")
elif (number > 39 and number < 49):
print ("grade is f ")
Sir please you make video of full python with objected oriented programming
print('enter the number')
number = int(input())
while(number
When the loop runs for the first time, the program prints "the number is less than 99" and prompts the user to enter another number. Since the you enters 9 again, the loop runs for the second time, and this time, the program checks whether the entered number is equal to 9 using the if statement if number == 9:. Since the condition is true, the program executes the break statement, which terminates the loop immediately.
Therefore, the program breaks out of the loop when the user enters 9 for the second time.
bestest video to learn python who knows javascript and java language
You really fill sagar in gagar.............this one video contain whole gyaan of python..........Thanks for this Boss...
print("enter ur marks")
number = int(input())
if number > 90:
grade = 'A'
elif number > 80:
grade = 'B'
else:
grade = 'FAIL'
print("the grade is ", grade)
print("by IIT")
my code
Great Video👍 Im Learning Javascript Now After I Want to Learn Python
Bhai bahut acche se smjhate ho aap😍😍 thanku so much for this
Guys please support and share he is teaching well at free of cost hats off for u.... Thank u
details=int(input("Enter the number of students : "))
for i in range (details):
Name=input("please enter your name : ")
score=int(input("enter the score : "))
print("Your score is : ",score)
if score > 89 and score 70 and score 50 and score 33 and score
Your this video helped me a lot in learning python from scratch.
It's great! Too many concepts in crisp form😊👍
Thanks for the appreciation. Please share with your friends too!
@@CodeWithHarry surely will👍
We can make software with this language
@@CodeWithHarry Ek bhi gf nahi mili ;-;
Hey Harry Bhai!
Thanks for making this Video. It really made my learning journey much easier. I was quite a bit confused about how to do a revise of all python concepts. But when i got to know about this 1 hr video, i made my plan to give it a try!! and it worked.
Although i am not ready enough with OOPS concepts, yet it helped me to revise all other python concepts.
So, that's it!! I shared my things with you. Once again thanks for making such a interesting video like this.
Please continue to making videos like this. We all are with you for sure.
May god bless you, me and all of us!!
Nice video for touching basics...would highly appreciate it if you can cover advanced topics also in a video with a similar time frame.
Plz tell us more about modules
FOR ME ,U ARE REAL REAL GURU IN MY LIFE
One of the best video for Python revision😍😍
Awesome Harry. Learning python only watching your videos.
Thank you bhai for this video😄
It's very helpful 👍
i completed watching your python tutorials for absolute beginers and watching this video to revise and it is best video thanks for this best video.
You Are Great Mr. Harry ❤️️
Really really appreciate these RUclipsrs giving free lectures/courses on such valuable topics. I'll forever be thankful to you and other RUclipsrs who are helping me learn coding. When I become successful in the career I'm choosing. The credit will be going to all these RUclipsrs and my hardwork. Thanks once again
What an amazing video get a great overview of python and now I know i can surely learn this language.😘 Thanks HARRY bhai😉
Python ke saath hum kya kya shike like SQL html css JavaScript pls suggest for back end bigdata ai. Because no one can learn everything like you in short time. Pls suggest minimum things to learn to find job easily after with time we learn other one by one. But make video what employer can demand from us with python developer.
Bhai love hogya, belongs from Geoscience profession and wanna switch to programming side,wanna be a developer, or bhai tuney zindagi asaan kardi,
Love from PAK
very nice and great video harry sir. You are awesome 😊😊
Shout out for harry bhai. Day after tommorow is my exam and now i am here with no idea what a python is??? But after this, i am feeling some relax. 1 like toh banta h tumhare liye. And here i am ur new subscriber.....🎉💝
All the best & god bless u always sir☺
I learnt so many things from this video.....looks like all things at one shot....awesome video & appreciate your efforts....only thing i recommend, please try to change your beginning and ending music of videos
Thanks Harry sir for Creating an amazing video like this. I'm 14 years old and want to learn python and your videos really helped me a lot
GG, py completed or not?
Really great video....really helped me in brushing up the Python. Thanks
WOW ! I learned many things from this ... Really Superb ..
Please make major project in python
Harry Bhai Aapse Request Hai Ki Aap Swift Programming Language Pr Tutorials Aur Learn In One Video Banao Please....
Understood basic python command in just an hour. 🔥🔥
Thank you so much.
Now from this video I'm learning a lot.
Best presentation and explanation in short time. Thank you Harrybhai
Sir you are Owsem....love the way of teaching.... everything is very clear...Love and respect from Pakistan..I watched your WordPress video and then I subscribed your channel and I learned a lot from your 3hrs video of WordPress website.
My team lead told me to revise python in one day, I directly came to this video. And guess what My all concepts of python have been brush up after seeing this video.
Thank you Harry bhai 💜
In programming good carrier and good paying salary is there or not?
Please tell, waiting for your reply
@@mahipalff3522 yes it is
Sir can u pl give a guest lecture or webinar for our students
def set_id(self, id):
self.__id = id
harry = employee()
print(harry.set__id())
not able to set the ID individually. any help
output:
AttributeError Traceback (most recent call last)
in
6
7 harry = employee()
----> 8 print(harry.get__id(80))
AttributeError: 'employee' object has no attribute 'get__id'
(i am working on jupyter)
Always love your teaching 🙏
KHUSH RHO BRO, LOVE IT
bhai awesome video the way u have explained very calmly and clearly its just awesome basically i wont comment on any video but i became fan of urs plz upload some projects on python thank you
This is an amazing video. Really helped a lot. Thanks a lot harry bhhaai.
Great भावा ...
Selenium webdrive ke bareme kuch banaO..
I REALLY HEALP A LOT FROM THIS VIDEO...THANKS HARRY BHAI
grate bhai thank you so much bhia aap hum logi ki bohot help karte h koi bhi free itne free course nhi banata jitne aapne banaye h sach me Harry dil se thank you ♥
Excellent explanation Sir
May Allah bless you more
CodeWithHarry thanx a lot , apane easily samajaya ...me class me jane ke bad bhi itana easyly nahi samaj paya tha..ek aur suggetion tha..kya app ne jo example bataye he wo like simple application banate time sikhaye to aur bhi easy samjme ayega ki exactly usaka use kese kiya ja sakata he...kya app aisi vedio bana sakate he in one vedio....create managment softwear and usme all topic cover bhi ho sakata he..me kabhi se aisi vedio dhund raha hu ...i hope app agree ho jaye..pls pls..thanx a lot again... :-)
Thank you harry bhai. I have completed the full video with practice. This video was very helpful.💜
list1=[[7,8,9,78],11,[10,11,12],[4,5,6],[6,7,8]]
for item in list1:
for i in item:
print(i)
this code shows error
Traceback (most recent call last):
File "C:/Users/HP/PycharmProjects/codecafe/main12.py", line 3, in
for i in item:
TypeError: 'int' object is not iterable
what is the reason behind it
11 se [11] kar de
Bhai make A Video on What Are Modules in Python And How Would We Use Them!
Maine isi video mei bataya hai modules ke baare mei but still will make a video soon!
WoVideo Mujhe Thik Thak samajh Nahi aaya Pls make New Thoda sa Simplified way
thank you so much for this quick revision of python ....just change the setter code in your website of source code of salary setter method to self.__salary=salary. again thanks
bhot badiya video hai.....thank u so much harry bhai.
Gzb Harry bhai I never understood construction before that but from this video helped me to understand
Bhai please ek complete course bano C# language pe or saathi saath bhai ek 3D game development ke auper bhi course banaio, lekin please usme Unity, Unreal jaise koi game engine software mat use krna but koi Ursina game engine jaisa engine use krna ya fir khud ka engine banana batana jisme hamara code hi hamara game ho.
Or bhai please iss message pe ek reply kar dena taaki mere dil ko bhi ek tasalli mil jaye. Aur shukriya bhai hamen itna saare useful content dene ke liye. Aapke channel ke koi bhi video waste nhi h, main iska dawa krta hun.
Hi I am Abhay I am learning to make game with unity but I don't know how to code C# please make full course video
Because no one can teach C# better than you
please help Harry brother 🙏
Please
You are teaching very easily thanks bro
1> How many days need to learn the Python ? 2> apke videos (119) dekh kar practice kiya to kitna percentage humaara python complete hoga ?
70% aur 30% aapki mehnat and practicing pe dependent hai... Wo aapko khud karna hai! All the best
@@CodeWithHarry Thank you Harry bhai .. kabhi aana phir se china main (I m working in beijing)
Bhai please make 1 video on sql to cover sql main topics in 1 video
It's well explained video..I am started to learn from ur video on oops .Thanks a lot .
great work !! helpfull and short time full overview with relative knowledge of each topic .
Thanks for this I enjoyed it and learned quickly...
Also Please make a video on OOPS conecpt
good one, i am beginner in python. got some understanding now
It's Very helpful video for beginners thank you so much