P_12 Type Checking, Type Error and Type Conversion | Type Casting in Python

  Рет қаралды 186,005

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 170
@nisbakouar
@nisbakouar Жыл бұрын
Thiz the bestttt channel for python😊
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
😂I attempted many times to completely learn python but after some time I start losing interest but this time it looks like I'm gonna complete python. Jor se bol janny mata di ❣️
@Abhishek-tp1tf
@Abhishek-tp1tf 2 жыл бұрын
Bhai asli teacher ke sahmne bhi aise he bolte ho kya koi cmnt dekhta hai aapki kaisa lgta hoga mata di kya language hai ye aapki shi se respect se bola kro jha se gyan mile vha se lo aur shi se bolo yr
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
@@Abhishek-tp1tf pehli baat ye lite joke tha itna serious nahi lena chahiye aur vo phrase koi disrespectful nahi hai
@DEEPAKKUMAR-ij7hw
@DEEPAKKUMAR-ij7hw 2 жыл бұрын
Aur tumhari sabhi comments ko dekh ke lagta hai tum bas jabardasti ka gyan dete ho
@adithyakrishna7206
@adithyakrishna7206 2 жыл бұрын
y r u simping?💀
@sikandergalaadhvi
@sikandergalaadhvi Жыл бұрын
bro i think the same thing is going to happen to me. Thanks to jenny mam
@SILENTKILLER-cf1jd
@SILENTKILLER-cf1jd 2 жыл бұрын
a=input('first number: ') b=input('second number: ') print(int(a) + int(b))
@mohitkulkarni2183
@mohitkulkarni2183 2 жыл бұрын
I searched for many channels but this channel teaches python in most easiest way
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@shaikhmahamadashaik7938
@shaikhmahamadashaik7938 9 ай бұрын
a=input ("enter any number") b=input("enter any number") adding=(int(a)+int(b)) print(adding)
@aparnamane4899
@aparnamane4899 2 жыл бұрын
var1=int(input("Enter first no :")) var2=int(input("Enter 2nd no :")) sum=var1+var2 print(sum)
@bhukyaakhil86391
@bhukyaakhil86391 Жыл бұрын
If am not wrong it will give u different ans...just check one U have to add int before var1 and var2
@074_cse_rohankarthikeyans6
@074_cse_rohankarthikeyans6 6 ай бұрын
@@bhukyaakhil86391 no its crct.we are just receiving the input as integer .so we dont need to declare var1 or var2 as integer .if it is received as integer the datatype of the variable will be as integer.
@usha_Yuva
@usha_Yuva 2 жыл бұрын
beauty with brain..waiting for full course
@aniltandivitb4482
@aniltandivitb4482 2 жыл бұрын
num_1=int(input("Enter the first number ")) num_2=int(input("Enter the second number ")) print("sum is ",num_1+num_2)
@sidharthkaruvarath2532
@sidharthkaruvarath2532 25 күн бұрын
thanks bro, i was finding it hard to add the text with the answer even though I knew about the coma i forgot it. your answer helped me
@husnainhyder6713
@husnainhyder6713 Жыл бұрын
Great Lesson Miss J. Greetings from Pakistan.
@surenkumars3181
@surenkumars3181 2 жыл бұрын
thanks jenny i am practicing daily what you posted regularly in the topic of python it is very helpfull for me, please dont stop any where i am learning from you dont stop at any situation it will affect my dedicative career
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@sachinkumarsachinkumar3359
@sachinkumarsachinkumar3359 2 жыл бұрын
Yes
@bharathivenkatappa9676
@bharathivenkatappa9676 5 ай бұрын
num1 =input("Enter the first number ") num2 =input("Enter the second number ") num3 = int(num1) + int(num2) print("the total number is ",num3)
@Dheena_joe
@Dheena_joe Ай бұрын
a=input("Enter a number") b=input("Enter another number") c=int(a) +int(b) Print(c)
@Marvelkashmir
@Marvelkashmir 2 жыл бұрын
Mam you are killing us ....wow ... looking amazing
@Mojit00
@Mojit00 2 жыл бұрын
Pdhhle bhai Ghar ka loan bhi chukana hai 💀
@jayanthkumar7391
@jayanthkumar7391 2 жыл бұрын
Madam big fan of your lectures
@fakeworld589
@fakeworld589 Жыл бұрын
At 6.30 time we can also write print("your name has" ,length, "characters") output will be your name has 12 characters
@udaykiranblogging
@udaykiranblogging Жыл бұрын
Done with my assignment mam. Thank you
@manishshee6990
@manishshee6990 2 жыл бұрын
Mam spectacles looks great❤️
@dineshrathod7616
@dineshrathod7616 4 ай бұрын
Very informative lecture...Thank you maa'm
@gameplayers3680
@gameplayers3680 2 ай бұрын
print(int(input("first number?="))+int(input("second number?=")))
@shahzadhussain642
@shahzadhussain642 Жыл бұрын
Oh i love programming from now on ❤😂
@priya-we2hg
@priya-we2hg 2 жыл бұрын
गरीब घर में जन्म लेना आपकी किस्मत है पर गरीब मरना आपके हाथ में होता है मेहनत करो क्योंकि मेहनत के साथ पत्थर भी हीरा बन जाता है। 👍🏻👍🏻👍🏻
@asadivamsi6210
@asadivamsi6210 2 жыл бұрын
TQ you madam we are waiting your python class since year
@RajivThakur-vo3vr
@RajivThakur-vo3vr 4 ай бұрын
first_number=input("the first number ") second_number=input('the second number') sum=int(first_number) + int(second_number) print(sum)
@govendhanm-t2c
@govendhanm-t2c 2 ай бұрын
num_1=input("give a first number :") num_2=input("give a second number :") print(int(num_1) + int(num_2))
@iamjobayer_
@iamjobayer_ 2 жыл бұрын
Please post more lectures. I have a semester break now and I have only 14 days to learn python basic clearly... !!!!!!!!!!
@codersplayground
@codersplayground 2 жыл бұрын
kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@trishitaghosh1932
@trishitaghosh1932 3 ай бұрын
a =input("enter the value of first num1 =") b= input("enter the value second num2 =") print (int (a)+ int(b))
@manikanta4742
@manikanta4742 3 ай бұрын
num_1=input("what is first number?") num_2=input("what is second number?") sum=int(num_1)+int(num_2) print(sum)
@leeladrireddygandudi3279
@leeladrireddygandudi3279 Жыл бұрын
I think ord() is there to convert a character into a integer and a char() is to convert int into charecter
@rameshkumar6videos
@rameshkumar6videos 2 жыл бұрын
Good afternoon mam # nice teaching
@reganakandwanaho1223
@reganakandwanaho1223 2 жыл бұрын
Hello Ma'am, I wish you make review lectures on file 🗃️ handling in C😔
@pRABHAya
@pRABHAya 4 ай бұрын
No_1 = input("enter 1st number") No_2 = input("enter 2nd number") Print(int(No_1)+int(No_2))
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Mam please continue python series we are waiting mam It's my humble request 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏✍️
@iamjobayer_
@iamjobayer_ 2 жыл бұрын
num1=int(input("enter your number:")) num2=int(input("enter your number:")) print(num1+num2)
@bavafakru-x1d
@bavafakru-x1d Жыл бұрын
number=input("enter a two digit number: ") first_digit=number[0] second_digit=number[1] third_digit=number[2] a=int(first_digit) b=int(second_digit) c=int(third_digit) print(a+b+c)
@vijayramakrishnan6838
@vijayramakrishnan6838 Жыл бұрын
ur a gifted person
@LingeshhvarenKA
@LingeshhvarenKA 8 ай бұрын
name=input("Enter your name : ") length=len(name) print("Your name has",length,"characters") print("Your name has "+str(length)+" characters")
@petachaithravardhanreddy418
@petachaithravardhanreddy418 7 ай бұрын
a=input() b=input() c=int(a)+int(b) print(c)
@aiomotive8672
@aiomotive8672 2 жыл бұрын
Mam please Also upload c++ regularly
@mano_003
@mano_003 2 жыл бұрын
S mam we r also vaiting for ur cpp lectures mam
@AbdurRahman-ck7ue
@AbdurRahman-ck7ue 11 ай бұрын
Nice way to teach miss
@suhith_thumma
@suhith_thumma Жыл бұрын
print( int(input('your first number')) + int(input('your second number ')))
@devSackey
@devSackey Жыл бұрын
firstNumber = int(input("Enter the first number ")) secondNumber = int(input("Enter the second number ")) sum = firstNumber + secondNumber print(sum)
@nikhilpragada1562
@nikhilpragada1562 2 жыл бұрын
Give more content, as well as possible jenny mam, thank you
@aftabahmad4445
@aftabahmad4445 11 ай бұрын
first_no=input("enter the first number =") second_no=input("enter the second number =") print("first number is =" + first_no) print("second number is =" + second_no) print ("the addition of these two number is =" +str(int(first_no) + int(second_no)))
@brendatetio178
@brendatetio178 Жыл бұрын
I did this num_1=input("enter first number") num_2=input("enter second number") print(int(num_1) + int(num_2))
@ignaciotorressoto
@ignaciotorressoto Жыл бұрын
print('The sum of numbers is: ' + str(int(input('number 1: ')) + int(input('number 2: '))))
@LingeshhvarenKA
@LingeshhvarenKA 8 ай бұрын
num_1=int(input("Enter number 1 : ")) num_2=int(input("Enter number 2 : ")) sum=num_1+num_2 print("Sum of",num_1,"and",num_2,"is",sum)
@AbdurRahman-ck7ue
@AbdurRahman-ck7ue 11 ай бұрын
I like your examples
@SADDALAJAYAPRAKASH
@SADDALAJAYAPRAKASH Жыл бұрын
nice explanation mam🙂
@ramaraju1469
@ramaraju1469 2 жыл бұрын
Here there is a correct output with commas length=len("Jenny") print("Your name has",length,"characters")
@awnishkumar6431
@awnishkumar6431 2 жыл бұрын
well techniques to teaching
@olakunleabiodun1489
@olakunleabiodun1489 Жыл бұрын
apply casting I.e add = int(a) + int(b) or else compiler will still recognize 1) the + sign as concatenation 2) the input number as string
@Vitality_Vibes.co_
@Vitality_Vibes.co_ 4 ай бұрын
to check the length of converted str(length). We can even use - print(type( str(length))) is it fine to use this mam???
@SVJIRLI
@SVJIRLI Жыл бұрын
a=len("abcde") print("your name has",a,"characters")
@Anagha-gx3rj
@Anagha-gx3rj Жыл бұрын
num_1=int(input("Enter the first no.: ")) num_2=int(input("Enter the sec. no: ")) sum=num_1 + num_2 print("The sum of two numbers are: ",sum)
@jupiter-84
@jupiter-84 2 жыл бұрын
Thank you ma'am
@teena33
@teena33 2 жыл бұрын
a=2 b=3 Print(int(a) +int(b)) You will surely get the output as 5
@glps369
@glps369 Жыл бұрын
Thank You So Much
@adityasalvi9208
@adityasalvi9208 Жыл бұрын
Mam teach python is easy way
@mohdzakimohdzaki471
@mohdzakimohdzaki471 2 жыл бұрын
when will you start java series videos.. i humble request for u so that i want to learn java and advance... well work 🍀🍀🌹
@limitess9539
@limitess9539 Жыл бұрын
Dunno if ASCII table works for python, because if it does, I'm surprised that converting "jenny" to int doesn't work, it could take each character's ASCII value and sum it all up and convert the string "jenny" to int, instead of not working
@priya2220
@priya2220 Жыл бұрын
Print(len(str(1234))) Output : 4
@sreeswetha9929
@sreeswetha9929 2 жыл бұрын
Code is very clarity maintain same clarity
@knightjaat9208
@knightjaat9208 Жыл бұрын
mam but we can use comma instead of + like print("YOUR NAME HAS",b,"characters")
@hmraja9665
@hmraja9665 2 жыл бұрын
Can you provide a tutorial to learn design patterns and system design (HLD AND LLD)? LEARN PATH TO them.
@kothariritu01
@kothariritu01 2 жыл бұрын
Ma'am..I have done M.Sc.IT. in 2007..I was taking guest lecture for two years after that I married.. Now I am house wife..I have one child.. . As you know it is very tough to restart again. Could you plz suggest what to do..
@liiilliees
@liiilliees 8 ай бұрын
thank you madam
@gayathrikonijeti1583
@gayathrikonijeti1583 Жыл бұрын
Mam, will you please continue your series of python videos..?they are very helpful in our learning process mam
@Subhashd-oe4pq
@Subhashd-oe4pq Жыл бұрын
No she will stop the series 😂😂😂
@mynk9113
@mynk9113 2 жыл бұрын
Art student hu nhi pta coding sikhne ka man hone lga
@sadik6358
@sadik6358 Жыл бұрын
Which app is best for python learning?
@jellyfish1772
@jellyfish1772 Жыл бұрын
thanks maam
@bhaveshvaishnav633
@bhaveshvaishnav633 Жыл бұрын
Thank you!!
@venkateswarlugoud4564
@venkateswarlugoud4564 Жыл бұрын
Mam please continue python series please mam😔😔😔
@sucharithapatnana5455
@sucharithapatnana5455 Жыл бұрын
Mam, please upload videos in Python series Please mam
@kartheek6495
@kartheek6495 2 жыл бұрын
print(int(input("Enter first Number"))+int(input("Enter second number")))
@meghasandesam
@meghasandesam 2 жыл бұрын
Mam you are looking 👌 nice with light blue color specticals matched with your dress
@harshaharsha6681
@harshaharsha6681 11 ай бұрын
Super🎉🎉🎉
@NagiriSaipreethi
@NagiriSaipreethi 5 ай бұрын
#Take 2 numbers as input from user& find out sum num_1=int(input("enter num_1 value:")) num_2=int(input("enter num_2 value:")) print(num_1+num_2)
@UttamPrakash
@UttamPrakash 7 ай бұрын
print("uttam" +int(length) + " prakash") why give print("uttam" +int(length) + " prakash") NameError: name 'length' is not defined
@_yes_you_are_right_214
@_yes_you_are_right_214 2 жыл бұрын
Okie...
@sadik6358
@sadik6358 2 жыл бұрын
Please make video about java basics
@nitish2001nb
@nitish2001nb 2 жыл бұрын
refer to @codewithharry
@golden_melodies
@golden_melodies 9 ай бұрын
Can you make video on num py panda
@tanvigupta2702
@tanvigupta2702 2 жыл бұрын
a=int(input("Enter any number a=")) b=int(input("Enter any number b=")) print(a+b) Output: - Enter any number a=23 Enter any number b=25 48
@shashikantm9135
@shashikantm9135 2 жыл бұрын
Wow it's correct 😃
@reganakandwanaho1223
@reganakandwanaho1223 2 жыл бұрын
Int placement looks nice
@syedsohel9701
@syedsohel9701 2 жыл бұрын
a=input("enter the first value") b=input("enter the second value") Print(int(a)+int(b)) And it's done.... Thank you Mam I started learning in easier way ❣️
@dhananjaysingh4119
@dhananjaysingh4119 2 жыл бұрын
wow dude google is coming for you
@syedsohel9701
@syedsohel9701 2 жыл бұрын
@@dhananjaysingh4119 Teri maa bhi hye Usme
@VaishnaviTarpe
@VaishnaviTarpe Жыл бұрын
Mam plz also give us a Java programming languag
@ankithhebbar8024
@ankithhebbar8024 2 жыл бұрын
👌👌nice video
@saptarshibiswas1998
@saptarshibiswas1998 2 жыл бұрын
Ma'am please complete C++.
@theperfectionist3924
@theperfectionist3924 2 жыл бұрын
drag it onto the program from finder
@Instagram.Status
@Instagram.Status Жыл бұрын
I am getting an error message tha "bool is not collable" When we type cast length to sting
@8millionairegovind618
@8millionairegovind618 2 жыл бұрын
Op spec 😍
@DChethan-ph9zs
@DChethan-ph9zs 2 күн бұрын
you can watch at 1.5x
@kaleeskumar3996
@kaleeskumar3996 Жыл бұрын
Hi how to solve abc==ABC without uppercase lowercase functionality in python pls tell
@okappaw
@okappaw 2 жыл бұрын
please how can i solve this? the video gets blurred in between and sharpens again so most times i have to just listen to the audio
@priyanshverma5371
@priyanshverma5371 2 жыл бұрын
I m waiting for list, tuple , sets , and dictionary tutorial,
@codersplayground
@codersplayground 2 жыл бұрын
Here is video kzbin.info/www/bejne/o6OUZ6qpr5hlisU
@priyanshverma5371
@priyanshverma5371 2 жыл бұрын
@@codersplayground thanks buddy
@codersplayground
@codersplayground 2 жыл бұрын
@@priyanshverma5371 most welcome bro you can also help me by sharing my channel with your friends you all are our motivation
@soumya8748
@soumya8748 2 жыл бұрын
Mam please complete c++ first 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@emtiazahmed5333
@emtiazahmed5333 2 жыл бұрын
C++ kaha hey?🥹
@mettavenkatanarayanareddy5209
@mettavenkatanarayanareddy5209 2 жыл бұрын
Mam in variables can we write variable as my_variableName Becoz I have used both snake and Pascal case
@kartheek6495
@kartheek6495 2 жыл бұрын
Yes we can.
@krishnaprasadeluru1857
@krishnaprasadeluru1857 Жыл бұрын
Hi madam my code was not run it's just returned. (Hi, pycharm)
@unatees
@unatees 2 жыл бұрын
Any discord server ? For community chat
@sayanaharika3533
@sayanaharika3533 2 жыл бұрын
Please tell list concept and tuples concept
@vamsivideos8324
@vamsivideos8324 2 жыл бұрын
It's easy
@nagelithirumalanaidu3505
@nagelithirumalanaidu3505 9 ай бұрын
i done
P_11 Data Types in Python | Python Tutorials for Beginners
23:54
Jenny's Lectures CS IT
Рет қаралды 257 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 3 МЛН
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,7 МЛН
Type casting in Python is easy 💱
7:37
Bro Code
Рет қаралды 121 М.
Good Book about Low-Level C++ [from a quant dev]
7:04
The Quantitative Developer
Рет қаралды 7 М.
10 Crazy Python Operators That I Rarely Use
11:37
Indently
Рет қаралды 41 М.
Valorant Tips And Tricks Sent By You - Part 69
10:36
MrLowlander
Рет қаралды 20 М.
How I Failed the Google Coding Interview (and lessons I learned)
14:24
P_14 Operators in Python | Arithmetic Operators | Python Tutorials for Beginners
15:01
Go Has Exceptions??
16:58
ThePrimeTime
Рет қаралды 73 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18