age of Python programmers

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

    #61
    Re: age of Python programmers

    27 years, 4 of them with awareness of how much the other languages I
    have/had to work with suck.

    BTW, even though usenet might not really scale all that well for this
    kind of thread, it's been delightful to see how so many are still
    actively hacking at a respectable age. It really sets an example for
    us younger ones, some of whom are possibly worried about how to
    preserve the energy level of youth and whether they can still hack it
    when they "grow up".

    I'm also optimistic about retiring with Python, because *everyone* is
    going to retire with Python in 2044 :-).

    --
    Ville Vainio http://tinyurl.com/2prnb

    Comment

    • Jorge Godoy

      #62
      Re: age of Python programmers

      Christos "TZOTZIOY" Georgiou <tzot@sil-tec.gr> writes:
      [color=blue]
      > On Wed, 18 Aug 2004 08:34:08 -0400, rumours say that Jeremy Jones
      > <zanesdad@bells outh.net> might have written:
      >[color=green]
      >>Is this a marketing survey?
      >>
      >>age: 31
      >>marital status: married - have 1 wife
      >>parental status: 2 children
      >>canine status: have 1 dog
      >>feline status: 1 cat
      >>employment status: (very) thankfully have a (good) job
      >>automobile status: 2 cars
      >>sanity status: nearly none[/color]
      >
      > You forgot to give us address and credit card details. Thanks in
      > advance for your reply.[/color]

      To save time, we also accept your computer's login and password. We can
      get all the details needed without bothering you. ;-)

      --
      Godoy. <godoy@ieee.org >

      Comment

      • Istvan Albert

        #63
        Re: age of Python programmers


        32, perl and java refugee



        Comment

        • Jorge Godoy

          #64
          Re: age of Python programmers

          "Adonis" <adonisv@DELETE THISTEXTearthli nk.net> writes:
          [color=blue]
          > 23[/color]

          I'm 25...

          --
          Godoy. <godoy@ieee.org >

          Comment

          • Andrea Griffini

            #65
            Re: age of Python programmers

            On Wed, 18 Aug 2004 12:20:31 GMT, "Lucas Raab"
            <pythongnome@ho tmail.com> wrote:

            38.

            Started around 15 with assembler (6502)

            I'm very new to python, but so far I really like it.

            Andrea

            Comment

            • Berthold Höllmann

              #66
              Re: age of Python programmers

              Cousin Stanley <cousinstanley@ hotmail.com> writes:
              [color=blue]
              > On 2004-08-18, Lucas Raab <pythongnome@ho tmail.com> wrote:
              >
              > | One thing I've always kind of wondered is what is the average age
              > | of a Python programmer ??
              > |
              > | What age groups use Python ??
              > |
              > | Something to think about....
              >[color=green][color=darkred]
              >>>> import time
              >>>>
              >>>> tup_lt = time.localtime( )
              >>>>
              >>>> now_yr = tup_lt[ 0 ]
              >>>> now_mo = tup_lt[ 1 ]
              >>>> now_da = tup_lt[ 2 ]
              >>>>
              >>>> dob_yr = 1946
              >>>> dob_mo = 8
              >>>> dob_da = 9
              >>>>
              >>>> dy = now_yr - dob_yr
              >>>> dm = now_mo - dob_mo
              >>>> dd = now_da - dob_da
              >>>>
              >>>> print '\n %d Years .... %d Months .... %d Days .... Old \n' % ( dy , dm , dd )[/color][/color]
              >
              > 58 Years .... 0 Months .... 9 Days .... Old
              >[/color]

              For me it's

              ....[color=blue][color=green][color=darkred]
              >>> dob_yr = 1966
              >>> dob_mo = 8
              >>> dob_da = 18[/color][/color][/color]
              ....[color=blue][color=green][color=darkred]
              >>> print '\n %d Years .... %d Months .... %d Days .... Old \n' % ( dy , dm , dd )[/color][/color][/color]

              38 Years .... 0 Months .... 0 Days .... Old
              [color=blue][color=green][color=darkred]
              >>>[/color][/color][/color]

              Programming since more than 20 Years. UCSD Pascal on Apple //e and
              //c, FORTRAN, C, C++ and Python since more than 76 Years.

              Regards
              Berthold
              --
              bhoel@web.de / http://starship.python.net/crew/bhoel/

              Comment

              • Phil Frost

                #67
                Re: age of Python programmers

                I work in a python company of 9 where the average age is probably 25.
                I've been programming since I was 10 or so, first playing with basic on
                a commodore 64 (old hardware by then) and then learning ia32 assembly and
                working my way to higher level languages.

                I never really thought programming was unpopular among young people, but
                now that I think about it, the only person I've met in real life that
                was a young programmer lives 1500km away, and we met on the internet, of
                course.

                Furthermore, it seems now the way to become a programmer is to learn VB
                and write crude programs through high school, then go to college and
                learn Java, then find a job in web development. I wonder what portion of
                programmers these days have a real understanding of how the hardware
                they manipulate works? From this thread so far it seems like such
                knowledge is more common among Python programmers, which I find odd
                since Python isn't exactly a low level language. Perhaps it's because no
                one learns Python until becoming frustrated with 10 other languages?

                On Wed, Aug 18, 2004 at 09:41:34PM +0200, Reinhold Birkenfeld wrote:[color=blue]
                > Gerrit Muller wrote:[color=green]
                > > Most Python programmers I know are 40+. I am myself 47 (born in december
                > > 1956).
                > >
                > > regards Gerrit
                > >
                > > P.S.,
                > >
                > > how many teeners are still programming? Most teeners I know build
                > > websites, but they don't program.[/color]
                >
                > I certainly wouldn't call these shockingly horrible bunches of IE-tags
                > thrown together with the intention of being regarded as "cool" a "website".
                >
                > Reinhold, rant rant[/color]

                Comment

                • Jack Diederich

                  #68
                  Re: age of Python programmers

                  On Wed, Aug 18, 2004 at 05:11:20PM -0400, Phil Frost wrote:[color=blue]
                  > I wonder what portion of
                  > programmers these days have a real understanding of how the hardware
                  > they manipulate works? From this thread so far it seems like such
                  > knowledge is more common among Python programmers, which I find odd
                  > since Python isn't exactly a low level language. Perhaps it's because no
                  > one learns Python until becoming frustrated with 10 other languages?[/color]

                  Or because the average age so far is well over 30; back then assembly was
                  de rigueur and not much before that and you are physically flipping bits
                  with a +12v probe (if you were lucky there was eight lights above the
                  eight metal contacts).

                  Until recently "computer science" was spelled "electrical engineering" and
                  arguably before that "mechanical engineering".

                  -Jack

                  Comment

                  • Aahz

                    #69
                    Re: age of Python programmers

                    In article <4123874C.80003 04@chamonix.rep ortlab.co.uk>,
                    Robin Becker <robin@reportla b.com> wrote:[color=blue]
                    >
                    > [...][/color]

                    Not too many late-30s, I guess. I've been programming Python for six
                    years, started at nine years old with BASIC.
                    --
                    Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

                    "To me vi is Zen. To use vi is to practice zen. Every command is a
                    koan. Profound to the user, unintelligible to the uninitiated. You
                    discover truth everytime you use it." --reddy@lion.aust in.ibm.com

                    Comment

                    • Arthur Rambo

                      #70
                      Re: age of Python programmers

                      The answer to the question about the Universe and Everything
                      incremented by one.

                      43

                      Started programming at 15 with the TI-59 (Texas Instruments), than
                      Basic on the TRS-80, Pascal on the Apple II-e and IBM PC, Lisp on the
                      Macintosh, and finally *Python* (the best language I've ever seen for
                      the kind of things I'm doing) on the IBM PC.

                      "Lucas Raab" <pythongnome@ho tmail.com> wrote in message news:<jQHUc.152 9$2L3.505@newsr ead3.news.atl.e arthlink.net>.. .[color=blue]
                      > One thing I've always kind of wondered is what is the average age of a
                      > Python programmer?? What age groups use Python?? Something to think
                      > about....[/color]

                      Comment

                      • Beeyah

                        #71
                        Re: age of Python programmers

                        "Lucas Raab" <pythongnome@ho tmail.com> wrote in message news:<jQHUc.152 9$2L3.505@newsr ead3.news.atl.e arthlink.net>.. .[color=blue]
                        > One thing I've always kind of wondered is what is the average age of a
                        > Python programmer?? What age groups use Python?? Something to think
                        > about....[/color]

                        I'm only fifteen, having done the programming thing for a little over
                        two years now. Python is a new development for me; I've been using it
                        in the past year, and plan to stick with it :)

                        Comment

                        • Aahz

                          #72
                          Re: age of Python programmers

                          In article <du7wtzwfb8b.fs f@lehtori.cc.tu t.fi>,
                          Ville Vainio <ville@spammers .com> wrote:[color=blue]
                          >
                          >I'm also optimistic about retiring with Python, because *everyone* is
                          >going to retire with Python in 2044 :-).[/color]

                          2038
                          --
                          Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

                          "To me vi is Zen. To use vi is to practice zen. Every command is a
                          koan. Profound to the user, unintelligible to the uninitiated. You
                          discover truth everytime you use it." --reddy@lion.aust in.ibm.com

                          Comment

                          • Robey Holderith

                            #73
                            Re: age of Python programmers

                            Not yet, but our day will come.

                            Comment

                            • Jarek Zgoda

                              #74
                              Re: age of Python programmers

                              Aahz <aahz@pythoncra ft.com> pisze:
                              [color=blue][color=green]
                              >>I'm also optimistic about retiring with Python, because *everyone* is
                              >>going to retire with Python in 2044 :-).[/color]
                              >
                              > 2038[/color]

                              2036

                              --
                              Jarek Zgoda

                              Comment

                              • Eli Stevens (WG.c)

                                #75
                                Re: age of Python programmers

                                Lucas Raab wrote:
                                [color=blue]
                                > One thing I've always kind of wondered is what is the average age of a
                                > Python programmer?[/color]

                                25 here, Python newbie (less than a year, I think).

                                I'm sad that nobody else in this thread has spoken in hushed, reverent
                                tones about my gateway drug, LogoWriter. I was 10 when my fifth grade
                                math class went to the school computer lab and made the turtle crawl
                                around the screen. From there, QBasic, C++, C-because-school-made-me,
                                Java-because-work-made-me, Python-to-save-me. ;)

                                Handy tip: if you were anything like me, _don't_ go back and try to read
                                your old code. I had variable names like "qwer" "qwert" and "qwerty",
                                alongside classics like "a", "b" and "c."

                                *Shudder*
                                Eli


                                Comment

                                Working...