Learn Python FAST in under 15 minutes (seriously)

preview_player
Показать описание
In this video I try to run through as much python as I can in 15 minutes. This is a great way to jump in and build a familiarity with a new language or programming in general. Try to follow along but remember we are going to be coding fast! Hopefully you enjoyed this video and stay tuned for my in-depth series covering the important info we need to know about python to start building with it.
Рекомендации по теме
Комментарии
Автор

Best programming class I ever had, quick and to the point. Perfect. I will recommend!

Narigopia
Автор

Thanks for the quick overview. Good to see your channel growing

gustavolitvin
Автор

Great quick sessions. I needed refresher for a job interview and you got it all covered. thanks dude ❤

deepaksky
Автор

Nice one buddy! Perfect for folks like me that love to learn stuff without all the BS. Great job!

ANILMAHADEV
Автор

I've been using python for over 2 months now and still learned things from this video. Specifically, the dict.items() actually returning a tuple, I thought it was an array. That's how you know this video is legit!

Dryicicles
Автор

Love it! Great to find a python for programmers video that does not explain what a variable is.

Jim-eiiv
Автор

I wish I learned Python instead of Ruby back then😩
Thanks for making this vid it really helped me🙏

lexscher
Автор

Good job man✨Thanks for this video!! Good explanation, easily understandable !!

sandhyavenkat
Автор

hey awesome man, really you made in 15mins
for begginers

arun
Автор

I’ve been trying this
a = ‘1’
a + ‘2’
Print(a)
And it only prints 1 and in your video it prints 21 so why is that?

zombiefright
Автор

I can't believe I'm this person but I can't get python to tell me it's version 💀 I'm on windows 10 and installed python like any other normal person, I tried the command you typed and it just tells me NameError: name python3 is not defined. Any idea what I should do?

androetie