Wow, well done I am going through a lot of Python tutorials but believe me your way of teaching is far better than all of them. Thanks a lot please keep making these tutorials you are doing great job.
I appricate these video as they help me to learn Python and they are great videos, I just feel bad that you put lots of effort into making these videos, but somehow, it's not getting enough views. It definitely deserves more attention.
HI Luke , Good afternoon from Manila, I love the idea that you are explaining what needs to be done like first we do this, then we do this etc. Then you will start working on it one by one. You can be a great teacher, which you already are. Thank you, I appreciate the genuine technique and clear intention of helping newbies like me.
This is a well made tutorial. I liked the presentation very much. I found that when trying to create a list with numbers from 1-100 using the range function, the correct expression would be range(1,101) since the last number i.e. 101 is not included. range(100) would give you a list from 0 to 99 only, i.e. 0,1,2,3,4,5.....95,96,97,98,99
Incredibly helpful and no bullshit. Wish all tutorials were like this.
🙌🏼
Wow, well done I am going through a lot of Python tutorials but believe me your way of teaching is far better than all of them. Thanks a lot please keep making these tutorials you are doing great job.
Awe thanks for the kind words. Learning Python can be rough already, so I try to make it as enjoyable experience as possible!
I appricate these video as they help me to learn Python and they are great videos, I just feel bad that you put lots of effort into making these videos, but somehow, it's not getting enough views. It definitely deserves more attention.
Aw thanks so much for noticing this! It's all good, it's just that UA-cam Algorithm! ha
HI Luke , Good afternoon from Manila, I love the idea that you are explaining what needs to be done like first we do this, then we do this etc. Then you will start working on it one by one. You can be a great teacher, which you already are. Thank you, I appreciate the genuine technique and clear intention of helping newbies like me.
Aw thanks so much for this JohnPaul!!
@@LukeBarousse i appreciate that you answered all of my questions. Thanks a lot!!
@@juanpaolo21yt No problem!!
many thanks Luke 👍
Beautifully done!
Thanks my dude!! 🤙🏼
This is a well made tutorial. I liked the presentation very much.
I found that when trying to create a list with numbers from 1-100 using the range function, the correct expression would be range(1,101) since the last number i.e. 101 is not included.
range(100) would give you a list from 0 to 99 only, i.e. 0,1,2,3,4,5.....95,96,97,98,99
Awe thanks so much! And yes, this is the correct way to use the list function!
really, its very osm and well explained ❤🎉
Why am I getting an error when I added list to the zip, it says : 'list' object is not callable.
I replaced list with tuple and it worked for me.
2nd time subscribing for some reason.
Thank you, again!! ha
@@LukeBarousse haha. No thank you. I’m about to land a solid data science job with no degree. And you’ve helped a lot.
@@Reeg3x This is so awesome to hear!! Made my day!! Congrats on this Terris and keep up the hard work!
@@LukeBarousse thank you! Always on that grind!
Noob question but why are they considered rows? Aren't they columns being vertical?😊