Enroll in Free Data Analytics Complete course to get Notes, Code Files & Projects www.theiscale.com/course-details/free-data-analytics-course For any doubt connect in WhatsApp with us: wa.me/917880113112
Your video on Python for Data Science is amazing! You explain complex concepts in a simple way. Thank you for making it accessible to everyone. I watched the first 53 minutes and had to leave a comment. "Trust me, the more you share, the universe returns it multifold." Thank you and God bless! FYI: Every 30 minutes my mind goes to Review; I like to give 10 STAR for the content.
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
4:34:29 student_1=input("enter your course name - ") student_1_age=int(input("enter your age here - ")) print("The course name of student is - ", student_1) print("The age of student is - ", student_1_age) student_2=input("enter your course name - ") student_2_age=int(input("enter your age here - ")) print("The course name of student is - ", student_2) print("The age of student is - ", student_2_age) student_3=input("enter your course name - ") student_3_age=int(input("enter your age here - ")) print("The course name of student is - ", student_3) print("The age of student is - ", student_3_age) student_4=input("enter your course name - ") student_4_age=int(input("enter your age here - ")) print("The course name of student is - ", student_4) print("The age of student is - ", student_4_age) student_5=input("enter your course name - ") student_5_age=int(input("enter your age here - ")) print("The course name of student is - ", student_5) print("The age of student is - ", student_5_age) age=(student_1_age+student_2_age+student_3_age+student_4_age+student_5_age)/5 print("The average age of student is- ", age)
The video is excellent for students at all levels, from beginners to advanced. It effectively highlights key concepts. I'm grateful for the RUclips video and wish you continued success. Thank you!
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
found this gem randomly on my timeline and i must say, by far this is one of the best channels i have come across. your way of teaching and explaining the core concepts is absolutely wonderful. just a request, it would be helpful if there is a timestamp on this video instead of timelines in the description. thank you so much for bringing out this gem..!!
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
Respected Ma'am you really explain complex concepts in a simple way. Thank you for making it accessible to me, I am from Pakistan . I want to really appreciate her for great talent and her hard work to educate others
I took course for business analysis there to they taught python for analysis but i was not very clear with the topics and the teaching method was too not that good but this lectures helped me a lot to learn and clear my doubts and the best thing I liked is that after every section their is practice on it this helped me alot and the case studies makes this lectures more interesting and it helps to know what we will be utilizing all our learning in real world . THANKYOU MA'AM.
Ans to 3:43:18 We need to use abs() to solve this issue of negative age value. Example:- age1 = -40 age2 = -35 age3 = -56 age4 = -90 print(abs(age1)) print(abs(age2)) print(abs(age3)) print(abs(age4))
2:57:40 radius = 12 Area_Of_Circle = 3.14 * (radius**2) print("The Value of Area of Circle is", Area_Of_Circle) Output: The Value of Area of Circle is 452.16
Ans to 2:57:14 ## Write a python program to calculate the area of a circle with a radius of 12cm pi = 3.14159 r = 12 area = pi* (r)**2 print('Area of a circle with a radius of 12cm is: ',area, "cm\u00b2")
9:31:17 string="honesty is the best policy" reverse="".join(reversed(string)) print(reverse) or string="honesty is the best policy" print(string[::-1])
6:04:40 choose=input("choose the city-mumbai/kolkata/chennai/bangalore/pune:-") if choose=="mumbai": print("you must visit,Gateway of India") elif choose=="kolkata": print("you must visit,Victoria Memorial") elif choose=="chennai": print("you must visit,Marina Beach") elif choose=="bangalore": print("you must visit,Botancial Garden") elif choose=="pune": print("you must visit,Shaniwar Wada") else: print("please enter the city which is mentioned above with lower case")
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
sol to 9:32:45 #User Defining function def slicing_str(string): char = string[2:8] return char # Output string= 'Data Science' slicing_str(string) Ans to MCQ Practice Qstn: Qstn No1 : ello Qstn 2 : p Qstb 3: Artifi
6:03:30 correct answer is init_salary = float(input("Enter your base salary : ")) time = int(input("Enter the working years : ")) if time > 5: # adding 8% in initial salary c = (((init_salary * 8)/100)+ init_salary) # deducting the 12% from the increased salary d = ((c * 12)/100) e = c- d print("Your salary is : ",e) elif time < 5: d = ((init_salary * 12)/100) e = init_salary - d print("Your salary net salary is : ",e)
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
a1=int(input("please enter your numbers")) a2=int(input("please enter your numbers")) a3=int(input("please enter your numbers")) a4=int(input("please enter your numbers")) a5=int(input("please enter your numbers")) a6= (a1+a2+a3+a4+a5) print(a6) average= a6/5 print("the avarage number of students",average)
def number_squares(n): total = 0 for i in range(1,n+1): square = i*i total = total + square print("The total of n Squares is:",total) return n n= int(input("Enter the numbers you have the sqaure")) number_squares(n)
Yes I think all my python fundamentals are cleared and now I move on to part two for advancing my python skill. Honestly I review Mam, this course is very helpful for all newcomers who are willing to learn python not only for data science but machine learning. I hope you Will create or make an artificial intelligence course after it. Thank you
Q.4) current_temp= int(input("Enter the current temprature")) min_temp=5 max_temp=50 range=current_temp>=min_temp print("the temprature is within the range",range) range1=current_temp
# First Assignment # Data A = "πr²" # Area of the circle π = 3.14 r = 12 # unit in cm A = (π*r**2) print("The area of the circle is",A) The area of the circle is 452.16
ans to 5:23:50 current_temp = float(input('Enter the Current Temp. in your City: ')) highest_temp = float(input('Enter the Max Temp. your City had in this season: ')) lowest_temp = float(input('Enter the Min Temp. in your City had in this season: ')) temp_range = lowest_temp
current_temp = input("Enter the current Temp") mini_temp = int(input("Enter minimum temp")) max_temp = int(input("Enter the maximum temp")) if range(30,50): print("current_temp is within range") else: print("current_temp is not within range") check whether it correct or not?
min_temp = 16 max_temp = 40 current_temp = int(input("Enter the current Temp : ")) if current_temp in range(16,41): print("current_temp is within range") else: print("current_temp is not within range")
currenttemp=(int(input("What is the current temperature"))) minimumtemp=0 maximumtemp=58 print("The current temprature is less than or equal to",currenttemp=maximumtemp)
4:34:27 stu_course_1 = input("Enter your Course Name") age_1 = int(input("Enter your age")) stu_course_2 = input("Enter your Course Name") age_2 = int(input("Enter your age")) stu_course_3 = input("Enter your Course Name") age_3 = int(input("Enter your age")) stu_course_4 = input("Enter your Course Name") age_4 = int(input("Enter your age")) stu_course_5 = input("Enter your Course Name") age_5 = int(input("Enter your age")) Avg_age = (age_1+age_2+age_3+age_4+age_5)/5 print("The avg age of the all the students is " , Avg_age)
def natural_num(n): total=0 for i in range(1, n+1): total+=i**2 return total result= natural_num(3) print("The sum of sq of the first 3 natural number is:",result)
def sum_of_squares(n): total = 0 for i in range(1, n + 1): total = total+ i ** 2 return total # Prompt the user for input n = int(input("Enter a positive integer n: ")) # Check if the input is a positive integer if n > 0: # Call the sum_of_squares function with the user's input result = sum_of_squares(n) print(f"The sum of the squares of the first {n} natural numbers is: {result}") else: print("Please enter a positive integer.")
def func(input_value): a = "data science" b = "hello world, I am learning python" c = "all the best" if input_value == a: print(a[3:8]) elif input_value == b: print(b[3:8]) elif input_value == c: print(c[3:8]) else: print("Please enter a correct input:") func("all the best")
def sum_of_natual_number_squares(n): total_number =0 for i in range(1, n+1): total_number +=i**2 sum_of_squares = total_number print("natual number squares is", sum_of_squares)
project = "analyze weather data" current_temp = input("enter the current temp") minimum_temp = input("enter the minimum temp") maximum_temp = input("enter the maximum temp") if(current_temp = minimum_temp): print("current temperature in range ",current_temp) else: print("not in range ", current_temp)
I hate Python, coding, and all. This video is well explained, and this channel is good at explaining. I dont have a choice to learn or not even though i despise it. There is someone holding a gun to my head, forcing me to learn Python. To study something I have 0 interest in, God help me. Edit: I was being dramatic. Please don't take this Literally, it is just my way of venting. I am safe, and there is no gun on my head.
This woman in the video makes my torture a little less worse thanks to her great teaching skills and indeoth knowledge, if you like Python you won't suffer at all in this video
weight_in_kg = float(input("Please enter your weight in kg")) height_in_cm = int(input("Please enter your height in cm")) age = int(input ("Please enter your age")) BMR = 88.362+(13.397*weight_in_kg)+(4.799*height_in_cm)-(5.677*abs(age)) print(int(BMR))
def sum_natural_numbers(n): total=0 for i in range(1,n+1): total=total+i**2 return(total) n=int(input('enter the number')) print(sum_natural_numbers(n))
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
max_temp= min_temp= current_temp = float(input("what is temp in your city?")) Curr_temp_range = max_temp>=current_temp>=min_temp print ("The current temp range lies between the max and the min temp" , Curr_temp_range)
current_temp=18 minimum_temp=8 maximum_temp=20 range=current_temp=minimum_temp print(f"the current temperature is within the maximum and minimum temperature recorded today {range} ")
4:36:09 Write a python code for hostel students,ask them to mention their course name and age, for 5 students and calculate their average age. course_1= input("enter ur course:") age_1= int(input("enter ur age:")) course_2= input("enter ur course:") age_2= int(input("enter ur age:")) course_3=input("enter ur course:") age_3=int(input("enter ur age:")) course_4= input("enter ur course:") age_4=int(input("enter ur age:")) course_5= input("enter ur course:") age_5=int(input("enter ur age:")) avg= (age_1+age_2+age_3+age_4+age_5)/5 print("the avg age is", int(avg))
## 5:23 QUESTION 4 """ You are woring on a project to analyze wheter data create a variable to store current tempeture minimum tempeture and maximum tempeture """ # stote the data current_temp = input("Enter the current temp of your city: ") # convert current temp into float current_temp = float(current_temp) # set the manimum and maximum tempture of the state manimum_temp = 24 # temp in degree celcius maximum_temp = 52 if current_temp > manimum_temp and current_temp < maximum_temp: print(" The current tempeture of your city is witin the tempeture of your state!") else: print("Opps! your city tempeture is not with the overall state current tempeture")
current_temperature=int(input("Kindly input the current temperature")) min_temp=35 max_temp=50 print("the temperature is below or equal to minimum level",current_temperature=max_temp)
Lecture 5 quesiton 3 for code is done and for mcqs the answers are : abs() and len(). I'm trying to solve each question assigned by you so that i can learn
hello Ma'am I did blow code #house price calcuation program Squ_feet= float(input("Total Squarefeet flat you want to purchase")) BHK=int(input("how manay bedrooms you want")) price=5000 tracehold=7500000 def house (): total=Squ_feet*price print("Cost of flat is ",total) if total> tracehold: print("Price is bigeer than thracehold ") else: print("Price is not bigeer than thracehold ") house()
student1 = str(input("enter the course name")) student2 = str(input("enter the course name")) student3 = str(input("enter the course name")) student4 = str(input("enter the course name")) student4 = str(input("enter the course name")) student_age1 = int(input("enter the age")) student_age2 = int(input("enter the age")) student_age3 = int(input("enter the age")) student_age4 = int(input("enter the age")) student_age5 = int(input("enter the age")) a = [student_age1,student_age2,student_age3,student_age4,student_age5] cal = sum(a) print(cal) avg = 125/5 out put enter the course name chm enter the course name bio enter the course name phy enter the course name eng enter the course name isl enter the age 23 enter the age 24 enter the age 25 enter the age 26 enter the age 27 125
salaam, ya apny jo gaming wala question krwa ha ma"am wo muj say nhi ho raha ha ....koi error b nhi ha lkin wo chal hi nhi raha ha same as it kiya ha lkin no working...😑😑😑
maximum_temp = 45 minimum_temp = 0 current_temp = int(input("Enter the current temperature in your area ")) a = current_temp>=maximum_temp or current_temp
Enroll in Free Data Analytics Complete course to get Notes, Code Files & Projects
www.theiscale.com/course-details/free-data-analytics-course
For any doubt connect in WhatsApp with us: wa.me/917880113112
OTP receive nhi ho rha number pr
I can't get verification in uk
How to connect on WhatsApp as well link is not working
Mam btaye naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
7:30:53=
2
4
6
8
10
Guys believe me this is best video on python....Plz plz ma"am ki itni mahnat ke like sab like karo.....Thanks a lot .....superb work ...
Thank you for your support! For details, reach out to us on WhatsApp - wa.me/917880113112
Thank you for such great content
Your video on Python for Data Science is amazing! You explain complex concepts in a simple way. Thank you for making it accessible to everyone. I watched the first 53 minutes and had to leave a comment. "Trust me, the more you share, the universe returns it multifold." Thank you and God bless! FYI: Every 30 minutes my mind goes to Review; I like to give 10 STAR for the content.
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
Phli br mne koi video like ki h yout tube ki ....
Intresting way of teaching nd clear every concept ...
You deserve this comment ❤
Thank you keep learning, For more query contact wa.me/917880113112
2:57:31 python prog to calc to Area of circle
r=12
pie=3.14
AOC=pie*(r**2)
print("The area of circle is", AOC)
👍👍 For more query contact wa.me/917880113112 Keep learning....
4:34:29
student_1=input("enter your course name - ")
student_1_age=int(input("enter your age here - "))
print("The course name of student is - ", student_1)
print("The age of student is - ", student_1_age)
student_2=input("enter your course name - ")
student_2_age=int(input("enter your age here - "))
print("The course name of student is - ", student_2)
print("The age of student is - ", student_2_age)
student_3=input("enter your course name - ")
student_3_age=int(input("enter your age here - "))
print("The course name of student is - ", student_3)
print("The age of student is - ", student_3_age)
student_4=input("enter your course name - ")
student_4_age=int(input("enter your age here - "))
print("The course name of student is - ", student_4)
print("The age of student is - ", student_4_age)
student_5=input("enter your course name - ")
student_5_age=int(input("enter your age here - "))
print("The course name of student is - ", student_5)
print("The age of student is - ", student_5_age)
age=(student_1_age+student_2_age+student_3_age+student_4_age+student_5_age)/5
print("The average age of student is- ", age)
Main yahi question ka answer dhund rha tha ki maine sahi kiya ya nhi thankyou 😅
The video is excellent for students at all levels, from beginners to advanced. It effectively highlights key concepts. I'm grateful for the RUclips video and wish you continued success. Thank you!
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
Thanks for making videos related to Computer science & coding. Because 5 yrs ago there were not many people on RUclips teaching free .
Thanks and welcome
@@theiScale sdfd
vvcbcb
jhjhzxcvdsv
thanks madam for teaching loops in such a good manner , i am 62 years old and watching ur videos on python series. great
Python ka chilla 2023 Ammar Tufail dekhein....
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
found this gem randomly on my timeline and i must say, by far this is one of the best channels i have come across. your way of teaching and explaining the core concepts is absolutely wonderful. just a request, it would be helpful if there is a timestamp on this video instead of timelines in the description. thank you so much for bringing out this gem..!!
Thank you for your support! For details, reach out to us on WhatsApp - wa.me/917880113112
From Pakistan i'm learning since last 2 days and solving each question 🥰 Thank You Mam for such awesome tutorial😍
Can you tell me how you registered for the course ?
Python ka use bomb blast karne ke liye mat karna
bhai maksad pura karne kay liey math sikhna bass
@@Bhupeshashrivastava708Shame on you. Same nasty thinking.
Keep learning........
8:47:00 question answer
def sum_of_square(n):
sum = 0
for i in range(1,n+1):
sum = sum + (i*i)
return sum
8:51:54 - (B)
8:51:59 -(A)
👍👍 For more query contact wa.me/917880113112 Keep learning....
Struggled to find engaging python videos. Finally, a video that’s engaging and instructive. Keep up the great work!
code with haryy
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
5:25:10
max_temp = 84
min_temp = 22
curr_temp = int(input("What is ur current temp:"))
a = curr_temp >=min_temp and curr_temp
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
i swear this is the best python video i have ever seen hats of to u miss
True!
Thank you keep learning......
Question: # 06:11:04
Ans: number = 6
if number>7:
print("Odd")
elif number
👍👍 For more query contact wa.me/917880113112 Keep learning....
05:24
current_temp=int(input("current temprature"))
min_temp=18
max_temp=40
temp_check=(min_temp
Respected Ma'am you really explain complex concepts in a simple way. Thank you for making it accessible to me, I am from Pakistan . I want to really appreciate her for great talent and her hard work to educate others
Thank you for the Appreciation, Keep learning!
8:51:28
def sum_of_squares (n):
total = 0
for i in range(1,n+1):
Total += 1*1
return total
print(sum_of_squares (10)
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
I took course for business analysis there to they taught python for analysis but i was not very clear with the topics and the teaching method was too not that good but this lectures helped me a lot to learn and clear my doubts and the best thing I liked is that after every section their is practice on it this helped me alot and the case studies makes this lectures more interesting and it helps to know what we will be utilizing all our learning in real world . THANKYOU MA'AM.
thankyou, keep learning
Ans to 3:43:18
We need to use abs() to solve this issue of negative age value.
Example:-
age1 = -40
age2 = -35
age3 = -56
age4 = -90
print(abs(age1))
print(abs(age2))
print(abs(age3))
print(abs(age4))
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
I am from pakistan, and i am very impressed. Splendid!
Python for maqsad 😅😅
@@harshavardhannayaka6257 dvdsg
how much you have completed the course could you pls share it
How did you get the verification code. Because number format is not good
@@TanzeelRehmanrehman same query did u get?
Hello ma'am! I'm from Pakistan. Your teaching method is very amazing.
May you live long!
Thank you so much for your kind words Keep learning......
5:52:00 ans
temp = float(input("Enter the temperature : "))
if temp = 24 and temp
👍👍 For more query contact wa.me/917880113112 Keep learning...
incredible is very small word. and truly appreciate such content which you are giving free. we really owe you Maam. god bless you🙏🙏🙏🙏🙏
Thank You for your kind words, keep learning.....
5:25:01
curr_temp=35
min_temp=18
max_temp=45
print("current temperature is",curr_temp)
a=min_temp>=curr_temp
print("minimum tempature",a)
b=max_temp
👍👍 For more query contact wa.me/917880113112 Keep learning....
Maam ap super duper ho .. ap jo v skiya hai o ek chota bacha v ski skita hai ... thanks maam ...🫡🫡🫡🫡🫡🫡🫡
Keep learning....
2:57:40
radius = 12
Area_Of_Circle = 3.14 * (radius**2)
print("The Value of Area of Circle is", Area_Of_Circle)
Output: The Value of Area of Circle is 452.16
Bahi legend you should be teaching your own course
Yeh h to easy but tumne isse thoda ghuma kar define kia h print function me, thoda logical bana diya 🥲 chalo bhadiya h
@@KhanKamy bfdgd
"Thanks for making this course free! It's really helpful for people who want to learn Python for data science but can't afford paid resources."
Welcome keep learning.......
Ans to 2:57:14
## Write a python program to calculate the area of a circle with a radius of 12cm
pi = 3.14159
r = 12
area = pi* (r)**2
print('Area of a circle with a radius of 12cm is: ',area, "cm\u00b2")
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
Very interesting..... your teaching..... thank you ma'am
Glad you liked it! For more query Contact to our Whatsapp number - 7880113112
9:31:17
string="honesty is the best policy"
reverse="".join(reversed(string))
print(reverse)
or
string="honesty is the best policy"
print(string[::-1])
👍👍 For more query contact wa.me/917880113112 Keep learning....
6:04:40
choose=input("choose the city-mumbai/kolkata/chennai/bangalore/pune:-")
if choose=="mumbai":
print("you must visit,Gateway of India")
elif choose=="kolkata":
print("you must visit,Victoria Memorial")
elif choose=="chennai":
print("you must visit,Marina Beach")
elif choose=="bangalore":
print("you must visit,Botancial Garden")
elif choose=="pune":
print("you must visit,Shaniwar Wada")
else:
print("please enter the city which is mentioned above with lower case")
👍👍 For more query contact wa.me/917880113112 Keep learning....
This is the best vedio on you tube aaj maine puri 5ghnte ek hi din me dekh liya
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
Question 4
current_temp = int(input("Enter cureent temperature: "))
min = 27
max = 40
calculated = current_temp >= min and current_temp
Some changes is needed bro
@@nirajjoyardar8365 Like what??? Tell me so i can improve...
@@Neelam_Pharswan Use if ... else
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
def sum_of_square(n):
total = 0
for i in range(1,n+1):
total= total+i**2
print("total of squared number",total)
sum_of_square(10)
5:25:00
current_temp=input("current temp")
min_temp = input("minimum temp")
max_temp = input("maximum temp")
print(min_temp
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
sol to 9:32:45
#User Defining function
def slicing_str(string):
char = string[2:8]
return char
# Output
string= 'Data Science'
slicing_str(string)
Ans to MCQ Practice Qstn:
Qstn No1 : ello
Qstn 2 : p
Qstb 3: Artifi
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
6:03:30 correct answer is
init_salary = float(input("Enter your base salary : "))
time = int(input("Enter the working years : "))
if time > 5:
# adding 8% in initial salary
c = (((init_salary * 8)/100)+ init_salary)
# deducting the 12% from the increased salary
d = ((c * 12)/100)
e = c- d
print("Your salary is : ",e)
elif time < 5:
d = ((init_salary * 12)/100)
e = init_salary - d
print("Your salary net salary is : ",e)
👍👍 For more query contact wa.me/917880113112 Keep learning....
Superb class, bas 4:33:35 per aapne BMR ka calculation negative age variable per kar diya hai , correct_age variable per hoga
Yes abs function use karke fir bmr calculation karna tha
Thank you for your feedback Keep learning......
Pi = 3.14
R = 12
Area = Pi*(R**2)
print("The area of a given circle is ", Area)
output : The area of a given circle is 452.16
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
Mam, Aaap ki aavaj to bahot acchi lagati. Sunhari hai. Sunneko bahoot pyari lagati hai. Isilike, python ka abhyas bhi easy lagata hai. so nice of you!!
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
chapter6 question no.-4
min_temp=30
max_temp=47
current_temp=int(input("current tempareture of your city"))
temp_1=min_temp
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
a1=int(input("please enter your numbers"))
a2=int(input("please enter your numbers"))
a3=int(input("please enter your numbers"))
a4=int(input("please enter your numbers"))
a5=int(input("please enter your numbers"))
a6= (a1+a2+a3+a4+a5)
print(a6)
average= a6/5
print("the avarage number of students",average)
👍👍 For more query contact wa.me/917880113112 Keep learning....
2:57:32
Area of a Circle
Raduis = 12
Pi = 3.14
print(Raduis*(Pi**2))
correct, keep learning
minimum_temp= 32
max_temp= 54
current_temp=float(input("Please enter current temp in your city"))
a=minimum_temp
👍👍 For more query contact wa.me/917880113112 Keep learning....
def number_squares(n):
total = 0
for i in range(1,n+1):
square = i*i
total = total + square
print("The total of n Squares is:",total)
return n
n= int(input("Enter the numbers you have the sqaure"))
number_squares(n)
👍👍 For more query contact wa.me/917880113112 Keep learning....
the best video on Python till date.
Thank You so much Ma'am
Glad you found it helpful, keep learning!
Yes I think all my python fundamentals are cleared and now I move on to part two for advancing my python skill. Honestly I review Mam, this course is very helpful for all newcomers who are willing to learn python not only for data science but machine learning. I hope you Will create or make an artificial intelligence course after it. Thank you
Thank you for your feedback we will work on that Keep learning......
Min_temp = 25
Max_temp = 45
Current_tem = float(input("Current temperature: "))
Cal = Current_tem >= Min_temp and Current_tem >= Max_temp
if Current_tem >= Min_temp and Current_tem
👍👍 For more query contact wa.me/917880113112 Keep learning....
Q.4)
current_temp= int(input("Enter the current temprature"))
min_temp=5
max_temp=50
range=current_temp>=min_temp
print("the temprature is within the range",range)
range1=current_temp
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
# First Assignment
# Data
A = "πr²" # Area of the circle
π = 3.14
r = 12 # unit in cm
A = (π*r**2)
print("The area of the circle is",A)
The area of the circle is 452.16
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
ans to 5:23:50
current_temp = float(input('Enter the Current Temp. in your City: '))
highest_temp = float(input('Enter the Max Temp. your City had in this season: '))
lowest_temp = float(input('Enter the Min Temp. in your City had in this season: '))
temp_range = lowest_temp
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
current_temp = input("Enter the current Temp")
mini_temp = int(input("Enter minimum temp"))
max_temp = int(input("Enter the maximum temp"))
if range(30,50):
print("current_temp is within range")
else:
print("current_temp is not within range")
check whether it correct or not?
min_temp = 16
max_temp = 40
current_temp = int(input("Enter the current Temp : "))
if current_temp in range(16,41):
print("current_temp is within range")
else:
print("current_temp is not within range")
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
3:43:16 AT Homework Question is abs() function we use to change negative value into a positive
thanks
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
currenttemp=(int(input("What is the current temperature")))
minimumtemp=0
maximumtemp=58
print("The current temprature is less than or equal to",currenttemp=maximumtemp)
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
min_temp=16
max_temp=35
a=cur_temp>min_temp
b=cur_temp
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
4:36:53
students=["kattappa","salaar","rockybhai","devara","pushparaj"]
course_name=["MCA","MSC","BCA","BSC","BCOM"]
age=[23,24,19,20,21]
print(sum(age))
👍👍 For more query contact wa.me/917880113112 Keep learning....
Q4:
curr_temp=30
max_temp=50
min_temp=10
print("the current temp", curr_temp)
a=min_temp>=curr_temp
b=max_temp>=curr_temp
print("min_temp",a)
print("max_temp",b)
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
4:34:27
stu_course_1 = input("Enter your Course Name")
age_1 = int(input("Enter your age"))
stu_course_2 = input("Enter your Course Name")
age_2 = int(input("Enter your age"))
stu_course_3 = input("Enter your Course Name")
age_3 = int(input("Enter your age"))
stu_course_4 = input("Enter your Course Name")
age_4 = int(input("Enter your age"))
stu_course_5 = input("Enter your Course Name")
age_5 = int(input("Enter your age"))
Avg_age = (age_1+age_2+age_3+age_4+age_5)/5
print("The avg age of the all the students is " , Avg_age)
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
def natural_num(n):
total=0
for i in range(1, n+1):
total+=i**2
return total
result= natural_num(3)
print("The sum of sq of the first 3 natural number is:",result)
👍👍 For more query contact wa.me/917880113112 Keep learning....
Thank you so much for such a detailed and comprehensive course for free.. Big Respect ...
Welcome keep learning.......
def sum_of_squares(n):
total = 0
for i in range(1, n + 1):
total = total+ i ** 2
return total
# Prompt the user for input
n = int(input("Enter a positive integer n: "))
# Check if the input is a positive integer
if n > 0:
# Call the sum_of_squares function with the user's input
result = sum_of_squares(n)
print(f"The sum of the squares of the first {n} natural numbers is: {result}")
else:
print("Please enter a positive integer.")
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
Salute respected🌹 mam you are doing marvelous job for us. Making india prosperous.
Thank you for your kind words keep learning......
def func(input_value):
a = "data science"
b = "hello world, I am learning python"
c = "all the best"
if input_value == a:
print(a[3:8])
elif input_value == b:
print(b[3:8])
elif input_value == c:
print(c[3:8])
else:
print("Please enter a correct input:")
func("all the best")
👍👍 For more query contact wa.me/917880113112 Keep learning....
def sum_of_natual_number_squares(n):
total_number =0
for i in range(1, n+1):
total_number +=i**2
sum_of_squares = total_number
print("natual number squares is", sum_of_squares)
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
project = "analyze weather data"
current_temp = input("enter the current temp")
minimum_temp = input("enter the minimum temp")
maximum_temp = input("enter the maximum temp")
if(current_temp = minimum_temp):
print("current temperature in range ",current_temp)
else:
print("not in range ", current_temp)
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
I hate Python, coding, and all.
This video is well explained, and this channel is good at explaining.
I dont have a choice to learn or not even though i despise it. There is someone holding a gun to my head, forcing me to learn Python. To study something I have 0 interest in, God help me.
Edit: I was being dramatic. Please don't take this Literally, it is just my way of venting. I am safe, and there is no gun on my head.
This woman in the video makes my torture a little less worse thanks to her great teaching skills and indeoth knowledge, if you like Python you won't suffer at all in this video
keep learning
@theiScale I have done 2 hours of this video and I'm starting to enjoy it. Thank you! I will continue
weight_in_kg = float(input("Please enter your weight in kg"))
height_in_cm = int(input("Please enter your height in cm"))
age = int(input ("Please enter your age"))
BMR = 88.362+(13.397*weight_in_kg)+(4.799*height_in_cm)-(5.677*abs(age))
print(int(BMR))
👍👍 For more query contact wa.me/917880113112 Keep learning....
Write a program to calculate the area of a circle with a radius of 12 cm?
The code would be-
p=3.14
r=12**2
print(p*r)
One of the best python or data science course 🪐
I'm glad you found it helpful! For more query contact wa.me/917880113112 Keep learning....
def sum_natural_numbers(n):
total=0
for i in range(1,n+1):
total=total+i**2
return(total)
n=int(input('enter the number'))
print(sum_natural_numbers(n))
👍👍 For more query contact wa.me/917880113112 Keep learning....
Awesome video 👏🏻 you make us understand the whole concept so easily. Thanks
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
Thankyou so much ma'am really very very helpful this video and your teaching methods are easy and amazing ❤❤🙏🏻🙏🏻🙏🏻
Thank you for your support! Explore our premium content for an enhanced learning experience. For details, reach out to us on WhatsApp - wa.me/917880113112
max_temp=
min_temp=
current_temp = float(input("what is temp in your city?"))
Curr_temp_range = max_temp>=current_temp>=min_temp
print ("The current temp range lies between the max and the min temp" , Curr_temp_range)
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
question 4 solutiion
min_temp = 20
max_temp = 45
curr_temp =int(input("enter current temp"))
if max_temp>curr_temp>min_temp:
print("inside range")
else:
print("outside range")
👍👍 For more query contact wa.me/917880113112 Keep learning....
current_temp=18
minimum_temp=8
maximum_temp=20
range=current_temp=minimum_temp
print(f"the current temperature is within the maximum and minimum temperature recorded today {range} ")
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
guys, believe me this is the best class
Thank you for your appreciation! For more query contact us on our WhatsApp number: wa.me/917880113112
4:36:09
Write a python code for hostel students,ask them to mention their course name and age, for 5 students and calculate their average age.
course_1= input("enter ur course:")
age_1= int(input("enter ur age:"))
course_2= input("enter ur course:")
age_2= int(input("enter ur age:"))
course_3=input("enter ur course:")
age_3=int(input("enter ur age:"))
course_4= input("enter ur course:")
age_4=int(input("enter ur age:"))
course_5= input("enter ur course:")
age_5=int(input("enter ur age:"))
avg= (age_1+age_2+age_3+age_4+age_5)/5
print("the avg age is", int(avg))
👍👍 For more query contact wa.me/917880113112 Keep learning....
## 5:23 QUESTION 4
""" You are woring on a project to analyze wheter data
create a variable to store current tempeture
minimum tempeture and maximum tempeture
"""
# stote the data
current_temp = input("Enter the current temp of your city: ")
# convert current temp into float
current_temp = float(current_temp)
# set the manimum and maximum tempture of the state
manimum_temp = 24 # temp in degree celcius
maximum_temp = 52
if current_temp > manimum_temp and current_temp < maximum_temp:
print(" The current tempeture of your city is witin the tempeture of your state!")
else:
print("Opps! your city tempeture is not with the overall state current tempeture")
👍👍 For more query contact wa.me/917880113112 Keep learning....
Extra ordinary 🎉🎉🎉
Mam❤
Thanks a lot! For more query contact wa.me/917880113112 Keep learning....
current_temperature=int(input("Kindly input the current temperature"))
min_temp=35
max_temp=50
print("the temperature is below or equal to minimum level",current_temperature=max_temp)
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
min_temp = float(input("Enter minimum temp "))
max_temp = float(input("Enter maximum temp"))
current_temp = float(input("Enter current temp your city :"))
temp_range = min_temp
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
Current_Temp = 16
Minimum_Temp = 0
Maximum_Temp = 50
User_data = int(input("Enter you City Temperature ="))
Check_Temp = User_data == Current_Temp or User_data
👍👍 For more query contact wa.me/917880113112 Keep learning....
Lecture 5 quesiton 3 for code is done and for mcqs the answers are : abs() and len(). I'm trying to solve each question assigned by you so that i can learn
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
min_temp = 11
max _temp = 32
current_temp = int(input("Record current temprature:")
a = current_temp >= min_temp and current_temp
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
best video ever on internet💖💖💖💖
Thank you for your appreciation! For more query contact us on our WhatsApp number: wa.me/917880113112
hello Ma'am I did blow code
#house price calcuation program
Squ_feet= float(input("Total Squarefeet flat you want to purchase"))
BHK=int(input("how manay bedrooms you want"))
price=5000
tracehold=7500000
def house ():
total=Squ_feet*price
print("Cost of flat is ",total)
if total> tracehold:
print("Price is bigeer than thracehold ")
else:
print("Price is not bigeer than thracehold ")
house()
👍👍 For more query contact wa.me/917880113112 Keep learning....
Thank you mam best lecture good explanation
Glad you liked it! For more query contact wa.me/917880113112 Keep learning....
student1 = str(input("enter the course name"))
student2 = str(input("enter the course name"))
student3 = str(input("enter the course name"))
student4 = str(input("enter the course name"))
student4 = str(input("enter the course name"))
student_age1 = int(input("enter the age"))
student_age2 = int(input("enter the age"))
student_age3 = int(input("enter the age"))
student_age4 = int(input("enter the age"))
student_age5 = int(input("enter the age"))
a = [student_age1,student_age2,student_age3,student_age4,student_age5]
cal = sum(a)
print(cal)
avg = 125/5
out put
enter the course name chm
enter the course name bio
enter the course name phy
enter the course name eng
enter the course name isl
enter the age 23
enter the age 24
enter the age 25
enter the age 26
enter the age 27
125
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
salaam, ya apny jo gaming wala question krwa ha ma"am wo muj say nhi ho raha ha ....koi error b nhi ha lkin wo chal hi nhi raha ha same as it kiya ha lkin no working...😑😑😑
maximum_temp = 45
minimum_temp = 0
current_temp = int(input("Enter the current temperature in your area "))
a = current_temp>=maximum_temp or current_temp
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
min = 1
max = 40
current = int(input("Enter the Temperature")
if current >= min and current
Thank you for you response, For more query contact wa.me/917880113112 Keep learning....
1 no padate ho ma'am aap great ✨🙏
Thank you for your response, For more query contact wa.me/917880113112 Keep learning....
Unbelievable,this is free!😮
Keep learning.....
Great learning and nice way yo teach ♥️
Keep learning.....
Nice explanation 😊.
Thankyou for the feedback. Keep learning. For more queries, please contact wa.me/917880113112
An answer code to Lecture 6 - Home Work Question No 4 @ 5:24:46 is LogicRange = Min_Temp
👍👍 For more query contact wa.me/917880113112 Keep learning....
c = float(input("Enter the temp here: "))
min_temp = 25
max_temp = 45
a = c>= max_temp
print (f"the temp is beyond max temp ", {a})
Aapne all notes download kiye hai kiya ager kiye hai to mujhe bhej shakti ho kuki ab isme available nhi hai please help me
👍👍 For more query contact wa.me/917880113112 Keep learning....
mam, this curious data mind thing is really amazing and your presentation is also very attractive, thankyou.
Most welcome! Glad you found it helpful, For more query contact wa.me/917880113112 Keep learning....