473,320 Members | 1,922 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

age of Python programmers

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....
Jul 18 '05
175 6932
On 2004-08-20, Reid Nichol <rn*********@yahoo.com> wrote:
True, but this doesn't change the definition of the word. from dictionary.reference.com:
The smallest amount of a physical quantity that can exist independently,
especially a discrete quantity of electromagnetic radiation.


That's the definition of the word "quantum"; it is not the definition of the
expression "quantum leap".

curty@einstein:~$ dict "quantum leap"

1 definition found

From WordNet (r) 2.0 [wn]:

quantum leap
n : a sudden large increase or advance; "this may not insure
success but it will represent a quantum leap from last
summer" [syn: {quantum jump}]
Jul 18 '05 #151
On Sat, 21 Aug 2004 17:59:41 +0900, Ian J Cottee wrote:
http://dictionary.reference.com/search?q=quantum%20leap A dramatic advance, especially in knowledge or method, as in
Establishing a central bank represents a quantum leap in this small
country's development.


Establishing a central bank could hardly be called an advance,
dramatic or otherwise!

--
The State is the great fiction by which everyone seeks to live at the
expense of everyone else. -- Frédéric Bastiat

(setq reply-to
(concatenate 'string "Paul Foley " "<mycroft" '(#\@) "actrix.gen.nz>"))
Jul 18 '05 #152

I am 25 years old and I use Python at least since version 1.5.
I have started programming on the Atari 1024STFM
with ST- and Omikron-Basic.
Later on the PC I used:
Power Basic|Quick Basic
Turbo Pascal|Assembler
Borland C/C++

Today I usually use Python and C (gcc,mingw).

Ciao,
Dominic

Jul 18 '05 #153
> from which we conclude that "check the definition" means "check the
definition in the dictionary *I* prefer. . .AND stop reading before it
contradicts the position I espouse."

Look, given the use of "quantum" in quantum physics it's reasonable to
expect the word to mean something small - but insisting it must do so
is flat-out wrong. For one thing this isn't Gell-Mann appropriating a
nonsense word - "quark" - from Joyce; "quantum" was a perfectly good
English word before Planck applied it to black-body radiation. The OED
has references going back to 1619 as a synonym for quantity. (It even
has a use in pharmacology - "quant. suff!", famously chanted in Alfred
Bester's /The Stars My Destination/, is an abbreviation of "quantum
sufficit," roughly "as much as necessary.)


I have my opinion, you have yours. Why get your pantyhose in a bunch.
I made mention of my reasoning that you didn't touch on, you just got
agressive straight away... why am I replying?
Jul 18 '05 #154
Peter Hansen wrote:
or mistake... if they did, Americans would properly use "fewer"
in all those cases where they now use "less" incorrectly.

-Peter


I lived in the US for a chunk of time (Berkeley). Let's not get into
how the Americans have butchered the english language.
Jul 18 '05 #155
@Ian J Cottee:

Perhaps you should read some of my earlier posts.
Jul 18 '05 #156
Peter Otten wrote:
Reid Nichol wrote:

and then a quantum leap towards Python.


You're aware that a quantum leap means a extremely small leap, right?

(from a random walk through the internet)

size [m] jumps [m] ratio
man 2 8 4(*)
grasshopper 2e-2 4e-1(*) 20
electron 2*3e-15 5e-11 (Bohr radius) 8000(*)

(*) my calculation

That's one small step for electricity, one giant leap for an electron...
Based on the above evidence a 10m Python should jump 80 kilometers (50
miles), so beware...

Peter


LOL!
Jul 18 '05 #157
> Lucas Raab 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....


OK, I'll play...

I'm 46, started programming in 74 in BASIC (dunno what machine,
it was located at the local university and we downloaded the
programs from a teletype over a modem(120 baud) and got back
printouts 3 days later...)

Next I encountered the Sinclair ZX81 in 1981 (Timex in the USA)
where I wrote my first stock control application for a friend's
business!

In 1982 I started entering patches to a Marconi Telex switch in
Coral via a BBC Micro running a terminal emulator. I only
realised that later, I actually thought I was programming
the BBC at the time!! :-)

Then in 1984 I got formal training in Pascal, Assembler, C, Lisp
and Smalltalk. I've been a software engineer ever since and came
across Python in 1997 when a colleague pointed me at it after I
complained about the Perl syntax I was using to write a CGI
script.

I now use Python mainly for prototyping design ideas and
exploring the interfaces of our networked server applications
before writing specs for our offshore programmers to write in C++
or Java.

Alan G.
Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld
Jul 18 '05 #158
Alan Gauld <al********@btinternet.com> wrote:
I'm 46, started programming in 74 in BASIC (dunno what machine,
it was located at the local university and we downloaded the
programs from a teletype over a modem(120 baud) and got back
printouts 3 days later...)


