Python: Arrays, Lists, and List Builder

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии •

  • @AdventureXuk
    @AdventureXuk 12 лет назад

    Can I just this is a fantastic tutorial on Arrays. I am teaching programming to my students at secondary school and your video is extremely useful for students to visit at a later date when they are not in the classroom. Please keep them coming!

  • @jason.lackey
    @jason.lackey 9 лет назад +5

    You've got a gift for teaching. I hope you follow through with that. I'd like to see more videos.

  • @JordanMetroidManiac
    @JordanMetroidManiac 10 лет назад +3

    Thanks. I never realized how awesome Python was until I saw "[x for x in range... if x...]" It's too simple! And it's like coding backwards. Lol

  • @aahmed703
    @aahmed703 8 лет назад

    Thank you for the clear, concise explanations!

  • @jasonmackay936
    @jasonmackay936 10 лет назад

    Very nice! Thank you for taking the time to post this.

  • @hiteshvaidya3331
    @hiteshvaidya3331 8 лет назад +1

    how do you accept values of matrix from user?

  • @profbbrown
    @profbbrown  12 лет назад +3

    Thanks! I'm getting better at them. :)

    • @kingus1149
      @kingus1149 7 лет назад

      Barry Brown, I have just came across your video and after following it for a few minutes, I really felt connected to your way of teaching. I am learning Python right now to use it later in my script writing skills (I am a linux Certified). Have you published any book (Python)?

  • @bladevampirekidway
    @bladevampirekidway 10 лет назад +16

    your picture reminds me of quentin tarantino

  • @MicahTurnerMusic
    @MicahTurnerMusic 9 лет назад

    good stuff. just one thing... strings are already iterable. you can do [ord(x) for x in hi]

  • @sabuein
    @sabuein 3 года назад

    Thank you, Barry.

  • @p19860601
    @p19860601 5 лет назад

    Hey Barry, i started python just few weeks ago and i am trying my best but somehow now really successfully. I find it hard to find solution to a question : if i have a list and i need a program to add the first element at the last element of the list....i've been sitting on this, i know it's simple, but just don't come to me. would u be able to help me out?

  • @abdullahalbargi8989
    @abdullahalbargi8989 11 лет назад

    hi
    how i can get all possible sub list form list

  • @55thealamo
    @55thealamo 8 лет назад

    My son is having trouble with arrays and according to him he has to import array but it will not work in python....any advice?

  • @MoJoM0J01
    @MoJoM0J01 9 лет назад

    Thanks Barry, I was looking for Append and I found it :)

  • @t3dodson
    @t3dodson 12 лет назад

    [x for x in range(2,21) if x % 2 == 0] == x for x in range(2,21,2) The third parameter of range is the skip operator

  • @lyricalleopard7585
    @lyricalleopard7585 8 лет назад

    how to add a string into an array?

    • @wuerfelcrafter
      @wuerfelcrafter 7 лет назад

      lyrical leopard just write in the array like he made it with the name array

  • @glscott3535
    @glscott3535 9 лет назад

    Thanks I was able to follow

  • @alexanderm2220
    @alexanderm2220 11 лет назад

    i didn't hear anything on arrays

  • @franktank3956
    @franktank3956 6 лет назад

    you have no idea how many brain cells i lost trying to learn python

  • @trudawg0814
    @trudawg0814 9 лет назад

    Thanks!

  • @hernancuadra7288
    @hernancuadra7288 9 лет назад

    thanks :)

  • @1906paterson
    @1906paterson 11 лет назад

    Perfect

  • @quocnguyenvan84
    @quocnguyenvan84 8 лет назад

    thanks you :}

  • @oiLynXTaZeQo
    @oiLynXTaZeQo 8 лет назад

    8,900th sub :))

  • @RATANAGARWALITINFORMER
    @RATANAGARWALITINFORMER 4 года назад

    give idea for improvement

  • @arindamchoudhury
    @arindamchoudhury 7 лет назад

    you sounds like Barack Obama.