Python 411.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    #1

    Python 411.

    Hi folks
    New to the group.
    As a newbie to Python I`d just like to plug Ron Stephens web site which
    contains many excellent articles, podcasts and much Python stuff to
    help beginners like me. No doubt many already use it and listen to his
    weekly podcasts. http://www.awaretek.com/python/index.html
    Cheers and many thanks Ron
    Steve

  • Mike T

    #2
    Re: Python 411.

    What exactly is 411 in this context? A reference to higher education
    perhaps? Or perhaps part of the American constitution? What exactly?
    Also for that matter what is 101?

    Cheers,
    Mike

    Comment

    • Roel Schroeven

      #3
      Re: Python 411.

      Mike T schreef:[color=blue]
      > What exactly is 411 in this context? A reference to higher education
      > perhaps? Or perhaps part of the American constitution? What exactly?
      > Also for that matter what is 101?[/color]

      I don't know about 411, but 101 refers to basic or entry-level courses
      at universities in the United States. I gathered something like that
      from context after seeing many references to it; then I finally decided
      to look it up to be sure about it:
      http://en.wikipedia.org/wiki/101_%28number%29 under "In other fields".

      --
      If I have been able to see further, it was only because I stood
      on the shoulders of giants. -- Isaac Newton

      Roel Schroeven

      Comment

      • Brian van den Broek

        #4
        Re: Python 411.

        Mike T said unto the world upon 13/06/06 10:46 AM:[color=blue]
        > What exactly is 411 in this context? A reference to higher education
        > perhaps? Or perhaps part of the American constitution? What exactly?
        > Also for that matter what is 101?
        >
        > Cheers,
        > Mike
        >[/color]

        Hi Mike,

        411 is the number one dials in North America to reach directory
        assistance (getting telephone numbers). So, it has a slang usage
        meaning something like information. Introductory university course in
        a field are often numbered 101 (i.e. Computer Science 101). So, that
        number has acquired a slang meaning of basic and introductory information.

        Where I did my undergrad studies, a few Departments had 001 classes.
        Somehow that felt more honest ;-)

        Best to all,

        Brian vdB

        Comment

        • Ganesan Rajagopal

          #5
          Re: Python 411.

          >>>>> Mike T <michaelcthomps on@gmail.com> writes:
          [color=blue]
          > What exactly is 411 in this context? A reference to higher education
          > perhaps? Or perhaps part of the American constitution? What exactly?
          > Also for that matter what is 101?[/color]

          It's a directory assistance number in the US. The site is a directory of
          URLs.

          Ganesan

          --
          Ganesan Rajagopal

          Comment

          • Ron Stephens

            #6
            Re: Python 411.

            Steve, thanks for the note. The name Python411 comes from me copying my
            good friend Rob Walch, who named his podcast Podcast411, which is a
            popular show on which he interviews other podcasters like Adam Curry
            etc. He also has a book just published about podcasting.

            Ron Stephens

            Comment

            • Terry Reedy

              #7
              Re: Python 411.


              "Brian van den Broek" <broek@cc.umani toba.ca> wrote in message
              news:448E8E53.9 0200@cc.umanito ba.ca...[color=blue]
              > meaning something like information. Introductory university course in
              > a field are often numbered 101 (i.e. Computer Science 101). So, that
              > number has acquired a slang meaning of basic and introductory
              > information.
              >
              > Where I did my undergrad studies, a few Departments had 001 classes.
              > Somehow that felt more honest ;-)[/color]

              This is OT, but...
              Course numbering varies by college/university, but I think typically 1xx,
              2xx, 3xx, and 4xx are aimed at students in years 1, 2, 3, and 4 majoring in
              that subject. Pre-100 courses would be remedial or aimed or even limited
              to non-major students. So a Math department might have 023 Business Math
              that would not count toward the math units needed to get a BS in math.

              tjr



              Comment

              • Steve Holden

                #8
                Re: Python 411.

                Brian van den Broek wrote:[color=blue]
                > Mike T said unto the world upon 13/06/06 10:46 AM:
                >[color=green]
                >>What exactly is 411 in this context? A reference to higher education
                >>perhaps? Or perhaps part of the American constitution? What exactly?
                >>Also for that matter what is 101?
                >>
                >>Cheers,
                >>Mike
                >>[/color]
                >
                >
                > Hi Mike,
                >
                > 411 is the number one dials in North America to reach directory
                > assistance (getting telephone numbers). So, it has a slang usage
                > meaning something like information. Introductory university course in
                > a field are often numbered 101 (i.e. Computer Science 101). So, that
                > number has acquired a slang meaning of basic and introductory information.
                >
                > Where I did my undergrad studies, a few Departments had 001 classes.
                > Somehow that felt more honest ;-)
                >[/color]
                Surely 000 would have been more consistent ...

                regards
                Steve
                --
                Steve Holden +44 150 684 7255 +1 800 494 3119
                Holden Web LLC/Ltd http://www.holdenweb.com
                Love me, love my blog http://holdenweb.blogspot.com
                Recent Ramblings http://del.icio.us/steve.holden

                Comment

                Working...