Basic in 1974 sounds just like where I got started. We had a teletype
too (the modem was 110 baud, BTW, not 120), but we were connected to
another regional high school's time sharing system (an HP-3000, IIRC),
so we got our stuff immediately. Oh, oh, oh, oh, stayin' on-line,
stayin' on-line!

Since then, I've done Fortran, lisp, a few different flavors of
assembler, C, C++, Java, HyperCard/SuperCard, TCL, Perl, Postscript
(yes, it's a real programming language) and of course Python. Oh, and
NewtonTalk. How could I forget NewtonTalk :-) And a few different HP
calculator languages.
Jul 18 '05 #159
Lucas Raab wrote:
One thing I've always kind of wondered is what is the average age of a
Python programmer??


I may as well get in on the game. I'm 31 and started programming when I was
26 in c++. I was intrigued by python, but was wooed by the marketability
of java and learned it in 2000. I finally learned python in 2001 and have
never looked back.

Programming is a hobby for me--I wish it were more than that. I am a
customer service rep in real life.

Steven Rumbalski
Jul 18 '05 #160
Gerrit Muller wrote:
P.S.,

a lot of people added other intersting datapoints: when they started
programming and other languages used. I started around the age of 14,
with HP table top machines (polish notation). Programming languages:
Assemblers, Fortran, *Basic, *Pascal, C, Objective-C, C++. The most
positive experiences were Sinclair QL-basic, Turbo Pascal, Objective-C
and then a quantum leap towards Python.


I forgot to mention Java, this must be Freudian mistake

Gerrit
--
Gaudi systems architecting:
<http://www.extra.research.philips.com/natlab/sysarch/>

Jul 18 '05 #161
Peter Hansen <pe***@engcorp.com> wrote:
Bryan wrote:
i'm 37... started programing on a TRS-80 Model I and III. i also did a
bit a programming on a VIC-20... brownie points for anyone who can
remember how many text characters there was in one row...


23! ... freakin' weird little machine that was... :-)


It was 22 characters per row, and 23 rows on the screen.
The little thing didn't even have a graphics mode, though
you could fake it by modifying the pixel definition of the
character set.

I used to have a VIC-20 with a 40 Kbyte (not Mbyte) memory
extension. Those 40 Kbyte costed 200 DEM at that time;
roughly 100 $US. I don't dare to calculate the price
factor relative to today's RAM modules ...

Of course, I used the built-in BASIC, and very soon also
used 6502 machine code. Yes, machine code, no assembly
language, not even a hex monitor. I wrote the instructions
on paper, then looked up the opcodes in a 6502 CPU table,
then converted the hex/binary numbers back to decimal and
entered them into BASIC "data" statements. If the CPU
hung when running it, reboot (which took only 2 seconds)
and re-check the paper work ... Oh joy.

I could go on writing memories for hours, but I'll stop
here because it's completely off-topic already. :-)

Now, 20 years later, Python is my language of choice.
If it just supported strong typing, it would be perfect.

Best regards
Oliver

--
Oliver Fromme, Konrad-Celtis-Str. 72, 81369 Munich, Germany

``All that we see or seem is just a dream within a dream.''
(E. A. Poe)
Jul 18 '05 #162
Just about average I guess.... 35 very soon

On Thu, Aug 19, 2004 at 10:35:53PM +0000, Roel Schroeven wrote:
| number of datapoints: 94
| mean: 35.4
| standard deviation: 12.6
Jul 18 '05 #163
On Thu, 19 Aug 2004 22:35:53 GMT
Roel Schroeven <rs****************@fastmail.fm> wrote:
Roel Schroeven wrote:
I spotted some errors in your list, added new entries, and made a
histogram: http://roelschroeven.net/pythonages/


I'm 29

--
Denis S. Otkidach
http://www.python.ru/ [ru]
Jul 18 '05 #164
Denis S. Otkidach wrote:
On Thu, 19 Aug 2004 22:35:53 GMT
Roel Schroeven <rs****************@fastmail.fm> wrote:

Roel Schroeven wrote:

I spotted some errors in your list, added new entries, and made a
histogram: http://roelschroeven.net/pythonages/

I'm 29


Update results still at http://roelschroeven.net/pythonages/

--
"Codito ergo sum"
Roel Schroeven
Jul 18 '05 #165
Jeremy Jones <za******@bellsouth.net> wrote in message news:<ma**************************************@pyt hon.org>...
Lucas Raab 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....


Sigh...I have programmed professionally in many languages since 1956,
the year I began with IBM 704 and 705 absolute(not quite assembler). I
have been a Python enthusiast for several years now, Regrettably, I
program little now, for my other company responsibilities forbid it.
Moreover, I'll be seventy next year; I seem slightly less quick at
coding than in my salad days...happily, I'm surrounded by others still
in theirs. I hope that all laboring in the vineyards of ones and zeros
gain as much joy from their careers as I have (and still do) from
mine.

Fred Allen
Jul 18 '05 #166
Lucas Raab 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....


