Python Lists
11:41
Added: 8 months ago
From: khanacademy
Views: 78,717
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (37)

Sign In or Sign Up now to post a comment!
  • which program do you use for drawing!!!

  • millions of thanks.

  • you are a genius, I don't know whether I'm intelligent or you make this mind bogglingly easy to understand but I get it, you make it intuitive and more importantly interesting

    well done

  • You should start doing html ,or visual basic

  • @DarklightALBANIA Never Visual Basic, no one uses it.

  • @xXTheRush905Xx except the professionals or crazy people who want to create insane viruses.

  • Thanks Sir

  • hi, your computer programming videos are very well explained. can you please do more of them?

  • MORE PYTHON??? NOOO

  • holy shit, i used this guy for my gcse's and a levels for maths, science and some other stuff and now hes doing programming, wowowowowowowowowowow. you are one of the best peeps on utube

  • i'm impressed how good you can write with your mouse. really.

  • @PiratWeber he is not using mouse but interactive board!

  • Type python 3 in google, download the appropriate package

  • Comment removed

  • Where can I get the software?

  • @latetilla0205 He is using python 2.7 google it

  • thanks

  • is there a negative 1. Just wondering.

    Thanks for the videos but i have noticed that your explanations do not go in-depth. Please, the more the better.

  • @gmandog6 i think they are just light explanations of what it is and the man does most of the videos in the academy so he has to know alot

    there are 100's of videos

  • Anyone looking for practice in Python should check out a website called "codingbat"

    Lots of great problems on there, for Python and Java.

  • This is a great primer to python lists.

    One thing you could do in your python interpreter though, and since you mention memory references, would be using the "is" python operator to actually prove that one list is actually a reference to some other list:

    >>> a = range(10)

    >>> b = a

    >>> c = a[:]

    >>> b is a

    True

    >>> c is a

    False

    >>>

  • I have Question Khan, please answer:

    How the Hell do you know everything from a wide range of science ? I mean, you know math, programming, chemy, physics etc.

    :D

    Tanx for your videos ^^

  • @eliot0x103 Yeah, I know that, what I was wondering was whether there is anything in the library which produces a textbox with a list of entry boxes in which individual components of the vector can be entered.

  • Good introduction to lists, except:

    0th element would be at index -1;

    1st element would be at index 0;

    nth element would be at index n-1;

    [0 -> 1st, 1 -> 2nd, n-1 -> nth]

  • Thank you soo much. Iv'e been trying for weeks to teach myself python

  • @Rozenkrantzz

    You can try watching TheNewBoston's Python programming tutorials (just search it on YouTube). They help a lot!

  • Comment removed

  • Sal you should consider doing problems from Project Euler. You can Google it. It's a site dedicated to math/CS problems of varying difficulty. They're arranged by how many have solved them. Maybe you could do some of the harder ones in Python. Once you reach a certain level in CS the best way to progress is just working problems.

  • @DehXable Great idea

  • Is it possible to use the input function to get the user to enter numbers directly into it?

  • @Ferrus91 Obviously: a.append( input( "input something" ) )

  • I just want to say a big thank you for doing this. I've been wanting to learn proper programming for a while now and I have always been told to start with Python. I've trying a few free ebooks but haven't been able to stick with them. Your videos make it very easy and clear. Thank you.

  • @textdriven Good luck with it!

  • ♥ Python ♥

  • Python rules !!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more