let’s go deeper into Python!! // Python RIGHT NOW!! // EP 2

preview_player
Показать описание


**Sponsored by ITProTV

SUPPORT NETWORKCHUCK
---------------------------------------------------

READY TO LEARN??
---------------------------------------------------

FOLLOW ME EVERYWHERE
---------------------------------------------------

0:00 ⏩ Intro
1:45 ⏩ quick review
2:11 ⏩ building a robot barista
3:08 ⏩ the input() function
5:54 ⏩ VARIABLES!!!
7:14 ⏩ how to create a variable
9:15 ⏩ using the input() function with a variable
12:36 ⏩ CHALLENGE LAB

AFFILIATES & REFERRALS
---------------------------------------------------
(GEAR I USE...STUFF I RECOMMEND)

#python #pythonrightnow #learnpython
Рекомендации по теме
Комментарии
Автор

This course is just sooo good.
The calmness in your voice and the relaxing music in the background makes it so easy to focus. Thanks again

somerandomguy
Автор

Probably the wrong video to comment this on but I cannot thank you enough Chuck for this content. I had no idea about networking until I stumbled upon your videos. I absolutely fell in love and am currently studying for my CCNA and have hopes of deep diving into Python after. I also live in Texas so I’d love to meet you one day and be able to shake your hand for all the work you do for the community. Again…THANK YOU THANK YOU!!!

ryang
Автор

Chuck always with the dub when competing against my ADHD! Seriously, your production quality & teaching skills make learning these languages so much more captivating. Thank you for everything that you do!!!

bluegkev
Автор

i really don't like programming but with you bro i can learn anything, your style is so motivational better than most of my teachers back at university thanks bro.

botanismaeel
Автор

I've tried learning Python on and off for a year now and it always gets to a point where it just becomes dry. Kind of to be expected from learning code. But that was the most down to earth way to learn that was also fun. That's a testament to the teacher's ability to teach as much as the teaching method.

I'm hooked and can't wait for the next one.

Phenomenal job!

kaine
Автор

Two Episodes in and I'm staying engaged, learning and retaining more than on any other platform I've used. Thank you

TK-rkfn
Автор

To combine the order variable with the print string, you repeat what you did with the name input. You change the print function to an order = input function while keeping the string in the parentheses. And once again I am loving this series as you've done a good job at explaining what is happening and providing opportunities to let us try and solve these ourselves with what's been taught so far. Even if we get it wrong, we can still observe your answer and understand how it works. I even went a little further and took what I learned from your first lesson and applied it to this one by making a multi-line string for the menu so that it appears as a list rather than a sentence, and made use of line breaks to space out the lines when it runs. Looking forward to the next lesson!

crickgames
Автор

You’ve got a great sense of humor and a gift for teaching. I’m nearly 60 and this is my first endeavor into coding. Glad I found you first! 🎉

mtrue
Автор

Love Python. Getting more into scripting in Python now after being big on BASH for a long time. Love your videos and keep doing what you do!

duscraftphoto
Автор

solution of the challange
in row 13 instead of print, you just write order = input ( all that stuff) and done you can add and extra "\n" if you'd like to have the input in another line (aesthetics)

thanks chuck

quake
Автор

Happy to see this series continue!

I’m already up to common string methods but I’ll watch whatever Chuck puts out on Python simply because he makes any topic incredibly accessible! Awesome video @NetworkChuck!

huntermorgan
Автор

order = input(print("Here's the menu, Take your time to choose and tell me when you've decided.\n" + menu))
I personalised it a little bit. Nice series btw, even dough it's from last year it's helping me a lot, thx.

mr-c
Автор

THE LEGEND HAS RETURNED YESSSS i waited for this forever!

SystemDemon
Автор

if you ask me this series is going to be better than most python course series, he is calm and entertaining while most others are so serious and stiff, the fact that he can entertain us WHILE preparing us for our possible jobs great work bro keep it up! :)

girishrajadhikari
Автор

Thanks for this series, Chuck! I've started to learn Python a couple of times, but you make it much more accessible than anyone else. Keep up the great work!

wbchaney
Автор

I didn't even realize it was a 17 mins video, honestly I always click off long videos but tbh, you kept engaged and it was so fun! keep up the good work ❤

syedabraizmehdi
Автор

i know python for almost two years now but still, here I am watching Chuck teach me what I already know

kthegreat
Автор

15:25 I didn't quite get your answer well but I thought about it for a time and I think we just run this code:

-> *order = print(input(name + ", what would you like from our menu today? Here is what we are serving. \n" + menu)*
And basically the 17th line the same.

Instead of what you just did there

Ryxles_YT
Автор

Challenge answer:
order = input(name + ", what would you like from the menu today? Here is what we are serving.\n" + menu + "\n")
print("Sounds good " + name + ", we'll get that " + order + " ready in no time")
Then probably do some string checks to make sure we actually get something on the menu lol

koltonherrin
Автор

My lessons are boring...you tie it all together with your teaching style and make it fun again! I appreciate you!

FNominal