This video teaches Python programming fundamentals including variables as memory placeholders, data types (int, float, string), input/output operations, arithmetic operators (+, -, *, /, **, %), and conditional statements (if-else). The instructor demonstrates how to create a BMI (Body Mass Index) calculator that takes height and weight inputs, converts units from inches to meters, calculates BMI using the formula weight/height², and categorizes results as healthy (18.5-24.9), overweight (25-29.9), obese (30-39.9), or severely obese (above 40). The session also covers Google Colab for collaborative coding, file manipulation with pandas, and practical applications like processing mark sheets.
Deep Dive
Voraussetzung
- Keine Daten verfügbar.
Nächste Schritte
- Keine Daten verfügbar.
Deep Dive
KVSRSCOPS FDPHinzugefügt:
Next program code. We need to click this code. Now I am doing one program. A is equal to 40. B is = 45. Print A + B. One small program. Sum of two number we used to call. So the sum of two number I'm giving commentary. Commentary means someone when they read what I'm doing they may not be able to understand. So that I'm giving sum of two numbers that's all. So this is a clue. What is this commentary hash? Hash symbol. If you look at your keyboard, it is available mobile and laptop. So when we use that symbol, whatever we write next to that symbol will be ignored by the compiler, by the computer, by the interpreter.
Actually computer or mobile will have uh only the hardware setup. In order to work with Python we need to have installation. So that installation is called compiler. It's a brain. Python brain of the computer like that. So that this compiler will ignore. Compiler only compiles our program analyzes accepts input and processes processes on the input and produces the output. So compiler is like a brain like say for example if you don't know um the language called marati how you can speak how you can write how you can understand none of you know marati let us imagine now what we need to do we need to daily spend some time either with AI or on internet or with a human tutor we need to learn we need to acquire the knowledge of marathi day by day. It would take minimum 1 month to 3 months to get acquainted with marathi.
If you continue to learn one year, 2 year, 3 year, you will become mastery.
If you learn formally some uh standard, some books in Marathi, you will become expertise.
It is like that.
Here computer what it does?
Computer language how human learns Python, R language, Java, C, C++, so many languages are there. Let us leave that all. If human wants to learn a computer programming language, same style we need to apply how we learned Marati or how we learned any other human language. We need to apply the same strategy gradually day by day through self-arning or through human expert or through AI. We need to learn.
But how computer learns the programming language? Computer cannot understand natural language. Nowadays it is understanding natural language also through programming language. We have done a program such that computer is capable of recognizing the human language. It starts translating from Tamil to Telu, Telud to Canada, Canada to Marati, Marati to English, English to Hindi. It starts translating from one language to another language. So that is possible because of programming language. Now how computer learns the programming language? Natural language is learned by the computer through programming language. programming language just installation just 5 10 minutes we need to spend bring the compiler load it button click button okay button submit button launch button that's it then computer becomes a super brain of python we will take years together to learn Python whereas computer will learn in fraction of second that file which is given to the computer file file means what a software that software is called compiler. Compiler role is to understand the program which is written by the human. Compiler role is to analyze the program, accept the input, process the work and produces the output. What is input? In this case, I just execute it 95.
There are two inputs. Number one is 50.
Number two is B. What is A and B? A and B is called and it is called an identifier. It is two technical identifier otherwise variable in simple terms it can be termed as memory memory placeholder that's all memory name D is memory name of the memory like this we can understand now what it is let us imagine suppose if I don't have laxmi name how you can able to describe me short hair this skin complexion this is the qualification how you will make me to understand by the people just tell me impossible take it for anyone of you if you don't have name how I can make or explain about you to someone how I can call you how I can scold you how I can praise you so it is impossible being a human being without name navigation dealing with the people will become very very difficult. There are any number of people looks like me with a similar weight, similar color, complexion, everything will become similar. How you will distinguish the person from person?
For that we have uh invented the pro step called name. Person name of the person. What is your name? Like that concept of naming ceremony we have done.
Similarly within the computer it will be a block chip. Full chip is capable of storing number information. Then how we identify which memory portion is ours?
How to call the memory? How to interact with the memory? How to store into the memory? How to erase the content from the memory? That will become difficult.
For that human beings are allowed to keep a naming ceremony. How we are calling by name? Lakshmi um what to say?
Now Chandra Shaker Dr. Chandra Shakhar some numbers or names are now now Jodi Ajit how I can able to identify similarly for the memory portion even imagine you want to buy a new plot adjacent of my house here new plots are there that plot you are buying a plot how you will recognize that is your plot you are registering it your plot has some number registration number through that it is possible to recognize that is your plot otherwise it will be a bigger conflict. You will build a house.
I will come and demolish. Then I will build a house. You will come and demolish. Then this is the fight will happen. That is why every one of us we have unique name, unique address, unique identity number, unique vehicle registration number something like that.
If your vehicle is involved in any um illegal activity, you are the person will be get caught. Why? Because the reg vehicle is registered in your name. So because of vehicle registration all of the legal issues are settled, identified easily recognized. Whose vehicle is involved in this illegal activity? Whose vehicle is not at all into trouble. Everything we could able to identify something like that within the computer memory. In order to access the memory, store it, deal with the data, we need a name, that name anything you can give, but only the condition identifier can be named starting with alphabet.
This is the first condition. Alphabet is the first condition or underscore is the next condition. Again it it allows letters in lower case, upper case and digits. That's all. Now you know how to name the variable or identifier.
Variable is part of identifier or variable. That's all. Now a is valid variable because a has alphabet. I'm not having anything else further. So, but I'm having a that's all. So, nothing more is recovered. So, I'm stopping with A. If you wish number one, number two, you can have it. Then B, it is fine. If you wish, you can have your name number two. Here, if you wish, you can have a name number one. That's all. These two are the variables are placeholders.
It receives the input. What is input? I am interested to calculate the additions. 50 plus 45. You may be interested 500 + 45.
Whatever the number you want, you pass it in the first variable. Whatever you want another number, pass it in the second variable. You may ask question. I want to add three number. Yes, you can add 66.
Now + 6 plus C. Now print. Now it is giving 611.
Likewise how many variable you can add?
You may you may be interested in adding five number. Okay, use five variable.
In this case you may be interested in adding one lakh transaction sale transaction or 365 days sales transaction.
Similarly if you do with the 365 variable that is foolishness. That is why people creates collection data type.
Collection data type always helpful for collecting list of element. So this is called simple data type. Simple data type. Now it is called collection data type. So data science means collection data type because data science are data analytics AI collection of information we wanted to process then we need to stick to collection data type this is very rudimentary this is first program now if you understand this program you are good in Python that's all now I don't want to fix the number during compilation I want to take the number I don't want to fix the match now How to do now? A is equal to int of input input. Now that's all now done this itself one by one or step by step I can explain. Now first step I will explain just input.
What is input is taking input from the user. That's it. Now just print a that's all. Now I will execute. Input is input. See now you please pay attention and watch my screen. It is giving one empty box and that play button is keep on rotating. I wanted to give 77 or I wanted to give 2026 this year.
Enter. I need to press enter. It accepts 2026 from me and it prints. That's all.
The same if I do high, I can give high.
Enter. It prints high. Now you may be surprised. It is accepting the number.
It is accepting English. What is it? You may feel by default in Python input accepts only string data type. Input accepts only string data type. What is string? Text text data type. Now 2026 if I give what is happening 2026 although it is a number it is treating it as a string or it is a text that's all. So this is what happening. Now you learned print is for output and plus is for addition and input is for taking input real input.
Now the question is I want to do sum of two number. If I don't do input now what will happen? I will show you.
Now B is equal to input. Now two input I'm getting. Now print A + B. Now I will execute 2026 2027 2 year number. I'm giving output.
You see how it is doing. It is set to be concatenation.
It will not do addition.
Why it is doing concatenation is because the given input is string data type. It is treating it as string. 2 is like alphabet high H something like that. So 2026 followed by 2027 it is doing concatenation. Now I want to do addition of these two. 20 26 + 20 20 27 literally I want to add. What to do? Now I am copying the same code. Now I am doing something here better. Type conversion string I am converting into integer.
String I'm converting into integer. Now you see the same input I will give it will give different output. 2026 2027 it is adding 4,53 perfectly right whereas the same I did it gives concatenation concatenation means hi hello hello so hi and hello how are you it is concatenation it is like that now what is the difference is here I didn't give this space and all not an issue I'm just giving for your readability Now here I have given data type what is expected for this activity I'm giving I am demanding so that is int see that entire input bracket whenever bracket comes that is called function so this bracket means function so that input function I am inserting within the type conversion enter see Now nothing we have done input this parameter or that parentheses we have kept it within another parentheses with the keyword int. What is keyword?
Reserved word. Reserved word means that meaning uh context content semantic everything is fixed. For example, instead of mouse or instead of something like instead of dress, this is a salvar or dress, right? I want to call it as elephant or I want to say it is a bird.
You people will laugh. You will think that I am mad. Suppose instead of this bangle I'm telling that it is car. I'm telling this is car. Everyone will sign off will say that one man is sitting and talking. I don't want to listen. Why? It is a bangle but I want to call it a scar. You are not ready to accept. Why?
Because it is reserved word. The shape, the appearance, the purpose of this object is already fixed in your mind by the society or by your family member.
You wanted to accept this is a bangle.
You are not ready to accept this as a car.
This all humanmade. But this is computer. This also human made only. But this is meant for computer. Anything differently instead of this is hair. If I say this is sky, this is rain, you will feel that I am mad because in your dictionary in your processor or in your language compiler, it is fixed that this is hair. You are not ready to accept this as a rain or water. You are not ready to accept this as a rain or water.
You want to accept this is only the hair like that int is a keyword. This keyword is used with the bracketed approach for converting string to integer. Now you have learned what is input function. Now another program another code text if I do see up arrow I'm doing up arrow I'm doing up arrow I am doing this one up arrow now I have come so welcome to our it is easy to learn python program so this program is not write only program yeah that program is real program, marriage program, college program like that. So now see it is easy to learn Python program in whatever we want we can write all of the information including image we can keep whenever I teach Python I will not use theory and lab separately if you watch the material which I have brought to to you I have put my credential presenter because morning material I didn't reveal my credential I felt bad so now I am revealing my credential so it is There I can give another link. I can explain about whatever it is recorded. So it has code and text. Text is for annotation, texting purposes, theoretical purposes, web link, YouTube link, anything we can bring. Then code is for coding purpose.
That's all. Now let us move on. This I started explaining. Then what is print statement? What is input statement? How to do sum of two number without getting input fixing the number? This is called almost constant. Constant means this program will work only on this value. If I want it to work on different value, I need to change. Come and change here.
Here nothing I can change. See this I want I don't like 20 26 20 27 and all that number I don't want. I want 56. I want 67. These two number are in need.
Now 123 it is varying. Now whenever whomever wanted to work on two number sum of two number need to press this button then need to enter whatever the number they like by the time 99 89 I like these two number that is constant here nothing is constant we can fix during the time of compilation at the time of our need.
Now if I want to do like this I need to go and delete the existing I need to enter the new number whereas here no deletion no insertion just executing the program what is in our mind what we want to do those numbers we can give now next program the same program how I am converting just copying code now third within the same program I am giving different perspective now within input Enter the first number.
Now within input single quotation or double we can give enter the second number. Now what will happen? Just please observe this. See it comes empty how we know we don't know about what to enter. So just randomly I'm giving 9977 that whereas here when we execute this it gives enter the first number we will have a clarity enter the year enter the profit enter the loss enter the drug dosage level enter the patient age what is expected can be informed to the user they will have clar parity. Now number number one I want to first number it is telling 55. Now see enter the second number 67. Now we will have idea about what it is asking. Now I can give colon some space also. Colon some space also. Now execute. Now see colon some space. Now 77. Now 88. Enter.
Now similar this is called formated input. This is called formated input.
We are formatting the input how it should be. That's all. Similarly formated output.
Now four these are very rudimentary level first year students level. That's all. How formated output? What is this 165? I don't know. You don't know right?
So to have clarity the sum of two numbers is colon space. Now if you enter see it will have uh comma. Comma is syntactic mistake. I need to give comma. Now no error. See nothing to worry error. We can fix immediately. We can learn from the error. 78 89. Now you see how clear this is called programming style. Initially I have started casual to sum of number then with the input with the string data type then we converted into integer data type then we converted into formatted input then we converted into formatted output. Now we have clarity. There is a first number there is a second number.
The sum of the two number is this.
That's all. Now I wanted to do subtraction.
Can anyone tell what I need to change?
Subtraction of two numbers.
Anyone tell our text? What I supposed to do in this program?
I want to do some subtraction instead of addition. Summation subtraction. What I supposed to do? Where is the change I need to do?
How to change? Anyone can give me the clue?
Can unmute?
>> A minus B.
>> Ah, a minus B. That's all. Nothing more.
Now you are expert. You becoming expert in Python. But English also we need to change the difference of difference or subtraction of whatever you want.
Difference of two number is a minus b.
That's all. Now subtraction is going to happen. 77 67 10 uh sorry 11.
So now 11 is the output. Similarly multiplication star. Similarly division now quickly you can do all all of the program but appropriately that English also we need to change otherwise it will be misleading right? But I will not be changing just I'm giving start. Now I started doing multiplication of two number. Now I'm going to give division.
Now division of two number. Same only happening. One new operator I will give you. Now double star. Double star means power. 2 the^ of 3. 2 the^ of 3 is eight. Now see two.
What is happening? Huh? Now only discuss three 2^ 3 is 8 new operator you started learning this is called operator plus is addition operator subtraction operator multiplication division every one of you you know but this one you may not be knowing double star is a power operator that's all now one more operator I will introduce these are very simple simple operator but these all will be helpful I'm going to give mod low mod operator What is this operator? Is remainder after the division that's all remainder after the division. Remainder not remainder remainder. So there is a remainder. What is the remainder is just for example I will show you now 21 divided by 3.
7 3es are 21. No need to borrow. Now remainder becomes zero.
Next hash 22 divided by 3. Now what will happen? 7 3es are 21 remainder will become 1.
Then I need to borrow zero because of borrowing I will put in the quotient I will put third dot symbol you may be knowing right that and all I don't want how much whole number I can use it for the division I need to use the remaining I will push it to the remainder now 7 3es are 21 the remaining is 1 then output is 1 now sec next 23 divided by Three what will happen? Same 7 3es are 21 then remainder 2.
Now this is the way you need to understand for anything any number divided by any number. When the numerator is bigger number, denominator is smaller number then this is applicable.
Another vice versa 3 / 21 or 3 / 22 or 3 / 23. Now what is the remainder?
It is smaller divided by the bigger.
In that case what is the remainder? It is entirely different.
Numerator is bigger, smaller only division process. Here it is entirely different that denominator will become the output will be the output or result. That's all. Now let us see execute. Now 23 a two number it is asking right? Huh?
Right. 23 divided by 3.
Now see remainder 2 already I have given. Now same 3 / 23 3 / 23 remainder 3 smaller is coming sorry smaller is the output. Now 22 3 divided by 22 again 3 that is smaller numerator will be the output that's all numerator not denominator numerator will be the output that's all these are all fundamental now stopped why it is called collaborative notebook then I will change the notebook now I will give it to you now click the share button this helps people to work together is in a team not so many people two three four people we can work in a same project I may be doing coding I may end up with some error I may not able to fix being one of the expert or being my teammate you can fix the error for that it is called coal laboratory that is why they coined it as co laboratory now share button none of your mail id I know if I know mail id I can invite personally with this number this official account I'm using so that it gives all of the official names otherwise go to general access click restricted anyone with the link then done button click done button now it is updated now we need to again click the share button now come to copy link that's all now this link can be shared to anyone to view. Now please open this link and spend 5 minutes. Yeah. Fantastic. Someone have done some program. Ah a minus b. Okay.
Now execute this program. You will not have a play button. This button you will not have because I have given view access. What you need to do after that link is given go to file um save your copy in drive. Click this save your copy in drive or uh that one. Yeah, only this save your copy in drive.
That's it. Then it will be your notebook. Then that play button will be appearing. You can execute it. I shall wait for 2 minutes to 3 minutes at least. Please open it and do because this is trial notebook. The next one is the real notebook with a little little coding. I'm going to explain so that that will be useful to you for executing verifying and teaching to your student.
Now this this is this called introductory or funny notebook I can say. You just open save your copy in drive then it will be your notebook otherwise it is my notebook you can view you can't do anything you can't delete my content you can't execute the code you can't uh change my content nothing you can do save a copy in your drive then it will be your notebook then you can do whatever you want using mobile itself you can do that is the advantage I'm trying to tell everyday 22 33 program if you learn for 5 minutes during travel or boring time more than sufficient over the period of time 6 months to 10 uh 10 months you will be the command will ex uh expert in Python I can assure it so 3 minutes I'm going to wait quietly nothing I'm going to explain although I'm speaking save your copy into drive enable that play button start executing any one cell any one code one code means it has multiple code now right more than 10 code I have any one code you executed and confirm in the chat window at least couple of member confirming I will proceed for so maximum 3 minutes I request you to have laptop ction much better if you don't have you can use mobile if you start doing now by itself then only it becomes your habit you can do something otherwise you will ignore this activity fantastic someone has done huh can you repeat see the link I have shared I am sharing now please listen uh DKR cop please listen click the link this notebook you can But you will not have this play button.
Go to file. You can see file. Save your copy in drive. Use this option. Then this content will be replicated into your drive. Then you can change the name if you want this file name RS leave.
Then this play button will come. You can execute it. This is what I said. Go to file. Save a copy in drive. This one.
That's all.
Then this copy will be your copy. You can execute this play button will be there. Otherwise that play button will not be visible to you. The link which I have given is my copy. I'm asking you to see my copy. Then I'm asking you to save your copy in drive. Then you make your copy then execute. Hope so it is clear.
I'm waiting for huh fantastic are you ex what what you are telling uh doctor SNVL did you execute it that that you want to mean that you are able to work now huh fantastic yeah I shall wait for at least couple more people to work like uh Dr. uh sisha.
So save your copy, execute the code whatever you feel you work one one code if you work enough then whenever you want to work new code go to somewhere see if you press the cursor here that will be your current position. If you click code below that cell it will be added. So be careful otherwise also you can move the cell. Last cell you can move. Click code then it will come below that code.
Fantastic.
Now Dr. Harish also executed two members at least started the Python journey. Your journey starts here.
No need to wait. Today itself you you can start working now itself. You understood what is print, what is input, what are all the operator, modulo operator, double star operator, addition, subtraction, division, multiplication. You you will feel happy little somewhere you need to start right. So then progressively you can learn. I will be giving lot of coding content. You can keep working on that later. Internet code, AI code, copy paste execute, copy paste execute. No need of compiler but you must have internet that is the only point.
Nowadays everyone is having smartphone and internet. Instead of watching reals we can work on WhatsApp that's sorry uh we can watch collab.
All right two members at least boosted my energy acknowledging that they are working well.
Should I wait or proceed? Enough. I'm closing this notebook first program. I may delete after some time also or I may not delete. Now choice is yours. If you want to preserve you need to save your copy otherwise I will delete it. You will not see the code. Now another program this is the notebook I have prepared for this workshop. I mean to say afternoon session material with my credentials. I may update my credentials into that Google doc also later on. Now I have copied this content. This is what the session material please preserve. This is more precious than the previous one. Previous one is just for uh fun or introduction or make you to feel lightweight. I have started with some coding. Now this is what the session material formally we are going to start. So preserve this.
Similarly go to file and you can put what is it? Yeah. Save your copy and drive the same manner only. That's all.
Now to start with my credentials are given restall theory. Python is a general purpose. General purpose means we can do any activity.
You can be a cyber security expert, pharmaceutical expert or you may be a drug specialist or you may be a cancer specialist or imaging expert or personalized medicine or drug discovery or you may be into computational mathematics. See right now for this week Jane Hyderabad is ex conducting workshop computational mathematics. In their workshop also they have kept two to three session using Python only for computational activity statistical computation and again value vector computation and the matrix rotation all of the activity they have done only through Python. Python is a general purpose language. Anything we can achieve. Quantum computing also I started learning using Python only. So if we know Python we can achieve anything in this world uh in the computational world I mean to say so highly language interpreted program.
What is interpreted program is uh Python will not execute all of the code in Excel. We have written four line five line code. Once if you become expert uh once if you become data science expert or project developer we will be writing big big code right big big project in that case it will execute one line after one line any of the line is wrong you have committed mistake either syntactic mistake or semantic mistake it will stop at that point so that is advantage whereas compiler what it will do there are two different software Interpreter compiler the functionalities are 70% similar 30% only different in that the major difference is interpreter reads the program line by line translates for highle language program into machine level language and executes then it moves on to the next line that is the difference whereas compiler it starts analyzing the whole program entire entire program will be converted into machine level language. Then any mistake anywhere committed it will ripple everywhere. Whereas in the interpreted language the moment it identifies there is a mistake it stops. It will not proceed further it will give an error then it goes. Then multi-paradigm language what is the meaning is function oriented program object oriented program procedural procedure oriented program all of the three flavor of so far now I studied my bachelor of engineering in 9498 computer science and engineering when I started studying my first programming language basic that is structured programming language then cobalt like every programming language Pascal then C++ C++ was a first language during end of my third year it has been introduced first objectoriented programming language on the planet earth later on popularly Java became later on Python Python is a language very recent language 1991 only this language has been first version has been released teased by Gurudo Juan Rosa during his PhD uh research time he has developed his own interpreter for his own research work that he has released it as a opensource community code then people started appreciating started developing further further further contributed as on date Python is a free software and opensource Dayby-day Python language is becoming powerful to compute any operation because each and every corner of the world people software developer researchers they are contributing packages functionalities to that language. So it has all the type of only three type of languages so far. Now to my knowledge procedure oriented language, function oriented language, object oriented language all of the these three are combined together into a single language that is Python.
When you want to learn Python for object- oriented paradigm, it is little more difficult. You need to go deeper.
Whereas procedure oriented, function oriented programming easily you can pick up, you can start working in order to work with data science and machine learning programs. No need to bother about object- oriented paradigm at all.
Rest of the paradigm is more than sufficient. That's all. So this is the official website where in which we can keep learning what is happening newly something like that. So now something about guru wand roam if you want to know multi-ol functional programming modular programming object oriented programming developed the different types of applications standalone web application scientific application so many nowadays we cannot even list the power of python we cannot list it has lot of power that's all rest all you yourself can read let us stop at this point these all theory see this is this all called Uh one more point identifiers can be of any length variable length my first number like that you can give Python is case sensitive when dealing with identifier indentation what is indentation is space I will show you indentation somewhere uh not all of the program we will have indentation this is indentation if print if print these all are the statement in the same level indentation indentation means where it is starting that's all now if is also in the same indentation whereas sprint is in inner level indentation for one indentation we need minimum four space but in collab it is accepting with the two space that's all the space allocation is said to be indentation. So these are all collection data type. So because of this collection data type only Python is appreciated and becoming powerful. Now let us go one by one. So it has lot of lot actually this is Python subject when I am teaching to students. This is how I start that I am giving it to you. So now first program instead of explaining Python it would take a lot of time. Now at least pharmaceutical aspects three to four processing proc aspects as per the syllabus I wanted to explain BMI calculator this BMI body mass index right based on height and weight that's all inputs are only two what is your body weight what is your body height what is my body weight what is my body height that's all now after the calculation if the result is 18.5 to 24.5 9 it is said to be healthy range the person is healthy between 25 to 29.9 it is overweight 30 to 39.9 obesity above 40 it is said to be severe obesity that's all only four category now in inches so I want to give in inches 4.5 in my weight so now I became 61.7 as per yesterday's record earlier 66.7. So now my height is not changed right. So now height I need to convert it into meter because of that formula.
If you want to calculate with the inches then maybe different formula may be available. Now always the input must be in meter. If we don't know then we need to convert the scale conversion unit conversion inch to meter. Now for that 18 in in 304 or at least 0.3 we need to use either 0.3 or 0.304 304 then after this multiplication it is in the appropriate unit it is in the meter my weight is 61.7 weightight divided by height² nothing more simple formula but if you put in inches as such inches 4.9 divided by 61.7 I will be underweight so that we need to convert it into meter first now I execute let me check my own body weight of body mass index what it is saying because earlier 66.7 as per 2 days before it is 61.7 now I am it is telling uh why two output obese and severe obese it is telling uh else one minute uh it is my output is wrong that's why see I am obese that's all not severe obese only one point I changed LF that is what the logic programming thing that slowly will come now nothing to worry now let me explain now what we did height in inches I have given now for you you need to sit and convert this program into input form in the input form I have introduced only float now what we need to do is equal to I don't want to give now let me give my own because I want to check Fine. I will introduce new code.
Now I don't want to use it for me alone.
Anyone anyone across the globe for that float because your height weight everything will be working in the form of floating point. Your weight 61.7 your height 5.5 3.5 sub 4.5 right. So float float up. See automatically it is writing because of hyperrite my tool input enter input in in all it has done one tab done. So float hyper rate is the tool installed. So it is helping for programming also float input enter your height in inches it is dictating. Now next then conversion similarly float same enter your weight instead of this weight that's all we need ig w e i gh all are right that's all now you see it is asking me 4.5 in then 61.9 this is my weight now my category is obese category three it is giving 33.07 07 now that's all now let us look at see 8 in taking input I am converting input to float because by default it is string I have introduced int int is for whole number now if I if if you forcefully use int you will lose some information efficient information always should be float 0.5 in it matters a lot growing 1 in is god's gift it is not so joke right so inch cannot be ignored so that 4.5 in is my height so I need to give that height enter your height in inches 8 in into 0.3 simple multiplication nothing to worry here meaningful earlier multiplication meaningless that's all a and b I did in multiplication the previous here we are doing inches height in inches into some 0.3 that is a Formula for converting inch to meter.
Now weight float weight enter inch. Formula for BMI is weight divided by height into height.
Height². Weight divided by height². Now print BMI. We can do up to this. That is very hiddish level programming.
Adult program should be what? You should tell to the person are you in the right weight, obese or severely obese or underweight? You should tell right?
Healthy something you should tell.
Right? For that we are working on conditions, rules.
If condition this is the way we do know if you get your first mark, I will give you a gift. If you become your first rank holder, I will buy a car. You will be dealing with your kids right daily basis. If you get second mark, I will take you to picnic. If you behave properly, I will give you this um prize or gift. You will be always if then rule. If this happens, you will do this. If this doesn't happen, you will do something else. If I get a first mark or your kitties getting a first mark, you will give a gift. If they are not getting a first mark you will give your dose or you will be you will be scolding. If the condition is match different behavior you are showing. If the condition is not matching you are showing different behavior. If your kid is passed in the subject you will be happy. If your kid failed in the subject you will be beating them. Something like that. If then rule that's all. Now it is said to be conditional statement. Conditional statements.
If conditional statements are if, else, if that's all only these three are available in Python. Nothing more. What is if? What is else? If you are good, I will be good. Else I will show who I am.
We are talking right the same syntax only here also. If you are good to me, I will be good to you. Else I will show my next phase. We will tell right the same method. If some condition if that condition is satisfied what we will be doing? If that condition is failed what else we will do? That is what if else if else one more condition if you are giving I am you you borrowed from me 10,000 rupees I am talking like this if you are returning back this if you are returning my 10,000 rupees before June 30th no interest if you are not repaying on June 30th if else if not instead of if not Else else 2 rupees per day interest.
If you are not paying after else if if that also you are not paying that is where one more condition will come.
L if not paid after 2 months per day interest is 4 rupees something like that condition all condition through this code you can able to understand theory over now let us look at if BMI is already calculated I have got output 33.07 07 already now that BMI I'm comparing it with 18.5 and BMI less than 24.9 and is called what is and another question will come and is called logical operator only three logical operators and or not.
This is the way we need to write although it is English it is called operator. So now look at read this already the theory I have given these all available in the textbook internet also right between 18.3 to this described as a healthy described as overweight described as obese described as over obese or severe obese right now that English I'm converting into pythonic code now if bi greater than or equal to this and BMI less than or equal to this. What is the meaning? This is the lowest range. This is the highest range. It should be less than this. It should be greater than this. It should be lower means greater.
Upper means less than that's all within this range. If any one of yours DMI is available, my code will tell healthy range. Now if second condition now 24.9 over so now 25 greater than 25 less than 29.9 overweight greater than 30 less than 39 obese see in my previous program I didn't use l if now see it will give two condition why because greater than 30 less than or equal to 30 uh otherwise I I need to remove L if if I don't want greater than now it will work. Now I am right either L if I should put or 61.9 now again it is giving see L if greater than 30 also because here it is given greater than or equal to 30 or this so that L if what is the meaning if this is not executed then only you can execute this. Now the same if I execute 4.5 in 61.9 now it is giving only one obese that's all so this is the first program it is called BMI it is given in the syllabus of pharmaceutical new curriculum it is done now for formal data set where it is available these are all The platform reviewed data. Reviewed means verified, authenticated.
Only sixth data is reviewed data. Not all of the data. Only this sixth data.
Only the sixth data is reviewed data.
Not all of the data.
So whenever you wanted to do re research work, so reviewed data, sixth data you can have.
Uh what is ah be a very good question first year B from student all student class maybe imagine 60 student or the entire institution anything you imagine collection then data processing if you very good question this I will start explaining after this data set now um how to process the excel data collection of student information.
Now imagine all of our participants all of us we are all academician right the students also not required to bother that BMI we should bother BMI right what is required our name or employee ID then what is required each one of our weight in inches because meter it is converted if if not meter also you can give then that one line of code I can remove that's all another column what I need each and every one of your eight I need that's all in your Excel sheet if you give me your first year B form whatever are all of our data only three I want your name some identity your employee ID name I want then I want you each one of your height in inches each one of your weight three column 150 faculty now it is morning it was showing 150 Now I don't only now either this are your P from student or your one class student collection data D now that process let us step into then I will explain that I can show also randomly we can generate data randomly we can process it randomly we can display it I can show now come to the point form data set where to find this is also syllabus of your curriculum that is why I'm emphasizing farmer data set then those calculator is also one of your project or one of your output. uh now through this uh 90 minutes I may not able to do any grand uh magic and all introduction to Python I started how to execute Python code I have introduced collab then the first BMI calculator is given you can put that code into your cell enter your weight your height find out your obes what to say BMI first then I will give 2 minutes for calculating your BMI code I have pasted in the chat window or this link I have given and take that code alone. Go to your first notebook and start executing find your BMI first. Then the data set I have given whenever you wanted to do work with simple simple machine learning projects. When you want to learn first then these are all the data set you can use. If you go to Kaggle you will find coding also along with the data set coding also will be available. You can execute the code you can learn from the code. Later on slowly after 3 months to 6 months you can start working on the project independently until 3 months to 6 months work on existing project. Now I will give you 2 minutes time to maximum 3 minutes. Calculate your BMI like how I calculated my BMI. You no need reveal to me. You may be severe obese obese. No need just put my BMI calculated or BMI is calculated enough or your family member BMI whatever you want you do.
Understand the code. Spend at least one or two minutes on the code.
Now we start working on Excel data as one of the member asked for collection of people BMI how to calculate. I will show demonstrate right in front of you because I don't have that code. I need to code in front of you live.
Anyone have done BMI? Yes or no? At least type because the code is available here. This code only you need to copy paste. Just copy paste and give your input. That's all. Yeah. Fantastic.
Dr. Shua has completed.
You will feel confidence and happiness.
When anything you can learn is when you feel happy and confidence. That is what I am building. I cannot teach you Python. I'm building your confidence and happiness. That's all. Yeah. Fantastic professor.
All right, I will wait for only two three people. That's all. Then you can continue or don't continue. That is your problem. I'm not your teacher to do drill mastering. Right now see every operation I have given fundamental arithmetic operator input output operation data structure sheet.
It's a complete Python. Now we are going to step into mark sheet processing. What is smart sheet processing? One more also I will show you then I will come see if you come here one link I have given very first link where is it ah tiny URL if you click this it has three mark sheet cancer the same notebook URL that mark sheet I can download this or I can use different also I will be downloading then after downloading I will do that's it mark sheet we can create first mark sheet processing after that BMI calculator I will do because I also need to recap now that um codings the how to start the coding wait uh mark sheet processing one more not more book I'm opening see mark sheet processing one more book Now anywhere we can use this mbook. I have in two different drive. Anywhere I can use two different code.
Fantastic. Now three member Dr. Ravi.
Fine. Now this is little tricky. Step by step I will explain. Please pay your attention. You cannot sit and learn Python um uh very easily or it will take time. That's all. Now this project alone you learn rather learning the whole Python one coding you have learned that is BMI meaningful. Now mark sheet processing after this BMI processing with larger data set. Larger means 100 to member 200 member I will do for 1020.
The same is applicable for many member.
It is not machine learning. How to work with file? File manipulation operation.
File means multiple information will be there. Suppose all of our salary detail we I am collecting. I can calculate tax detail how much tax you are all eligible to pay per month how much you are deduct you will be deducted like that mass number of people we can work that activity only I'm showing not machine learning but it is called file manipulation now look at this is the first code import numpy I will magnify see you now you can easily see import numpy as np what is Import first that is keyword.
Anything in the collab blue color it is showing it is called keyword. Import means it is not on my laptop not into my RAM memory. RAM means primary memory. That RAM memory only executes understand whatever I'm doing. Suppose I'm going to YouTube and playing on YouTube video that whatever when the moment I'm clicking YouTube video you laptop is making louder noise how it is understanding it is working on RAM primary memory that primary memory should be high and active that primary memory cost processor cost decides your mobile cost and uh capacity primary memory capacity and CPU Capacity decides your mobile cost, laptop cost, rest all secondary. Primarily the price of the laptop, price of the mobile whom purchases first and primos depends on primary memory, RAM memory and processor CPU.
This is out of the syllabus. Now coming to the point what is primary memory?
It is a fastest memory but the smallest memory holder compared to secondary memory. Your secondary memory or hard disk people will call know that secondary memory is uh higher capacity is higher than the primary memory.
Similarly human also entire human brain only imitated to the computer. Our own primary memory or working memory will be listening to the session, understanding, thinking. Whereas secondary memory we have huge capacity. Each one of us we know minimum one lakh people in this on the planet earth right your name neighbor this neighbor that neighbor your classmate schoolmate your colleague your enemy this that stranger bus traveler train traveler all together you know one lakh people your secondary memory has highest capacity you know about so many things sports this that so many information you will be holding similarly computer also imitated our our working memory is called here primary memory. Our long-term memory brain is called long-term memory. That is called here secondary memory. Now the story is continued to there that is sec now come out of that story. Now what is import?
import is initially when the first language C is developed.
That time itself they have divided any computer language is designed by the scientist they will do mini version of the compiler rest all they convert it into packages. This is called package.
Numpy is a package. What is the role of packages? Whenever the compiler is loaded, collab means Python that the moment I open collab computer understands this person is going to work in Python language. What she is going to do that computer don't know but computer understands I'm going to work in Python language. Then what will happen? The minimum language of Python will be brought to the primary memory. Restore will not be available based on the user requirement will be brought and installed. Now you are telling I want import. Bring me. Bring me means import.
You are telling to the compiler bring.
Bring I want. What do you want? You want numpy. What is numpy? It has numerical operation, linear algebra, calculus. It has all of the calculus related operation. Calculus related operations.
Mathematicians knows what is calculus.
Rest of the people don't know. Right? Li but calculus is highly powerful.
So numerical and calculus operation when we want to do in our coding we need numpy. Any machine learning project you do without numpy you cannot do any none of the machine learning project. So numpy. Now what is snp?
as NP is Alli's name. Alli's name is nickname. nickname. Suppose you will have big name people will call uh Janapria Janu Janu people will call no short name shorten nickname like that as NP you can use any name instead of NP you can give PN you can give N you can give any nickname it is a nickname short name now import pandas this pandas is another important package Import means what you are telling bring me. Bring me means import. Remember like that you are telling to the computer bring. Bring it to me. What you want to bring? You are expecting to bring pandas. This pandas is a package helpful for data manipulation. Larger file. It will help for reading. It will help for processing. It will help for creating one more file at the end of the program.
So file manipulation data means file image is a file right suppose 100,000 patient cancer image data you have MRI scan image 1,000 MRI scan image you want to analyze you want to do program project then that is file right then you need a pandas passd all name these two you just ignore right now it will be overloading It is not at all a Python code. Python will give big big detailed warning. I don't want warning. I'm dictating even then it will give I can delete it also not recorded.
So it will confuse you. Leave. Now next important from Google Collab import files are safe. So what is the meaning is from Google Collab within this Google Collab itself temporarily the file is stored that file I want to use import that file I want to bring it to the primary memory as if nickname F as if means nickname now F why nickname see this is called object that dot we need to tell object referencing F dot Upload now any file you can upload live in front see in front of you I have downloaded what is the file I have downloaded mark sheet I have downloaded right I have I don't know wait just now downloaded mark sheet is not showing right in front of you it is not there okay fine I will do now for this one by one we need to execute.
I will make ensure about mark sheet and come back where mark sheet is available is we need to go to the first link this link I have shown you mark sheet it is nothing great but we need to sit and create right instead I will download it then I will proceed while it is not downloading huh See it is ready download. Now save. Now downloaded. What is this file? I will show you nothing great simple data. See some student name and their suffice subject mark. This is the project we are going to do. Finding sum of their total total of the student and average of the student only we are going to find that's all. See some register number I have created simply manually.
Now mark one, mark 2, mark three, mark four, four marks I have kept. Now these four subject mark we can do total. We can do average. This is the project that person is asking how to calcate more or less the same. Now formula only will change.
Now I'm saving. I have shown it to you.
Saving. No, I don't want to do anything.
Cancel. I want to close.
Cool.
Fine. Now I come back first I will execute the first line code. It will take more than 30 second it will give tick mark no output only importing. So no output don't wait for output. It will just give green tick mark after this.
Huh then see green tick mark. Now I need to execute this. Now you wait and see.
See choose file it comes. Choose file.
Click this.
Now recently downloaded mark sheet. The name name is mark sheet. That we should remember mark sheet. Now see it will take some time. It will upload right in front of you. It is uploaded.
It will show 100%. Now where I can show see here it is mark I need to change now click this file see please pay your attention left hand mobile when you are using how to see that and all I don't know laptop only I know this file folder click now see mark sheet it is temporary file the moment I close the collab it will go again and again we need to upload now go to this triple dot copy the path close that's All now let me paste this is for my reference see nothing more all are same only mark sheet instead of mark I am changing mark sheet any file name you can that's all now execute I will explain the code done I successfully read the file now what I'm doing is see PD already said panda's nickname PD why we have kept nickname you can understand now Every time we need to sit and write pandas pandas it is irritating right that's why people are creating allies name pd dot read excel nothing uh tough in it right reading the excel file we are telling no read the excel file same we are writing the code then open bracket close bracket double quotation path of the file path path means where it is available how I came To know the path, click this folder, mark sheet, click triple dot, copy path, close. So this is the path. See that path name of the file entire path I have placed it within double quotation or single quotation that is not a problem.
This object based on this Excel that file name whatever it is mentioned one pointer will be created that it will point that file that pointer is demo.
Now demo will do anything for us. Now print demo it will it will print the top five records. See name registration number A is student number simple dummy registration number I have dear mark now head of 10 if I give 10 10 students mark it will tell see zero record ninth record if I don't tell anything it will take only five record if I say some number that many record suppose I want seven record Now it will give seven students number.
That's all. This is called data exploratory.
We are exploring the data. We are confirming whether our data is successfully um read or not. That's all. Now coming to the point. Head means top record.
Tail means bottom record. That's all.
Top and bottom. Now tail uh 10 top and bottom see 10 record 25 student 25 24 16 so bottom 10 records it is reading and it is confirming I'm happy top record is also fine bottom record is also fine just for confirmation nothing we are doing demo demo means object it is created right what is a demo that that is an object we dictated the computer to read the Excel file. Which Excel file? Mark sheet. Where it is available content?
There is a path. So it will open the file. Whatever it is available in that file that is now demo will do anything from the file. Demo is kind of servant to you that Excel contain whatever you wanted to do demo can do. That's all demo. But you need to give command. Now interesting point the same code I will be doing live in front of you for the PMI calculation let us do randomly some weight height over obese obese let it be anything that way let us calculate for my height if my weight is 50 to 55 it will show I'm healthy that's all so like that we will manipulate some data we will upload now look at demo we need to use that object name demo What is the field name? S1 actually not S1. M1. This may be different data point. Wait, wait a minute. I will confirm. M1, M2, M3.
But it is showing S1. S1 means subject one. What is happening? Ah, M1 only. M1.
Now head M1. M1, right? But S1 because some other file because it was mark now only mark sheet I need to change the name subject one I have kept for some context in now in this context M1 mark one that column name whatever the column name you are giving that column name you need to give that's all now s_ub_2 by m_sub_2 s3 by m3 that's all nothing more because I have kept the column name m4 four not five field are not available only four field see how I am working please carefully observe because I don't have in the excel sheet five subject mark four subject mark only now demo mark one plus every record no need of for loop anything automatically it does for all of the record in the excel sheet I have 25 students information for all of the 25 students it does in a single command that is called pandas Power pandas through only we have created demo that is why the power now I am creating a new column total marks execute done work done because green tick I have only four subjects so average should be divided by four total marks now only created one more is demo average another column I create see the same how I have shown phone in the Excel sheet it is showing see print demo because of small file I'm printing all the content suppose one lakh record don't do this command you will go mad it will display one lakh record don't use that com that this command granted print demo don't use like granted I have 25 students information so that I'm using one lakh means it will take 1 hour to display first first first it will If not 1 hour it will take lot of time and space you can't scroll down see entire data it started reference number zero role number this name is this and mark is 51 6377 total is this average is this now I want this in output one more file through program I can create one file now look at pdxel writer Here I am writing one one I want one Excel writing I'm telling to PD PD means panda's nickname so I'm telling I want to create excel file I want to write in the excel file what see what is the name of the file var output so now instead kvsr I will because that madam has kept kvsr kvsrs Now in your institution file I am going to create now execute that's all file name only change green tech now demo dot whatever I have shown in the demo write to this excel now only we have created excel return right close download kvsr scores because earier I have kept vopal output now it will download one excel See creating one download. Look at see it is asking you to save KVSR scoops right in front of you. I created I will show you what is in this.
See not even opened how it has changed.
Look at that reference number name of the student mark total average. I have not done. I will show you my original file.
This is what my original file mark sheet where is that total and average how I didn't even create the reference number whereas in this file it is creating the reference number also it is doing total average hope so you can understand what I'm telling if you have any doubt you can ask me further now the these all I will delete it and I will give you clean the data now let us do BMI that one one I don't know female or male one faculty ask no that I will do right in front of you this coding notebook mark sheet already it is there in the master notebook even then I am sharing exclusively preserve it one moment copy this is mark sheet processing similarly You can do any activity in the Excel.
Now let us do just until you feel confident you can do like this. Now the same code I'm going to copy paste right in front of you. How I am going to do see file uh this drive.
I have five drive five account drive open. I need to be careful right? Then I need to go to file uh save your drive in copy in drive like how you have done I'm going to in that BMI calculation open in new tab now it is showing new notebook in the new tab let it go it will take time so now copy of mark sheet instead for BMI pharma students BMI Okay, that's all.
This is what you were expecting, right?
Now, let us do what we can do. Let me open mark sheet.
Let me delete the data. I I can save us also. File save us. It will take some time otherwise new Excel sheet I will open. That is that will be better. Now, new Excel sheet I will open. Save us.
download I'm going to give hate and wait hate and wait he he like that he hate and wait opened a new file what is happening it is renamed I don't know okay fine he and V now in This sheet one I need to let the name be same. I need hat small letter capital letter. We need to be careful. H E I G HD. Hate wait.
That's all we want. Nothing else we want. Right. Output should have what?
Your BMI score and are you obese or not obese? For every member it has to write. So let it be it is funny right but height will not be like this it should be in inches weight can be 86 961. So he hate uh rand between let us do rand between rand between um 3.5 to 5.5 in. Enter. What is happening?
spelling mistake or random okay it is giving whole number only it is not giving numeric what to say floating let it be leave now 77 kg at least 4.9 too much weight 77 is too much okay my own weight I will give first my own weight 4.5 um 60 1.7 weight 4.5 Five I should be ideally 55 kg. Now this will give now rest all we give random 3 4 5 3.1 3.2 3.4 4.5 5.6 5.1 2.5 something like that. So let us copy paste the same because it is irritating job.
Now this is the height and weight. Too much weight is there. Severe obese it will show. Let it be. So this this only will show healthy. This person will be showing healthy. That's all. Now done.
Now close. Height weight. Now close. Now let us change the same code here.
Uploading will be same but file name we need to change. That's all. Now the green tick mark should come.
Every code I will change right in front of you. This is common. Now second one I need to choose the file height weight.
I need to scroll the file he this file now see 100% done. It gives some code that all no need to worry. Scroll down slowly. Now, now click this one menu.
Where is it? Uh, click this folder. He is there. Click. Copy the path. Close.
Now paste it for your clarity. Verify.
Then here also paste it. That's all.
Nothing to verify. Now done. He Now PDXL done. Demo. The same demo. Look at demo 7 record. It will show first seven record height and weight. See now tail last 10 people height and weight. It will show it is showing. Now demo head these all not recorded. How many times now our duty? See now the challenge comes. Please pay your attention. What we need to do? I need to imitate this code BMI.
This code on file I need to imitate.
then I need to do if condition to every student. I I may get stuck up. I don't know because if condition to be verified to every record it is different. First let me do um what to say? Uh dear I will paste this code dear height and weight formula. First I need to uh what I have given uh no need of this file under wait sorry first is height next is weight. Now I need to remove this all 8 into eight. Height is accessed 8 into 0 304.
Now this is called as inches.
First done success. Now I will show you print demo for every person it is showing inch every person height I have converted into inches now I'm deleting next step four after inches what I supposed to do BMI I need to calculate now slight alteration only right demo BMI or capital capital BMI what I'm giving only will come now what I supposed to do demo divided by weight into demo divided by height into height right now I can do this* this this divided by weight instead of g Wait. Now let me check. Yeah, done.
Success. Now print demo. Now done. Now print. See everything is there. BMI this person BMI 55. First person BMI.
What is happening?
Weight divided by height into height.
How BMI can become this much?
Wait a minute. Demo weight divided by height into height.
That is a formula. Height into height.
Weight divided by height into height.
>> That is weight inches. That height inches.
>> Ah yes sir. Yes sir. You are right. You are right. Right. Right. I got it. You are right. Excellent. Excellent. See you beame Python expert.
I need to give inches. That's what I was confused.
Greater say I need to reexecute immediately updated. No. Why?
What happens sir? Inches in weight divided by inches into inches.
Yeah. Converted. See? No changing.
BMI weight it has to override. No, it is not changing.
Inches. Inches. Wait sir. I need to do everything again. Some mistake means then we need to do everything again.
Madam height conversion problem madam.
Height conversion from feet to inches.
Huh?
>> Yes. Yes. Yes. Yes sir. That is what sir I have done inches. No then inches only I should put. No sir. See original height into this the original code you look at sir 8 inches.
4.5 into this into height. Height into height. Instead of height, I am using inches. You you look at the original code. This is the original code. Now sir, you you are height in inches. That I need to multiply by.3. I did it now.
See height into.3 I have kept it in inches. Then that modified height only I'm using right. See weight divided by height into height. Am I right sir? So now weight divided by inches into inches. My variables are different. Am I right?
Is it clear sir?
Someone is helping me now. Please help me. See this is my original code. Look at in the Excel file. I have kept it in inches. I need to convert it into meters. Instead of meter I have kept wrongly inches. Name you leave the process. I did height in inches into 34 then weight then weight divided by height into height. This is what I did.
No instead of this height I am using inches. See original height I'm multiplying with this into inches.
Actually it is supposed to be a meter.
Right? Then that meter we need to do instead I have kept wrongly one word called inches. But this is converted height in that inches height is converted to meter.
that weight divided by demo in into this is what I have done right now. Let me that data frame is not getting changed.
The reason I don't know data frame suppose originally 67.7 then it has to change right so I'm closing this I'm open it again launching again refreshing this folder recent recent is forma BMI that is what live coding will take risk sometimes sometime it will be successful because given the shorter duration live is not permitted to experiment What I'm doing see this one executing the first line then uploading the second file we can change into meter also newly we can give name let us forget the old name converted height also we can give he now it is lowered now next line and all perfect this also perfect eight also Perfect head tail also perfect. Now height weight see 5 in 3.1 in 3.2 in 5.6 in 4. It is done. Now this is worthless code not for us. Now instead converted I use converted. Now it is clear to everyone. Now hate we are converting the heat that is converted original heat into this. This is what I use in the formula here. Then here converted we need to copy paste this converter two times weight divided by converter.
Now let us do converter. Then let us do PMI. Let us print the demo. Now what is this sir? Again BMI is showing 61.7.
Madam actually madam >> actually actually that height is taken you are telling that taken in inches but you came to that 4.5 that is the feet to madam 4.5 ft 4' 5 in so that 4' 5 in should be converted to inches >> m >> that conversion only I have done here no sir see demo height original height I have multiplied and I have kept it in new column converted see that newly changed Altered one only here I am using no height into height the same only I'm imitating sir >> no madam height in inches height is not 4.5 in no madam 4t 5 in 4t means that is 12 into 448 + 5 53 in no m >> okay then this formula itself wrong right? Yes. Yes ma'am.
>> So give me this formula sir. This formula itself from them. Give me this formula sir then so I need to split four separate five separate am I right?
4.5 in mine right? I need to separate four.
>> Yes madam. Yes madam. You should uh you should mention that uh give me sirh first let me change this code. First let me change this code. See here this code itself then wrong. No nobody have said so that I have continued. I thought I am obese. So the output it has given I am obese. Maybe now it may be showing I am normal right overweight. It may show not healthy not obese. It may show overweight to me. Uh now see as per this 35 obese severe obese LF this is syntax issue. See 35 it is showing to me I am obese person. 8² >> Now give me the formula sir that what first 4 into 4 into 3 + see now tell me give me a formula for 4.5 sir for 4.5 give me a formula in the chat window please give me a formula I think someone is guiding me I don't know the name also I didn't check the name give me the formula for 4.5 manually then I will convert as a code.
Are you able to hear or are you typing yes or no? Just tell me.
>> Yes. Yes ma'am.
>> Yeah. Okay. I will wait.
>> Now square.
>> Oh my god. You are into different level.
I think only one professor is following me that the male faculty.
>> Yes ma'am. Please help me.
>> Ah that other female faculty is misleading me. Leave that you please don't guide. Please we are running out of time only 10 minutes. Please come forward. Who is that faculty? He's falsely telling when I ask him to type he's not typing.
See 4.5 in otherwise I use online. Oh my god, you are not at all.
>> The conversion factor is correct only madam that is 304. That is correct.
>> Which is correct sir?
>> Conversion factor for the feet to meter but we should take in centimeter. No matter >> I am doing in inches sir in my horoscope or braid profile they have kept me in inches only they have kept me in 4.5 as per my personal life I'm doing the cing I don't know if you mislead me in cime I don't know so but the formula will accept only meter formula will accept meter >> okay okay madam >> my personal matrimonial profile I have kept 4.5 in.
Now are you getting me sir? Now am I right or wrong? Please tell me. First fix this program.
>> 4T 5 in.
>> Ah 4T 5 in >> meter conversion formula. Formula is the problem right? Formula without knowing formula I cannot do anything.
See since 1 in is equal to.255 255 m converts in into 25 why I have done.3 long back I have done that code not today convert inches to m 4.5 in then 4 m 5 in you will tell >> yes ma'am 4T 5 in means 4 into 12 48 + 5 53 in It is if you want to convert in inches means 53.
>> Now tell me 4 + this is what I was asking 4 + >> 4 into 12 m 4 >> 4 into 12 + >> plus 5 >> that's all >> + 5 that is 53. Yes ma'am.
>> 53 in 1 minute. First BMI formula. Let me search because >> wait for that formula is right ma'am. Wait ma'am mass lbs it is taking height in height meter it is taking kg by me this is what I see height square I'm not asking first height in which measurement lbs is one method meter is another method see 1.52 meter >> huh but Indian nons are my profile my matrimonial profile it is been given 4.5 double line double quotation this is what it is represented in my horoscope >> that way I need now meter finally it is accepting me >> yes >> then meter conversion formula now not in we need to convert in meters >> how to convert s this 4.5 this is right now then you are telling in no 12 into 4 48 + 5 53 just madam if it is any 2.5 >> I want me >> I want me >> 63 into 2.5 >> finally input can be taken as into meter if you want to reduce the confusion meter but for 2.5 cm so 53 into 2.5 cm m >> 53 into 2 >> 5 >> cm is equal to what ma'am? 1 m.
>> Ah >> 1 m right? No, no. 126 uh cm 126 cm.
>> Uh you it's into >> 126.
>> Huh?
>> 126 equal to >> 10.26 m.
>> Ma'am, I'm totally confused. Please tell me in meter for me. I have represent like this in my horoscope. It was given 4.5 inches. Now for me you tell then rest all let us convert converting it into meter is easy. Now for me you please sell 02054 >> 20542054 sir I don't want anything sir for me you please help me how many meter I am >> yes madam >> yes madam inches to meter the formula is that inches into that factor 2054 Yes.
>> Now this formula if I convert this it is self sufficient sir instead of this is right now.
>> Yes it is coming in.
>> Okay now let me check this one first for me I want to check then only not even 676 after so much control what is happening 84. Okay in this is the problem syntactic error. No 4.5 see obesity showing sir madam sever obese person >> you're correct only madam >> I'm not severe obese person sir >> no no that conversion factor is correct I'm telling that >> 4.5 then height in inches into 02 >> that is the height in meter now it become meter >> after this multip >> yes ma'am it is in meter Then I'm severe obese then I should not eat multiple times. 61.7 4.5 in >> I don't know sir you want to convert 4.5 in into exactly who is that Ki this is what I want sorry my 4T 5 in I I cannot accept sir I'm not severe obese so it is not allowing to paste see please convert Convert 4.5 in into madam madam madam 0254 0254 you kept 20 254 >> sir 2.5 cm is equals to 1 in sir >> yeah 02 025 >> huh >> but conversion factor is >> per meters per meters that's one >> even then severe obese 47.22 22 I am worried now 2254 this what now at least help me what is my height uh in meter see I will print height print height >> 1.34 m >> h one it is telling 1.14 m not at all >> 1.34 madam 1.34 m >> ma'am then it is wrong right see Output you tell different now see then formula is wrong right see >> am I only one me >> no no no you is you are 53 in convert 53 in into cm okay for that 53 into 2.5 so you are 134 cm 134.6 6 >> finally tell me 134 cm that is enough >> 134 I cannot trust >> 62 >> 1342 cm cm >> ah okay >> that is equals to 1.34 m >> now cm now how to >> equals to 1.34 m >> formula formula automation I cannot do right formula I want uh Now height is cm right? Now how to convert it into meter?
>> 1.34 is is the meter.
>> Oh divided by 100.
>> Yes.
>> Okay.
Now m height >> ma'am. Sorry to disturb you. Ah >> sorry to disturb you in the middle as the climate is not a good way like few participants left the session also the time allotted is uh beyond the limit. Okay, with this we will tomorrow we'll do that madam. Tomorrow clarification.
>> Okay.
>> M height equal to height. Okay. Equal to is missing. That's all. Now wait. I want to see what I am 154.5.
This is I need to use M height. M height into M height. Now I will do uh see ob 1.34 perfect that's all m height m weight divid m height m height is cm height is divided by 100 these all not required weight that's all now same initially what I have shown shown obese it is showing the same obese fine yes now value is 34 that's all this formula we need to use it in the Excel sheet.
That's it. So now this is the final code we need to give in cm. Height in cm.
>> Okay.
>> With that we conclude. Enter height in cm.
That's all.
All right. With that let us conclude.
This is already the alarming sign. Thank you so much >> for your patience.
>> Yeah. Thank you for your involvement >> in the program.
>> Yeah.
>> Yeah. We gratefully acknowledge.
>> Thank you ma'am. Fine.
>> All right.
>> If you have any please contact our guest through the mail id with your permission share mail id ma'am.
>> Yeah it is given ma'am. In my notebook it is given. All my credentials are given. If you wish to stay connected, you can stay connected. For research collaboration or for clarification, you are always most welcome. All right, I'm concluding. Wish you all success. Wish you happy learning. Wish you happy teaching. I thank >> you really easy. Oh, Python machine learning like a banana.
>> Nice.
>> Fantastic.
>> Yeah.
>> Ma'am, I thank everyone for participating in the FTP. As we now move on to the closing session of this today's FTP, now I request Vijay ma'am to kindly present the certificate of appreciation to our estimated speaker as a token of a gratitude and respect ma'am. Here is your certificate ma'am.
You will be shared your mail also.
Thank you ma'am for sharing your valuable time. Thank you for your lot of patience ma'am.
>> Yeah, thank you very much ma'am.
>> So much patience.
>> Yeah, thank you for your invitation and being part one and all. Bye all of you. I'm leaving. Thank you one and all. Bye-bye.
>> I thank all the participants and we will share the tomorrow sessions uh timings also in the group.
>> Okay, ma'am.
Ähnliche Videos
Agentforce NOW AMA: Build with React and Salesforce Multi-Framework
SalesforceDevs
490 views•2026-05-28
How agent o11y differs from traditional o11y — Phil Hetzel, Braintrust
aiDotEngineer
450 views•2026-05-28
Re: 🗣️📍theprophedu📍2026 GST 103 CLASS (E-EXAM REVISION)
theprophedu
636 views•2026-06-04
WEB TECHNOLOGIES UNIT-2 | Degree 4th sem BCOM Computers web technologies unit-2 full explanation💯✅
LearnwithSahera
1K views•2026-05-29
More tests are always better? How to use AI to identify tests that bring little value
Alliance4Qualification
335 views•2026-05-29
Search Algorithms Explained in 60 Seconds! 🤖💨
samarthtuliofficial
218 views•2026-06-01
People of Game of Thrones using JavaScript DOM
AltCampus
296 views•2026-05-30
Instagram accounts got PWNed
EricParker
13K views•2026-06-03











