Python 3 Tutorial for Beginners #11 - Ranges

preview_player
Показать описание
Hey all, in this Python tutorial I'll introduce you to an alternate way of cycling through a code block within a for loop - using ranges :).

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
Other tutorials:

----- NODE.JS TUTORIALS

============== The Net Ninja =====================

================== Social Links ==================

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

its surprising you get very little views. YOUR CHANNEL DESERVES

rahulmaurya
Автор

I took your js course and I was amazed at how well you deliver content and decided to check out your python tutorial mind you I have been programming in python for about two years now and yes some concepts that were not clear to me now are home and dry, you are an excellent teacher Shaun well done.

kabakiAntony
Автор

6:42
the right range might be range(2, -1, -1)
because it starts from 2 then 1 then 0

pmgploj
Автор

That last bit took me a minute but your teaching is so damn clear I'm pretty it would've taken way longer to explain if it was someone else

hypercube
Автор

So, from my understanding, the reason to use len() here is that it will put the length of the range as n, instead of the integer. So that we can go backwards without it printing the -.

letsgetfluffy
Автор

love the sound clack clack from your keyboard when typing :D.

What is the type of your keyboard ?

what cherry mx switch in that keyboard ?

RianYK
Автор

Could you make few videos about PHP, please

maxmikhalchuk
Автор

so, RANGE is like ARRAY? Am I understanding this right?

lmc.lezarcus
Автор

i did not get the last part when i did -1 the last input was not in output
and when i did -1, -1 there was no output and then at -1, -1, -1 the list was upside down how canany1 help me

babrakqalander
Автор

What dies the n do? I am a little confused about that. Like what is it for.

DanmanJR
Автор

How range(-1, -1, -1 ) supposed to work, isn't starting position and end position same?

midhunmohan
Автор

Hey guys, how do you create an .exe file out of these coded files?

ecerejo