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: neck makes me unconfortable
age = (20)
First_name = "John"
last_name = "smith"
is_online = True
print (age)
print (First_name)
print (last_name)
print ("Recently checked in patient")
Im learning th python for DS
i am learning python andd other programming languages like java and html to get a certificate and a job in future
im learning to build games and site apps and shop and more
Excersise 2
First_Number = input("First Number: ")
Second_Number = input("Second Number: ")
Sum = float(First_Number) + float(Second_Number)
print(Sum)
I am a discord server owner and I want to create a bot thats why I wanna learn python
hey i keep getting this thing on the very first code you made, can you help me out
"C:\Users\TOTAL TECH\PycharmProjects\pythonProject\venv\Scripts\" "C:/Users/TOTAL TECH/PycharmProjects/pythonProject/"
Unable to create process using 'C:\Users\TOTAL TECH\AppData\Local\Programs\Python\Python310\ "C:/Users/TOTAL TECH/PycharmProjects/pythonProject/"'
Process finished with exit code 101
No Mosh, you don't "upload new video every week" like you said here 0:25
name_patient = "John Smith"
age_patient = 20
new_or_old_patient = "new"
print("patient document")
print("-")
print(name_patient)
print(age_patient)
print(new_or_old_patient)
print("-")
print("hospital New York")
t = 'nhs profile:'
print ('nhs profile:')
name = 'jhon'
print('Jhon')
age = 15
print(age)
wife = 'no wife'
print('no wife')
reason = ('cancer')
print('cancer')
I’m learning for all 3
hello please correct me)
age = 21
first_name = 'John'
last_name = 'Smith'
new_patient = 'new patient'
print(age)
print(first_name)
print(last_name)
input(new_patient)
I was hoping to learn Python to make tiny games with. I took game programming in highschool and remember using it to make a simple side scroller, but nothing else. Is there a better program for game I should think about using?
Web development
Guys here are my codes. what do you think?
print ("New Patient")
full_name = ("John Smith")
age = (20)
new_patient = ("True")
print ("John Smith")
print (age)
patient_name = "John Smith"
age = 20
is_new_patient = True
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
Want more from Mike? He's starting a coding RPG/Bootcamp - you download this on iPad Pro?
On building a translator can someone please explain to me how "translation" works? So I understand how the for loop checks every letter in the phrase and how it checks if its capitalized and if its "aeiou" but how does translation = translation + "g" work? Because lets say you weren't trying to build a translator and just started with
translation = ""
translation = translation + "g"
print(translation)
it would give you "g", so how does the whole phrase go into the translation in his example?
Thank you for the class. Do you have a class in which you explain how a program was written, from the creation to the final product.
Teşekkürler.
Thank you Mick ☺️☺️
What does he mean at 1:33:25 - 1:33:38
If there was a shorter video consisting only the "I'm gonna walk you through this one more time " part would be awesome.
thank you mike!
Beta tester od roku 2016 oceňujem,,
i stopped at working with numbers
✔ Python full free course for beginner
Link:
✅ how to get this course free?
1.click the link ( )
2. Then click the continue button
3. Wait for few seconds and click "get link".
This course was friggin' awesome! I learned more in this 4hr course than I have any other tutorial for any language. So now, what python course should I do after this one? I've been mostly a JS HTML CSS front end guy for the past 10 years. But I'm looking to get more into data science and analytics for sports. Where should I go from here?
anyone here 2022?
troll
Thank You So Much!
from all the other youtubers out there, YOU are the ONLY ONE im able to understand and keep following along.
First time this stuff sounds also logic to me instead i keep get told that it is logic but it does’nt sound logic to me at all xD
new sub & greatz from austria
Man i Hope this gets easier .I don't fucking understand this.
3:31:51
30:51
Thanks! U're the best
A very good tutorial for beginners. You had the base correct but some areas you didn't explain it correctly as a programmer for 5 years i can tell that.
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: thought myself HTML, CSS usng ur videos. your'e a great asset to this world mosh! im gna start python with a long vision of one day setting up my own tech company
Dear Mosh! Thank you for this amazing intro to Python. If everything goes as planned, I will start a postgrad course (in IT) this year and your course will help me a lot.
With the first program you asked us to write, mine still shows "Hi PyCharm" instead of my name. Any help
I have a question, do you guys prefer setting Ctrl Y to 'delete line' or 'redo'? Ctrl Shift Z seems inconvenient to redo, so I tend to choose the second option. But is there another efficient shortcut to delete a line? Can I have some recommendations? Thanks a lot!
thanks mosh ,but why the part of video "building a web with Django" don't have subtitles ( after 5:05:04)
This guy always uses John Smith as his code example
Idk what to even write, this guy is lucky XD
37:35 Please can somebody explain why the r of jennifer didnt print when we used -1. r its the last caracter no?
I once built a "Getting to know you" program with the input() function, python sure is a legend.
I once built a "Getting to know you" program with the input() function, python sure is a legend.
can we code using python in visual studio code
Sadly for me(on windows 10), I can't do anything with the terminal, it just shows an error, I even tried putting a dollar sign before the command but it didn't work, I think it's because of windows 10 but I really don't know
✔ Python full free course for beginner
Link:
✅ how to get this course free?
1.click the link ( )
2. Then click the continue button
3. Wait for few seconds and click "get link".
you are a true supportive teacher
thx for all of your support and help.
This course is great but you have jumped to jupyter part like anything. That I was not able to grasp. Can you please suggest any video where I can learn it properly?
48.33
If you are struggling with the find a max number exercise around 2:00:00 there's a much easier way to do it.
numbers = [1, 44, 62, 4, 19, 90]
print(f"The highest number is: {max(list)}")
Result:90
Much much easier, only two lines.
Great video for a beginner
Thank you, Mosh!
6:51:50
#Muliplication using function
def table(num) :
for i in range(1, 11) :
print(f"{a} x {i} = {i*num}")
a = int(input("Enter The No. : "))
a = table(a)
4:52:19
a = input("enter number 1: ")
b = input("enter number 2: ")
c = input("enter number 3: ")
d = input("enter number 4: ")
if(a>b):
print("greatest number is: "+a)
elif(b>a):
print("greatest no is: "+b)
elif(b>c):
print("greatest no is: "+b)
elif(b>d):
print("greatest no is: "+b)
elif(a>c):
print("greatest no is: "+a)
elif(a>d):
print("greatest no is: "+a)
elif(c>a):
print("greatest no is: "+c)
elif(c>b):
print("greatest no is: "+c)
elif(c>d):
print("greatest no is: "+c)
elif(d>a):
print("greatest no is: "+d)
elif(d>b):
print("greatest no is: "+d)
elif(d>c):
print("greatest no is: "+d)
5:05:10
name = str(input("What's your fkin name, b!tch? "))
if len(name) == 10:
print("Yes, the user name has 10 characters.")
else:
print("Nah, the user name doesn't have 10 characters.")
1:37:23 mja aaya
4:47:23
Yes, else statement is optional
Nice
my 1st programme is done
this is my first python program.
Thank you for this useful course . Commenting for the algorithm.
what a nice teacher he is.
7:03:22 today I made the first game of my life
Bhaiya mera background commerce ka Raha toh ky koi degree hona jaruri hai ky job k liye it sector mai.
This Python Course IS Helpful!
6:7:25 - num = int(input("Enter Number \n"))
for i in range(10,0,-1):
print (str(num)+ ' X '+ str(i)+ ' = '+ str(i*num))
5:51:37
num = int(input("Enter the Number"))
i = 0
while i
This python course is very helpful!
1:37:19 bro thanks a lot
5:24:00
i=1
while i
4:34:19 greater