Below is an outline of this video. Also, a few tips: 1. Here is the playlist for this series: ruclips.net/video/Z1Yd7upQsXY/видео.html 2. Follow along as I explain to make sure you understand everything 3. Ideally, work with a friend so you can help each other when you’re stuck 4. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :) 5. Check the outline in the comment section below if you want to skip around. 6. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python2 7. To make sure you don’t miss my future tutorial videos, sign up to my newsletter: www.csdojo.io/news 8. Have fun! If anything is unclear, please let me know in a comment. 0:06: The outline 1:00: I already started learning another language. What should I do? 1:51: Creating a new Jupyter Notebook file 2:26: Executing a cell in Jupyter 2:57: Deleting and adding cells in Jupyter 4:47: How Jupyter’s kernals work 6:18: If statements 9:28: If-else statements 11:32: If-elif-else statements 15:00: If-else within if-else 17:12: Creating a BMI calculator
CS Dojo thank you so much I was wondering since a couple of weeks searching for correct use of elif .. but no one explained it like you.. I never thought you would reply.. but you did. thank you so much
Keep up nice work. Everytime you changed a line, Jupyter changes the line's number. So does it mean that the changed line was still in there? Can I edit a line?
Not coded right. You would get syntax error(most likely), and you would get false printed if you did put the proper syntax because a doesn't = b. Fuckaduckaloolooo
I was recommended your videos by my 17 year old daughter. She said, she was struggling in class and the teacher was not that good (London based school). Your videos specially and a couple of others helped he pass her GCSEs computer science at grade 8 (A) without the need to pay for tuition and far better quality. To be recommended by kids you are a true teacher
Very Professional work, and the videos Clearly show the Effort you put into them. Very few channels like yours.. The subs here are going to increase exponentially
YK, Your # 1 tutorial really attracted me after browsing tens of tutorials about Python. I am a Petroleum Engineer that graduated in 79. Now retired. Since the world of digitalization, Machine learning, etc attracts me a lot I have decided to learn Python. I hope I can use in my field in this new world of digitalization. In the 70 we all learned from college Fortran....So I am ready to keep learning from your great tutorials....Congratulations for sharing knowledge.regards jorge from Venezuela, living in Mexico
YK! I just started learning Python. It is so empowering! I have seen two of your videos thus far, and they are amazing! Thank you for your passion and dedication to making these videos available to the public. I was on your Patreon account just now, and learned that you are no longer accepting donations for your work. This made me sad and happy all at once. I am happy that you can support yourself without Patreon, but sad that I could not contribute to your vision of making Python accessible to the public. I will subscribe to your channel, and follow you on facebook if that is the best way for me to contribute to you and your vision. Thank you very much for these tutorials. They are valuable beyond words. print("Thank you YK")
As a beginner student with no prior experience with any programming, I was very frustrated and lost in my introductory python course. My school assignments seem way too challenging for someone who is so new to this, and it is too fast paced for me to absorb all the information. I just watched your first tutorial and I love the simple way you explain this stuff for beginners like me!! I'll watch everything you put out so far. Thank you so much for doing this and sharing your knowledge to teach others. Now it feels like there is some hope for me to pass this class. Thank you!!!
I just finished parts 1 and 2 of this python tutorial next up is part 3 I'm really enjoying it so far your tutorials are awesome, high quality, filled with great content and it's so easy to follow along; I learn so much! I also love that there's a little test or program that's made at the end of the tutorial, it gives me a chance to see what you've taught being put into use and I get to try it out for myself, I'm glad I found your channel, I'm definitely a subscriber!
I am a medical student.. I came here out of curiosity and watched the 1st 2 tutorials.. I literally don't know anything about coding or programming, i saw this was for absolute beginners and i clicked it. I created a bmi calculator and i am quiet happy & proud of myself.. I will surely stick till the end of this series. Thankyou
Rahat Ali you should write first 2 lines like this cs_dojo = "awesome" if cs_dojo == "awesome": because awesome is a string and you have to put it between " ".
Visceral Hokage 2 equal signs means the equality operator. Just one equals sign means the assignment operator. Eg x=2 means I am storing the integer 2 inside x. Whereas x==2 means that x is now directly equal to 2. Equality operator is used for comparison, to check if 2 values are equal to each other whereas assignment is used to define variables, arrays etc. So if we defined x=2 and then checked whether x==2 then this would return true. However, if we forgot to assign 2 to x then x==2 would return false. The way of thinking here is reminiscent of algebra.
This is a practical issue, not a problem per se. Interest is actually satisfied with the very first lessons, then the person decides how necessary and applicable it for him specifically.
People should know how better this is because cs dojo sir is the one of the best Google software developer who is teaching the youth to make them literate and prepare for future .
Am happy i just found the real lecture for python courses. I am a php web based programmer now i want to extend my knowledge on programming and i hsve started to learn python
I have a question... Now plz cut me some slack bc I'm 12 so I don't have access to any programming material Plz tell me if you can try it ik its just variables , but I'm new to it and I would like to understand coding better Chargaffs rule A = T G = C Now, since chargaff's rule will rely on a single number, you give any variable a value Ok let's say it's C = 13 Since C is equal to G, now G is 13 Next... A = T (A+T) + (G+C) = 100 First of all I just wanna say that this is confidential because I haven't tried it myself, but the code should look like this A = any given number A = T G = C (A + T) + (C + G) = 100 I'm not sure, but now try: Print(G) So let's say if A is 13 that would mean that T is 13. Together, hence the numbers in parenthesis, this will be 26 The program will automatically do the math and understand that it subtracts and then divides by two to get G G, in this case would equal 37 Anyone that sees this, plz understand that this is confidential, not likely. Also, tell me if it works if you can do it.
Looking at it, I think that the code wouldn't work bc of the order of them I don't think that g can equal c if it's not defined yet, so try A = any given value A = T 100 - (A + T) This will be more manual than the last code I wrote bc it will need a little more code But anyways... I'm not sure how you would work the next thing without knowing the value first If you have any answers, plz comment back.
Hey YK, Thank you so much for these python tutorials. It is just so easy to understand all the concepts. You are such a great teacher, I wish you were in my school as my computer teacher. But, no problem. I hope that we will soon meet somewhere. Thank You again for your wonderful videos.
You're the best coding teacher I've had. Thanks for making our life easier using available applications interfaces like Jupyter Notebooks and not trying to show yourself smarter using extensive command lines for everything.
Ur an honest teacher who wants to help learners .. unlike other self advertising tutorial vdos . I’ll follow all ur vdos .. May God bless u with more knowledge.
Keerthana Anandan lemme fix it for ya 🤨😉😗 Insert = input(“Type in bad adjectives : “) print(“Keerthana Anandan is “,Insert) Cs Dojo = 1 Teacher = 0 if Cs Dojo > Teacher: print(“Dislike this comment”) elif Cs Dojo > Teacher: print(“I will stop asking for likes”) else: print(“Dumb ass”)
Keerthana Anandan, I know it's a joke but.. Pretty sure you're gonna have a syntax error cause:- 1) 'his teaching' and 'your teacher' is not defined 2) If you're having 'his teaching' or 'your teacher' as a variable, it's wrong syntax cause variables cannot have spaces in them
They're both the same, turning the like button blue and liking the comment are identical variables so I'll play off what RBLXnoob said, Thus you'll use this icon ";" to show it's the same as that, Not else since it isn't something different.
Ghost - 47 Just make your own homework copying the wording he uses and make a situation like print something where it’s supposed to be a>1 but a is 2 so make code demonstrating that
You can put your knowledge to the test by tackling problem sets on sites such as codingame.com. But I would only suggest doing these once you are at least somewhat accustomed to the fundamentals of programming. Hackerrank.com also provides problem sets which are very simple to begin with and more suitable for absolute beginners.
I've literally just decided to learn how to code and I can tell I found a great channel to start the process. Thanks for making it easy to understand! Do you recommend taking formal classes in college?
I would also like to hear this answer. I'm doing this as a hobby, but I'm curious if there is other information related to programing that I should be learning in addition to python itself.
I can't thank-you enough, you're by far the best online for beginners. Due to Covid I have to change careers as before I was a beautician, but here in Sydney we're still in a full LD. I've always had a love for IT and now I'm gonna pursue it. Thanks to you I actually understand it, tysm
Excellent teacher and very well educated!! For the very first time I am understanding and learning the basics of Python!! Thank you very much for sharing your knowledge and expertise.!!!
a = 8100 b = 90 if a == b: print("yes of the softest type") else: if a < b: print("No of the hardest type") elif a > b + 80: print("it is a deadlock, stand down") if a == b ** 2: print("a is truely false")
Thank you so much for creating these videos as I just started uni and I have no clue how to use python but I can 100% confirm your presentation is 100 times better than sitting in a lecture for 2 hours.
thank you , you are one of my favorite things in the world your dedication and hard work are appreciated. we just started programming in University so this should help like a lot so i was wandering what is memory management ? i heard that c++ doesn't have auto memory management , and thanks.
Mobarak Jama you have to manage memory, python does it for you along with havascript, java, etc. C and C++ require you to use pointers, which is basically memory mangers. It’s faster but harder, but until you are advance, it ant matter for now
Started my bachelor in computer science... The teacher didnt make much sense of python but after this 20min... It was a lot easier to understand. Awesome work CS Dojo 👍😘
Try this code 😗 don t copy paste it will get error import random random = random.randint(1,4) print(“Random number: “,random) if random == 1: print(“Cs Dojo is the best”) elif random == 2: print(“i love Cs Dojo!!!”) elif random == 3: print(“Cs Dojo is much better than my teacher!!!”) else: print(“i probably did sth wrong at line 2 “)
You are the best programmer teacher than almost all these other teachers on RUclips trying to teach people. You should be a teacher who teaches programming at a school. You would be good.
Bro your tutorials are the most informational and helpful BY FAR! I am a complete beginner trying to learn Python, and you made it infinitely better! Thank you so much!
Thanks so much! my dad brought a gaming laptop and he said we can only game if use the laptop for educational purposes and he said who ever did it the most would keep it and thanks to you I have a gaming laptop and it's awesome and the fact that i'm only 11 years old doing this ( not to brag or anything ) is amazing.
so good explained i am a 11yearold learning how to program i have done qbasic but python looked much better for me so i saw your video and voila main talk of my class myself
This guy is good, not a boring teacher at all. Learning python after a couple of years of always putting it off. Wanna see what I can do with it in a linux environment for systems, network and server administration. Also if you guys don't want the hassle of installing programs to get an IDE going, go to repl.it/, you have an IDE via your browser. :)
Whoa... English is not even my first language but I can understand everything you're telling. You make it so simple compared to other videos I watched before.
Below is an outline of this video.
Also, a few tips:
1. Here is the playlist for this series: ruclips.net/video/Z1Yd7upQsXY/видео.html
2. Follow along as I explain to make sure you understand everything
3. Ideally, work with a friend so you can help each other when you’re stuck
4. If you want to learn faster than I talk, I’d recommend 1.25x or 1.5x speed :)
5. Check the outline in the comment section below if you want to skip around.
6. Download the sample files here to follow along (they are Jupyter Notebook files): www.csdojo.io/python2
7. To make sure you don’t miss my future tutorial videos, sign up to my newsletter: www.csdojo.io/news
8. Have fun! If anything is unclear, please let me know in a comment.
0:06: The outline
1:00: I already started learning another language. What should I do?
1:51: Creating a new Jupyter Notebook file
2:26: Executing a cell in Jupyter
2:57: Deleting and adding cells in Jupyter
4:47: How Jupyter’s kernals work
6:18: If statements
9:28: If-else statements
11:32: If-elif-else statements
15:00: If-else within if-else
17:12: Creating a BMI calculator
CS Dojo thank you so much I was wondering since a couple of weeks searching for correct use of elif .. but no one explained it like you.. I never thought you would reply.. but you did. thank you so much
Make machine learning video series 👍☺️
love from India 🙏🙏🙏
CS Dojo more please.
Keep up nice work.
Everytime you changed a line, Jupyter changes the line's number. So does it mean that the changed line was still in there? Can I edit a line?
Can we just take a moment to appreciate how this guy is making python so interesting and simple?
you are right
frl OMG HES LEGIT THE GOAT
a = good teacher
b = better than subscription based tutorials
if a == b:
print("agree")
else:
print("false")
agree
Intellectual one
You forget the""
Not coded right. You would get syntax error(most likely), and you would get false printed if you did put the proper syntax because a doesn't = b. Fuckaduckaloolooo
It will not work. But it did for me when i put a=("good") in braces don't know why
agree
I would have probably paid attention in class if my school teacher was like him. Also this guy looks like a person who would make a perfect friend.
Awe thats nice
no you wouldn't...
kids like to go crazy in class that would get him pissed
Just being honest.....
I was recommended your videos by my 17 year old daughter. She said, she was struggling in class and the teacher was not that good (London based school). Your videos specially and a couple of others helped he pass her GCSEs computer science at grade 8 (A) without the need to pay for tuition and far better quality. To be recommended by kids you are a true teacher
I am all in on CS dojo. Simple, thorough, easy to following and delivered in a natural tone.
This is honestly 1000x better than my school teacher lol
totally
He wasn't he was just saying that he is a better teacher
@@shafwa234 that's today's true, you can't even say the facts because people will think you are insulting
@Gamez and more 924 wow ur ok kid?
For Real my compsci teacher is trash, I dont learn the way she teaches
These tutorials look like something I would actually pay for! You're really thoughtful to teach Python to the world. You're an inspiration!
Hi
You might want to spend your money in a wiser fashion lmao
Very Professional work, and the videos Clearly show the Effort you put into them.
Very few channels like yours.. The subs here are going to increase exponentially
YK, Your # 1 tutorial really attracted me after browsing tens of tutorials about Python. I am a Petroleum Engineer that graduated in 79. Now retired. Since the world of digitalization, Machine learning, etc attracts me a lot I have decided to learn Python. I hope I can use in my field in this new world of digitalization. In the 70 we all learned from college Fortran....So I am ready to keep learning from your great tutorials....Congratulations for sharing knowledge.regards jorge from Venezuela, living in Mexico
Python and ArcGIS Pro are awesome to learn together! Makes you a rockstar in the petroleum world or really any industry based around maps
You're literally helping me build my future, Ii'm forever grateful!!
hey what's your situation now?
@@mdahsanul i want to know too!!
I want to know as well
@@SWICHERLETSPLAY why u want to know u his daddy ?
@@ahmadfaisal9568 Because he might be going somewhere with it
This is the most trouble I´ve ever gone through just to be called fat.
Erik Appelquist LOOOOL IM DEAD HAHAHA
Lmaooo
ahahahhaha died 😂
LOL
Lol nice one
YK! I just started learning Python. It is so empowering! I have seen two of your videos thus far, and they are amazing! Thank you for your passion and dedication to making these videos available to the public. I was on your Patreon account just now, and learned that you are no longer accepting donations for your work. This made me sad and happy all at once. I am happy that you can support yourself without Patreon, but sad that I could not contribute to your vision of making Python accessible to the public. I will subscribe to your channel, and follow you on facebook if that is the best way for me to contribute to you and your vision. Thank you very much for these tutorials. They are valuable beyond words. print("Thank you YK")
Nice!
Stay safe during the Coronavirus!
hey how far are you now? i am just starting and i don't have time to go to school for it. I will just buy book and follow videos
me too
as in I agree
@@mikeprincivil7615 me too
As a beginner student with no prior experience with any programming, I was very frustrated and lost in my introductory python course. My school assignments seem way too challenging for someone who is so new to this, and it is too fast paced for me to absorb all the information. I just watched your first tutorial and I love the simple way you explain this stuff for beginners like me!! I'll watch everything you put out so far. Thank you so much for doing this and sharing your knowledge to teach others. Now it feels like there is some hope for me to pass this class. Thank you!!!
Clearest videos on computer programming that I've ever watched. THANK YOU!
Wow I was SO confused by if/else statements and in three minutes your examples broke it down in the simplest of terms. Thank you!!
You're one of the finest tutors I've found on RUclips.. 👍God bless you.
I just finished parts 1 and 2 of this python tutorial next up is part 3 I'm really enjoying it so far your tutorials are awesome, high quality, filled with great content and it's so easy to follow along; I learn so much! I also love that there's a little test or program that's made at the end of the tutorial, it gives me a chance to see what you've taught being put into use and I get to try it out for myself, I'm glad I found your channel, I'm definitely a subscriber!
SAMEEEE
Yep bro .....
# :"If" statements are the starter , "Elif" are the mediocre conditions and the last condition to be expected from is "Else", Always go by this order.
I am a medical student.. I came here out of curiosity and watched the 1st 2 tutorials..
I literally don't know anything about coding or programming, i saw this was for absolute beginners and i clicked it.
I created a bmi calculator and i am quiet happy & proud of myself.. I will surely stick till the end of this series.
Thankyou
This is such a good teacher its so free,auto stay in ads so this guy gets money
cs_dojo = "awesome"
if cs_dojo == "awesome":
print("CS DOJO IS
AWESOME!")
else:
print("CS DOJO IS SMART")
Rahat Ali you should write first 2 lines like this
cs_dojo = "awesome"
if cs_dojo == "awesome":
because awesome is a string and you have to put it between " ".
Mr. Madaan I forgot 😂😂😂thanks for reminding😐
@@chiragmadaan5919 why are we putting 2 equal signs?
Visceral Hokage 2 equal signs means the equality operator. Just one equals sign means the assignment operator. Eg x=2 means I am storing the integer 2 inside x. Whereas x==2 means that x is now directly equal to 2. Equality operator is used for comparison, to check if 2 values are equal to each other whereas assignment is used to define variables, arrays etc. So if we defined x=2 and then checked whether x==2 then this would return true. However, if we forgot to assign 2 to x then x==2 would return false. The way of thinking here is reminiscent of algebra.
It's not as dojo it is yk
tutorial 1 : 5 million
tutorial 2 : 1million views i can see what it the main prob in our generation :c
@Grammar police same for me i stoped in lesson #5 :'(
Rafik Salmi y
This is a practical issue, not a problem per se. Interest is actually satisfied with the very first lessons, then the person decides how necessary and applicable it for him specifically.
Not enough dedication.
@@Drakonus_ i stoped to :( i got it why ppl stoped they all lazy like me :'(
I have actually tried to learn code before but i didnt understand anything but with you its not that bad!
Thank you so much!!!!
People should know how better this is because cs dojo sir is the one of the best Google software developer who is teaching the youth to make them literate and prepare for future .
Am happy i just found the real lecture for python courses. I am a php web based programmer now i want to extend my knowledge on programming and i hsve started to learn python
Im lucky to find this guy for python tutorials... i can clearly understand him... tnx so much :)
no need for two print statements - this works:
print("bmi: ", bmi)
print(name, "is not overweight")
Yeah but "bmi", bmi would be in the same line
i think he is trying to drum these statements into peoples heads bro this is for people with no coding experience
I have a question...
Now plz cut me some slack bc I'm 12 so I don't have access to any programming material
Plz tell me if you can try it
ik its just variables , but I'm new to it and I would like to understand coding better
Chargaffs rule
A = T
G = C
Now, since chargaff's rule will rely on a single number, you give any variable a value
Ok let's say it's C = 13
Since C is equal to G, now G is 13
Next... A = T
(A+T) + (G+C) = 100
First of all I just wanna say that this is confidential because I haven't tried it myself, but the code should look like this
A = any given number
A = T
G = C
(A + T) + (C + G) = 100
I'm not sure, but now try:
Print(G)
So let's say if A is 13 that would mean that T is 13. Together, hence the numbers in parenthesis, this will be 26
The program will automatically do the math and understand that it subtracts and then divides by two to get G
G, in this case would equal 37
Anyone that sees this, plz understand that this is confidential, not likely.
Also, tell me if it works if you can do it.
Looking at it, I think that the code wouldn't work bc of the order of them
I don't think that g can equal c if it's not defined yet, so try
A = any given value
A = T
100 - (A + T)
This will be more manual than the last code I wrote bc it will need a little more code
But anyways...
I'm not sure how you would work the next thing without knowing the value first
If you have any answers, plz comment back.
@@ejcold1467 I tried it
I got an error saying t is not defined
Btw you can use a python on an android device with Internet
you can simply run the program by pressing "shift+enter" instead of clicking it
thank me later
Not later , Thank You bro
how does he start at the beginning of the line after print ("e is less than f")?
thx soooooooomuch
trick instead of saying a =1 and b = 2 in different lines just say a,b = 1,2
@@pranavraja8296 thanks, god
You're a good teacher....you don't assume pple know all things
Am grateful
I be darned. Spent three days on this in AWS re/Start with a horrible instructor and didn't get it. 20 min - and it's all clear. Thank you
Hey YK, i honestly think you're a gifted teacher. You should consider teaching at the university at some point. You explain things very well.
That was so smooth and clear. I'm sticking with you man. You're great!
YK appreciated you proved that coding is easier
Keep continue.
I'll stick with your channel thank you
I find this 2 years later, whyyyyyyy??!
I find this so much fun and entertaining, I'm literally skipping homework to learn coding
This guy is born to be a teacher . amazing
Make machine learning video series 👍☺️
LD Wyze you?
???????????????????????????????????????????????
This would be really cool.
Maybe you can youse the menace (tic tac toe) example
Nickk Bisht Why should they fire him?
I agree that he was hired and that liking your own comment is bad.
Hey YK,
Thank you so much for these python tutorials. It is just so easy to understand all the concepts. You are such a great teacher, I wish you were in my school as my computer teacher. But, no problem. I hope that we will soon meet somewhere. Thank You again for your wonderful videos.
Love U Boss😍😍😍.. Keep it up👍👍👍... And Make Full Course Of python.. (Basic to Advance Levelx) Luv CS Dojo... 😘😘😘😘
You're the best coding teacher I've had. Thanks for making our life easier using available applications interfaces like Jupyter Notebooks and not trying to show yourself smarter using extensive command lines for everything.
Ur an honest teacher who wants to help learners .. unlike other self advertising tutorial vdos . I’ll follow all ur vdos .. May God bless u with more knowledge.
a = 3
b = 2
if a < b:
print("a is less than b my boi")
elif a == b:
print("the bois seem to have the same value")
else:
print("b is the bigger boi")
Its boy goddamit
@@lakshmib3298 print("boi dont make me debug your ass")
If his teaching > your teacher:
print("like this comment")
else:
print("turn this thumbs up into blue")
Keerthana Anandan lemme fix it for ya 🤨😉😗
Insert = input(“Type in bad adjectives : “)
print(“Keerthana Anandan is “,Insert)
Cs Dojo = 1
Teacher = 0
if Cs Dojo > Teacher:
print(“Dislike this comment”)
elif Cs Dojo > Teacher:
print(“I will stop asking for likes”)
else:
print(“Dumb ass”)
Keerthana Anandan,
I know it's a joke but..
Pretty sure you're gonna have a syntax error cause:-
1) 'his teaching' and 'your teacher' is not defined
2) If you're having 'his teaching' or 'your teacher' as a variable, it's wrong syntax cause variables cannot have spaces in them
Joel James ikr that s why i fixed that for him 😉
@@jdapoet3138 lol
They're both the same, turning the like button blue and liking the comment are identical variables so I'll play off what RBLXnoob said, Thus you'll use this icon ";" to show it's the same as that, Not else since it isn't something different.
can you give like homework exercises on these? xD its stupid but it may help
Indeed! I learn so much more with tasks and challenges, with copy and paste i forget within a few days :(
Ghost - 47 Just make your own homework copying the wording he uses and make a situation like print something where it’s supposed to be a>1 but a is 2 so make code demonstrating that
@@ghost-4783 maybe you can find some real situations. Sr for my bad English.
@@ghost-4783 I forget after a few seconds
You can put your knowledge to the test by tackling problem sets on sites such as codingame.com. But I would only suggest doing these once you are at least somewhat accustomed to the fundamentals of programming. Hackerrank.com also provides problem sets which are very simple to begin with and more suitable for absolute beginners.
I really appreciate the simplicity of your videos. I follow along with pycharm and as a total beginner I am learning a lot.
probably the best teacher I've seen in many programming tutorials
plz make video on algorithm for beingners
It's great, I hope I can upload videos more often
@David Sinca Maybe he said I fam.
@David Sinca k, m8
M, k8
I've literally just decided to learn how to code and I can tell I found a great channel to start the process.
Thanks for making it easy to understand! Do you recommend taking formal classes in college?
I would also like to hear this answer. I'm doing this as a hobby, but I'm curious if there is other information related to programing that I should be learning in addition to python itself.
Your explaining has helped so much. I've started undertanding what is happening instead of seing random numbers and symbols. Thank you!!!
Long live CS Dojo, Good job, I need to transition from Hardware to coding your tutorials are heaven sent
I love your videos you deserve more suscribers. by the way i learned so much about your videos i learned more than my school 😂😂😂
he deserved it.
0:36 oof right in the feels, I know I gotta hit the gym more often in exam periods but you don´t have to be this passively aggressive about it :D
Or you can also use string concatenation:
print(name + " is not overweight")
I can't thank-you enough, you're by far the best online for beginners. Due to Covid I have to change careers as before I was a beautician, but here in Sydney we're still in a full LD. I've always had a love for IT and now I'm gonna pursue it. Thanks to you I actually understand it, tysm
I started watching this video just to know the basics of Python for a school project, but now I want to learn more, because of you.
we can't thanks you enough for your great work ... lots of love
You should have done all this in pycharm because this jupyter thing looks a bit confusing.
Meanwhile my school teacher: okay so we are now using python please write print("hello world")
*doesn't explain what it does by end of class*
You are a good teacher! あなたはよい先生だ!
Thank You for sharing your knowledge! 知識を共有していただきありがとうございます。
this way better then just taking a bootcamp and doing it on your own, the way you explain you make it so much easier to understand.
One day, when I'm not broke asf anymore, I'll donate to all the Patreons of people who teach us something
You're great man! Keep doing your work.
Sir, I am using python 3.6.4 shell. In this i am unable to type two lines together as
print (a)
print (b)
how this problem can be solved?
there's a gap between print and the letter it should be print(a) *no gap*
print(a,b)
No spacebar between the print and (a). So it's print(a) instead of print (a).
Excellent teacher and very well educated!! For the very first time I am understanding and learning the basics of Python!! Thank you very much for sharing your knowledge and expertise.!!!
a = 8100
b = 90
if a == b:
print("yes of the softest type")
else:
if a < b:
print("No of the hardest type")
elif a > b + 80:
print("it is a deadlock, stand down")
if a == b ** 2:
print("a is truely false")
thank u man..love ur videos...cant wait for next python tutorial:)
sorry is this your real name kaniel outis cuz it's familiar to me???
Its just like I'm still learning English in my 9th grade.
Finally, I now can make Yandere Simulator
*Accidentally create minecraft*
Lmfaoooo Ayo send the link when you done
maybe you can finally finish it before yandere dev does
El Tovarish Geometry Dash
Lmaoo. I legit named my file yandere dev
Thank you so much for creating these videos as I just started uni and I have no clue how to use python but I can 100% confirm your presentation is 100 times better than sitting in a lecture for 2 hours.
I'm Brazilian and this python's lessons is very nice to build my portifolio's projects! Ty so much Teacher!
thank you , you are one of my favorite things in the world your dedication and hard work are appreciated. we just started programming in University so this should help like a lot so i was wandering
what is memory management ?
i heard that c++ doesn't have auto memory management , and thanks.
Mobarak Jama you have to manage memory, python does it for you along with havascript, java, etc. C and C++ require you to use pointers, which is basically memory mangers. It’s faster but harder, but until you are advance, it ant matter for now
Ur the best eveeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeer
Dojo plz tell us why did you write
Print("bmi:" )
Print("bmi")
The first " bmi: " is a string. But the second (bmi) is already a defined variable ( which is the bmi formula)
Two different bmi there bro
Also so it is on a new line
Started my bachelor in computer science... The teacher didnt make much sense of python but after this 20min... It was a lot easier to understand. Awesome work CS Dojo 👍😘
you explain coding so much better than my professor and the slides are terrible. Thank you so much man!
Who else watching this on July/2019 ❤️
me
Try this code 😗 don t copy paste it will get error
import random
random = random.randint(1,4)
print(“Random number: “,random)
if random == 1:
print(“Cs Dojo is the best”)
elif random == 2:
print(“i love Cs Dojo!!!”)
elif random == 3:
print(“Cs Dojo is much better than my teacher!!!”)
else:
print(“i probably did sth wrong at line 2 “)
Yes
Why did he write
Print ( "bmi: ")
😪😪
How many program. languages do you know yk?
"elif"?
They couldn't use "else if" like other languages?
I guess python had to be different from others.
Probably just tryna be quirky
Buddy! Thank you so much! I don't know shit about coding and now I feel like I know a little. I am going to go through this whole series!
i just finished tutorial #2 and this have been really helpfull for me as im in my 2nd yr of college now. sir thank u for this
So print (“bmi: “) is for string and another print(bmi) is for the integer, right?
yes right
Me: Im now a programmer.🤓
Thumbnail : im i a joke to you.😈
No what's a joke is your grammar, no offence.
@@fabulum149 your also!!🤷🏼♀️
SUPER SISTER How?
@@fabulum149 lmao n1
Thank u You r quick too 😍😍
Really?
Siddhi Jha really?
i just saw your videos today sir , i must say you are teacher in a real sense
c = 25
d = 10
if c < d:
print ("c is LESS than d")
else:
if c==d:
print ("c is EQUAL to d")
else:
print ("c is greater than d")
THIS ALSO WORKS
DOES PYTHON BITE ME?
Mesut Güneri heryerdesin
No, anaconda does
No, it swallows you
If u dont understand. ...
Why do you always say "Jupyter Notebook" quickly lmaoo
loll
You are the best programmer teacher than almost all these other teachers on RUclips trying to teach people. You should be a teacher who teaches programming at a school. You would be good.
Such a true mentor for me in learning python, As I'm totally new in this programming world and you made me easy this, Thank you so much
Same here
the best tutorial for python i have ever seen on youtube. I have never ever in my life used any code langue. awesome job
You are the best for me , you have made me developed much interest in programming by making programming easier and understandable. Thank you so much .
This is the best video course on Python, although am 18 years old ;i have learned quite a lot. Thank you so much.
Bro your tutorials are the most informational and helpful BY FAR! I am a complete beginner trying to learn Python, and you made it infinitely better! Thank you so much!
Thanks so much! my dad brought a gaming laptop and he said we can only game if use the laptop for educational purposes and he said who ever did it the most would keep it and thanks to you I have a gaming laptop and it's awesome and the fact that i'm only 11 years old doing this ( not to brag or anything ) is amazing.
so good explained
i am a 11yearold learning how to program i have done qbasic but python looked much better for me
so i saw your video and voila main talk of my class myself
This is just far much helpful than most python tutorials on RUclips
This guy is good, not a boring teacher at all. Learning python after a couple of years of always putting it off. Wanna see what I can do with it in a linux environment for systems, network and server administration.
Also if you guys don't want the hassle of installing programs to get an IDE going, go to repl.it/, you have an IDE via your browser. :)
Your teach is always my number one option to learn python
Whoa... English is not even my first language but I can understand everything you're telling. You make it so simple compared to other videos I watched before.