# type casting = The process of converting a value of one data type to another # (string, integer, float, boolean) # Explicit vs Implicit name = "Bro" age = 21 gpa = 1.9 student = True # print(type(name)) # print(type(age)) # print(type(gpa)) # print(type(student)) age = float(age) print(age) gpa = int(gpa) print(gpa) student = str(student) print(student) name = bool(name) print(name)
@hallilo71662 жыл бұрын
Hi brocode I love your videos you helped me so much starting with java and we can watch that all for free THX 😊
@Cp_elisha Жыл бұрын
bro what is name of tool you are using it's vscode or what
@balaportejean70158 ай бұрын
@@Cp_elishapycharm And he downloaded python online Watch the first video of the series
@joysticksforjesuschrist11 ай бұрын
I love how bro almost put his GPA as 4.0 and then backspaced 😂
@Afghanistanfutsalfans Жыл бұрын
Outstanding Explanation I have ever watched!
@earth76412 жыл бұрын
I glad to see your channel grow and learning program from your channel, being game programmer is always my dream.
@soyozzz2 жыл бұрын
Wow, i'm the first one here. Hello and thank you for the video!
@sprinter59012 жыл бұрын
Wait how?
@joanneosborne242811 ай бұрын
I appreciate your training approach; it's clear, enjoyable, and straightforward. Thank you for keeping it simple and to the point.
@punchline1729 Жыл бұрын
Just found this amazing Python playlist, thanks for your help
@kingmorbcr11722 жыл бұрын
i love this channel
@conailaminhnuaayy7712 Жыл бұрын
Yes
@MohyDev Жыл бұрын
I have always believed that education is the ultimate code to crack. Thanks to Bro Code, I have been able to unlock some of the most complex programming languages and computer science concepts with ease. Your videos have been instrumental in helping me level up my skills. So, from the bottom of my heart (and stack), thank you for being the best educational channel out there. Keep up the good work, Bro Code! Your dedication to educating the masses about programming languages and computer science has been truly inspiring. I would love to connect with you and learn more about your journey and how you became one of the best educational channels out there. again, thank you for being a constant source of knowledge and inspiration for us all. You're the real MVP, Most Valuable Programmer
@Runbirdie11 ай бұрын
Thank you for breaking everything down into such an easily understandable explanation!
@abdulhannan-18 Жыл бұрын
Basically bool is to check whether that INPUT IS GIVEN OR NOT. userinput = input("Your name: ") userinput = bool(userinput) print(userinput) if user give any input then True if user does not give any input then False. #code1 name = "Bro" name = bool(name) print(name) True #code2 name = "" #empty string. As there is nothing that's why it will be false. name = bool(name) print(name) False
@user-ace96plays Жыл бұрын
NICELY DONE BRO...❤
@haltsmaul.2 жыл бұрын
Probably important to note that in other programming languages such as Java, you can't just change the data type of a variable. int num = 3; num = (float) num; This would throw an exception because you can't assign a float to an integer variable.
@BroCodez2 жыл бұрын
that's a good point
@Maaaaaaa7777 Жыл бұрын
@haltsmaul I come from Java as well, there is a way to do that in python?
@sunny34504 Жыл бұрын
I can't believe that I found an easy way to learn python! I'm so grateful thankss a lott!!
@tongtruonghai3312 жыл бұрын
3rd hello!!, all ur vids are good that's i got a improve in programming.
@脱不完的头发10 ай бұрын
very logical and useful, making the complex theory understandable!!
@tourakaianimation77662 жыл бұрын
I am watching your videos during the lectures because the professor is boring. The efforts you put into each video is incredible. Can you also make tutorials about MIPS assembly language?
@BroCodez2 жыл бұрын
I'll take a look at MIPS but I do have a lot of other work to do too :(
@theye292 жыл бұрын
@@BroCodez just a question, do you work as a programmer? if yes, how much do you make? i am thinking in become a senior programmer but im unsure
@WINDOWSUSER-q4s Жыл бұрын
NICELY DONE...❤
@munakusik2 жыл бұрын
Have watched u since first long collection of videos Nice to see that u still help to other people Btw wanna see more guides by you thanks
@RAHAT_PY Жыл бұрын
bro it's awsome i admit here new INSAALLAH soon i will finised the playlist💖
@YuliarniHawalidАй бұрын
You are Muslim?
@RAHAT_PY18 күн бұрын
@@YuliarniHawalid alhamduLILLAH
@getone135th Жыл бұрын
thank you for your time and efforts and teaching me this.
@st0kersenpai Жыл бұрын
in my pycharm version when i convert a float to string it just round offs the number like 4.9 becomes 5 and while converting boolean to an integer true becomes 1 and false becomes 0
@Faulty21 Жыл бұрын
Very helpful I appreciate the teaching 🫵🏾💯
@mohamad_subhi10 ай бұрын
Perfect. absolutely perfect🤯🤩🤩
@ahmetunaldi76013 ай бұрын
Thank you very much Bro... Eline sağlık...
@shaikakhil4h136 Жыл бұрын
Recently I seen ur channel bro I like the way ur teaching bro Tq bro keep doing like this for us bro💕
this chanel is very helpful for me! thanks bro code
@krissavagelive10 ай бұрын
Great explanation. Thanks Bro!
@unknowndrharry Жыл бұрын
Your crazy man, so easy to understand, even tough I am from arts background.
@georgegeorge39542 ай бұрын
Thank You so much for this! Cheers man
@wmstram1 Жыл бұрын
Watched it. Liked it.
@BurhanTosuner2 жыл бұрын
helpfull and thankyou
@kalyanm6426 Жыл бұрын
Nice😂😂
@FernandoLuna-f9p Жыл бұрын
wow
@Markos1979 Жыл бұрын
you are the best.
@erdemdemir28527 ай бұрын
random comment because this tutorial is great
@jhassee2 жыл бұрын
Appreciate you "Bro"
@kangyuan908411 ай бұрын
Grateful
@AmirhosseinAZB Жыл бұрын
very helpful bro!
@AntonioVivaldi-si5mr2 ай бұрын
dont we have double variable like we do in the other languages?
@cozycubix Жыл бұрын
good job , thanks
@tixer9786 Жыл бұрын
Thanks
@joncaldwell47537 ай бұрын
Thank you
@sagal5109 Жыл бұрын
What program do you use to code? (Btw, I'm beginner :))
@howtocraft2415 Жыл бұрын
I know I am late but in this video he is teaching python
@cgulis17342 ай бұрын
youre great
@alanjaf9879 Жыл бұрын
This was usefull, thank you
@marlor320010 ай бұрын
appreciate your bro
@kalyanm6426 Жыл бұрын
❤
@bekturasanbekov1979 Жыл бұрын
thx 4 vid bro !
@im_not_molhem Жыл бұрын
name = “Bro Code” age = 22 rating = 100.0 useful = True
@shantanupundir99656 ай бұрын
Done
@Janush___7 ай бұрын
thanks bro
@Curious_Clover8 ай бұрын
Interesting. I need to know how to do this in Java.
@Abzarad7 ай бұрын
thanks Bro
@krzysztofbartoszek23862 жыл бұрын
Finally thank you very much
@abdulhannan-18 Жыл бұрын
When typecasting an integer to bool, it is always True for any positive or negative number except for. For zero, it is false. #code age = 19 age = bool(age) print(age) True #code age = 0 age = bool(age) print(age) False
@nilbogmax2 жыл бұрын
how does every one else do a course like this. do you use the same file for every single episode or do you save a separate one for each or do something else?
@passportbro904 Жыл бұрын
You must be far in there now, I hope you used seperate files or you may of been confused lol, I'm learning also and love it