A good friend of mine has started a study channel to help people who need focus and motivation. I've seen her videos and they look great! These videos are great for anyone coding or learning to code. Check them out: https://youtu.be/DtTPetY7Rrw
36:40
w = float(input("Weight: "))
kl = input("(K)Kg or (L)Lbs: ")
kilos = ('K','k')
pounds = ('L','l')
if kl in kilos:
winlbs = w * 2.205
print("Weight in Lbs: " + str(winlbs))
if kl in kilos:
winkg = w / 2.205
print("Weight in Kg: " + str(winkg))
Automation
Thanks!
Calculator exercise:
first_number = input("Enter a number: ")
second_number = input("Enter another number: ")
sum = float(int(first_number) + int(second_number))
print(sum)
at 9:54 he's able to type John into the Terminal. When I click there, I can't type. Anyone know what I'm doing wrong?
I'm learning so that I can apply it to Civil engineering.
Tried to follow along with the video but at some point PyCharm made my editor "view is read only" and I cannot seem to find a way to allow me to edit it again. Has anyone else came across this issue and if so how did you resolve it? Thanks.
I want to learn python to change my life.
I learning this for Data Science
Exercise 2: Simple addition
a = float(input("Enter First Number: "))
b = float(input("Enter Second Number: "))
sum = float(a + b)
print(sum)
Exercise 1:
name=input("enter the patient name: ")
age=int(input("Age of the patient: "))
print("we checked in a patient named ", name)
print("He is ",age, "years old.")
print("He is a new patient.")
I know manual qa and I'm learning it for automation
yes
not to be rude, Be these videos are great sleep aides
learning python for machine learing, data analytics and data science
Very happy to know you Braylon are out there fighting this fight! I worry about my loved once all th time, but it help’s knowing there are people like you protecting the innocent 😍
Never let today 💪ruin 👆👆your tomorrow when there is life hope is 💯 certain ✨🙏 I give thanks to that legend man 👨 for rescue my life from poverty he promise to generate my wallet with 5btc wish I was thinking many peoples say that to me but he make it real to my wallet 😀 joy all over my face thanks alot sir.
Never let today 💪ruin 👆👆your tomorrow when there is life hope is 💯 certain ✨🙏 I give thanks to that legend man 👨 for rescue my life from poverty he promise to generate my wallet with 5btc wish I was thinking many peoples say that to me but he make it real to my wallet 😀 joy all over my face thanks alot sir
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
I actually had to learn C for school as part of cource and looking at python they are a little bit similar with the functions and such
Thanks a lot
Good job, thanks for your content
secret_word = "giraffe"
guess = ''
guess_count=0
guess_limit=7
want_hint = ""
want_hint_count = 0
want_hint_limit = 1
yes = "yes"
no = "no"
yes_no = 0
yes_no_limit = 2
while secret_word != guess:
guess = input("Enter guess: ")
guess_count += 1
if guess == secret_word:
if guess_count ==7:
guess_count = " the last"
print("Congrats, You have guessed the correct word in " + str(guess_count) + " try!!" )
elif guess != secret_word and guess_count ==5 and want_hint_count != want_hint_limit :
want_hint = input("want a hint? press YES or NO: ")
want_hint_count +=1
if want_hint == yes :
print("The 1st letter is 'g' and the last letter is 'e' and is an animal!!")
elif want_hint == no :
print("ok, got it!")
else:
if want_hint != yes or no and yes_no != yes_no_limit:
want_hint = input("Please type Yes or no only: ")
if want_hint == yes:
print("The 1st letter is 'g' and the last letter is 'e' and is an animal!!")
elif want_hint == no :
print("ok, got it!")
else:
print("Incorrect input!!")
yes_no +=1
elif guess != secret_word and guess_limit == guess_count :
print("Oops, out of guesses, you failed!")
break
print("Thanks for playing!!")
Can you please explain recursion?
Take a shot every time he says Python
Just when I was going to quit learning because I was so confused from other videos….I watched this video and can say that I completely understand python now. Thank you so much!
time bookmark 2:20:06
I came from "C" and the possibility of being able to use functions/methods as first class values, therefore pass them as parameters for other functions it's just amazing. I'm currently in 3:00:00 and I'm just 😮
This team ABOVE of professional’s and expert’s who loves to take on challenges and mostly on providing quality services to their customers
This team ABOVE of professional’s and expert’s who loves to take on challenges and mostly on providing quality services to their customers
Is this the major concepts one has to know for phyton?
How was the parameter type in run_test function was inferred?
here in may 2022 , is this info still relevant , im. a complete beginner
I love python
It is seriously a helpful video for the beginners like me. This helped me to learn the basics of python. Thank you.
Yep, the characters are based from the office in the part of lists
hi there man , nice video . i got a question . Why doesn't the python website put hardware requirements for the versions , to make it easier for people to download the compatible version their hardware can handle . by the way im going for 3.10.4 latest version would love to know the hardware requirements . thanks .
I can’t understand what my teacher said,so I refer to this channel. Thank you so much for making it so clear and simple!!!
I have great interest in learning whatever I can to succeed in TECH !!!
I aimed for 5 minutes but it ended up taking six ... whoops :)
I only knew very small bits and pieces about coding in general and when I saw this video I frikin felt like I understood a very fair and broad amount of it and it seemed reaaaaally easy for some reason I just need to practice and get more info about it in detail and damn I truly didn't expect to actually benefit from this but I did!! Thank you
Damn that was quickk
well this is the start of my journey
Learned 25x lessons than my college lectures, thx mate.
Cool.. I'm ready to apply for a programmer job now, I'm excited thanks!
Hell my “>>> a = “hello world” isn’t working can someone tell me what am I doing wrong?
coool but no one understand without pausing
6 min for video, 4min for reading comments
now i learnt all python lol in one video lol it's not having anything more because i know how to use js lol it's same almost same 😅
Skips over the hardest part - installing it
Excelent video mate!
Can't say anything because anything will be less even I say a lot. So I can say only thank you🙏🙏🙏🙏
Excellent man💡👌
Bro why my name is an example of your video
❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
i need a video like this for every language cuz every time i try to learn a new language they teach me what a loop is, what a variable is again and again
I used 1.5 speed. So I learnt python in 3.33 minutes. Wait no
https://youtu.be/uRW2QZU5wrU
Thank you so much this was very helpful! appreciated 😁
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Python Course curriculum, Visit our Website: http://bit.ly/2FBUtO7 (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎")
VERY NICE
Outstanding academic sem of pythons in engineering
Python is fastest-growing in engineering group of pythons in nature's
THANKS😃😃
yes
Thank you brother
This is so informative
I want to learn python developer course online
I liked your fluent speaking english
👍👍👍👍👍👍👍👍
Thank you for..
Awesome explanation and very fluent to listen and learn ,ur english is very fluent iam very intrested to keep grow knowledgeble like u
Too good explanation
Thanks!
Amazing video
If you offer online classes kindly inform so that i learn and have better understanding of the language respectively like you..... Thanks Sir
How can I find the all playlist video anyone suggest me?
Hii I am graduate in commerce in 2004 can I do this course for my carrier, can I get job after this course
I am a beginner
Thank you