Python Beginner's Course Lesson 5 - Part 2

Python programming challenges 17 to 20 - learnlearn.uk/python/forloops/
Code visualiser - www.pythontutor.com/visualize....

Пікірлер: 26

  • @PA-eo7fs
    @PA-eo7fs4 жыл бұрын

    Amazing man, please keep it up, this is different from what’s out on KZread, it’s complete and from scratch.

  • @jaybee4976
    @jaybee49763 жыл бұрын

    this executing visualization is great thing, thanks for letting us know about it

  • @graymabry1206
    @graymabry12063 жыл бұрын

    You're a better teacher than my professor thank you! Keep it up for all the people out there trying to learn

  • @thatguyarman6710
    @thatguyarman67103 жыл бұрын

    Being honest that was the best tutorial video about loops. thank you so much!

  • @MrAwm-ki6jb
    @MrAwm-ki6jb4 жыл бұрын

    Thank you so much i was confusing with loop in loop, and you made it clear.

  • @learnlearnscratch

    @learnlearnscratch

    4 жыл бұрын

    Glad it helped!

  • @1987eslamsabry
    @1987eslamsabry3 жыл бұрын

    I really loved your way of explaining it..

  • @virajbhalerao8588
    @virajbhalerao85883 жыл бұрын

    thanks for taking time to make this

  • @roter13
    @roter134 жыл бұрын

    Question: if you were to create a program that takes in movie titles, director names, and year of release, how would you do so, so that program person can look through a catalog for parameters like year and director last name and have that revealed to them?

  • @learnlearnscratch

    @learnlearnscratch

    4 жыл бұрын

    Hi, there are a few different ways to achieve this. The easiest way would be to directly query the IMDB database using the IMDB Python API. You could take user input for the search and it would return a list of movies, or whatever you were looking for. Take a look at imdbpy.readthedocs.io/en/latest/usage/quickstart.html for some example code to get you started. I will add it to my list of tutorials to do!

  • @konyakun3137
    @konyakun31372 жыл бұрын

    This video help me so much, thank you!

  • @vigneshnagaraj7137
    @vigneshnagaraj71375 жыл бұрын

    Nice. Please post more advanced looping concepts

  • @chocoearly
    @chocoearly2 жыл бұрын

    Thank you so much for the code visualiser!!!

  • @learnlearnscratch

    @learnlearnscratch

    2 жыл бұрын

    No problem!!

  • @dario12rnr
    @dario12rnr3 жыл бұрын

    Awesome video, thanks!

  • @kartikbondre8788
    @kartikbondre87883 жыл бұрын

    Thanks !!! Found helpful and subscribed :)

  • @shamsahdahmad6740
    @shamsahdahmad67403 жыл бұрын

    Thanks for a wonderful video

  • @arasheslamkhah969
    @arasheslamkhah9694 жыл бұрын

    thank you ... that was very very helpfull😍

  • @pareshbodar1809
    @pareshbodar18092 жыл бұрын

    well detailed video .... keep it up

  • @learnlearnscratch

    @learnlearnscratch

    2 жыл бұрын

    Glad you liked it!

  • @OhMyJawsh
    @OhMyJawsh3 жыл бұрын

    In the first line, why don't you just userinput = int(input("Enter a whole number: ")

  • @d63810728
    @d638107283 жыл бұрын

    this is beginner to intermediate for loop, ...... X**2 for X, i in list, this is intermediate, ..... something for (something_else, other_something) in enumerate(list), this is advance

  • @bunkryanna
    @bunkryanna4 жыл бұрын

    At 14:01 , 1 x 1 = 1 .

  • @sebwk01
    @sebwk013 жыл бұрын

    Very nice, but this is more "intermediate" than "advanced" in my opinion

  • @jakepalmer2624

    @jakepalmer2624

    3 жыл бұрын

    Yeah bro I was thinking the same thing. I was looking for complex for i loops in an algorithm 😣

  • @pratiushchourasia8876
    @pratiushchourasia88763 жыл бұрын

    Everything I knew was in this tutorial..i.e boring tutorial