I'm 25, using Python mostly for sysadmin work at the moment, and expanding
my skills to use it for OO system development as well.

Andreas Pauley
Jul 18 '05 #167


"Lucas Raab" <py*********@hotmail.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....

57 -- I guess I'm on the right side of the curve. I started programming with Fortran 2 back in
high school. I regard programming as a way to make tools to do what I want -- so I've never
regarded myself as a professional programmer. I've written a lot of code because it's been
easier to program a computer to do a task than to train a human.
I ran into Python about 2 years ago when I was looking for an easy way to do data animation.
Python's ability to easily implement complex data structures sold me.

Jul 18 '05 #168
59

Is "the age of Python programmers" anything like
"The Age of Aquarius"? (i.e. The Dawning of)

--
John W Hall <ww**************@telus.net>
Cochrane, Alberta, Canada.
"Helping People Prosper in the Information Age"
Jul 18 '05 #169
"Lucas Raab" <py*********@hotmail.com> wrote in message news:<jQ****************@newsread3.news.atl.earthl ink.net>...
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....


27. Started at 15 (with a rather late acquired TRS-80).
Jul 18 '05 #170
"Lucas Raab" <py*********@hotmail.com> wrote in message news:<jQ****************@newsread3.news.atl.earthl ink.net>...
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....


32 here. I discovered Python in early 2003 thanks to Bruce Eckel's
mention of it in "Thinking in Java" (something like "becoming my
favorite programming language"). No opportunity to use it as my main
programming language so far but I use it for helper tools and for
personal stuff.

AdSR
Jul 18 '05 #171
On Wed, 18 Aug 2004 12:20:31 GMT, Lucas Raab <py*********@hotmail.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....


I'm 31 I've been _using_ since 1999 my first post to this new group was
in 2000. Python is my first real programming language (a little bit of
basic on the Spectrum 48 (k!) bbc basic at upper school (13-16)

I've since learned Java and C# - my main language is still Python
waiting-for-the-decorator-discussion-to-stop-ly

Martin
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jul 18 '05 #172
"Lucas Raab" <py*********@hotmail.com> wrote in message news:<jQ****************@newsread3.news.atl.earthl ink.net>...
One thing I've always kind of wondered is what is the average age of a
Python programmer??


31 here. I started experimenting with code when I was pretty young.
Started out on my father's IMSAI 8080 (which moved into my room when
we got our first IBM PC :). Python got my attention around the time
the DDJ issue came out with Guido & Larry Wall on the cover.
Jul 18 '05 #173
> Lucas Raab wrote:
One thing I've always kind of wondered is what is the average age of a
Python programmer?? What age groups use Python??


I just turned 38 a few days ago. Fell in love with programming in Basic
on an Apple ][ when I was about 15. My interests went in other
directions during college (Philosophy, Religion, Peace and Global
Studies), and then other directions in my career (desktop publishing,
metal machining for the automotive industry).

I have gotten back into serious programming in the last five or six
years, using VB in my work, but dabbling in C, C++, Lisp, Java, Perl.
But Python has become my language of choice in the past several months.

Jim Sizelove
Jul 18 '05 #174
40
Hamish Lawson
Jul 18 '05 #175
I'm 36.

I use it for web scripts. I love the simplicity of the syntax and the
power of the language.

~Steve Allgood
Jul 18 '05 #176

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
38
by: kbass | last post by:
In different articles that I have read, persons have constantly eluded to the productivity gains of Python. One person stated that Python's productivity gain was 5 to 10 times over Java in some in...
40
by: Shufen | last post by:
Hi all, Can someone who has use PHP before and know quite well about the language, tell me what are the stuffs that Python offers and PHP doesn't. A few examples will be nice. I know about the...
12
by: fuego | last post by:
My company (http://primedia.com/divisions/businessinformation/) has two job openings that we're having a heckuva time filling. We've posted at Monster, Dice, jobs.perl.org and python.jobmart.com. ...
68
by: Lad | last post by:
Is anyone capable of providing Python advantages over PHP if there are any? Cheers, L.
267
by: Xah Lee | last post by:
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python. In Guido's blog written in 2006-02-10 at...
17
by: MilkmanDan | last post by:
I'll be a college freshman this fall, attending Florida Institute of Tech studying electrical engineering. I was considering taking some classes in programming and computer science, and I...
40
by: walterbyrd | last post by:
I mean other than sysadmins, programmers, and web-site developers? I have heard of some DBAs who use a lot of python. I suppose some scientists. I think python is used in bioinformatics. I...
206
by: WaterWalk | last post by:
I've just read an article "Building Robust System" by Gerald Jay Sussman. The article is here: http://swiss.csail.mit.edu/classes/symbolic/spring07/readings/robust-systems.pdf In it there is a...
41
by: none | last post by:
Hello, IIRC, I once saw an explanation how Python doesn't have "variables" in the sense that, say, C does, and instead has bindings from names to objects. Does anyone have a link? Thanks, ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.