473,395 Members | 2,796 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,395 software developers and data experts.

Python surpasses Perl in TIOBE index

This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:

http://www.tiobe.com/tpci.htm

Marc
Dec 4 '07 #1
14 2193
On Dec 4, 10:08 am, marcpenni...@gmail.com wrote:
This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:

http://www.tiobe.com/tpci.htm

Marc
Cool (assuming these numbers actually mean something), but this has
more to do with Perl's fall than Python's increase:
http://www.tiobe.com/tiobe_index/Perl.html.
Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html

George
Dec 4 '07 #2
George Sakkis <ge***********@gmail.comwrote:
Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html
Given that the ratings are relative it may simply indicate that C++ is
standing still while the others run ahead.
Dec 4 '07 #3
George Sakkis <ge***********@gmail.comwrites:

Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html
I don't really find surprising that low level languages lose ground at
the expense of higher level ones. The developer-time/run-time
trade-off tends to move in favour of higher level languages as
hardware gets faster and cheaper.

Dec 4 '07 #4
On Dec 4, 11:07 am, Paul Rudin <paul.nos...@rudin.co.ukwrote:
George Sakkis <george.sak...@gmail.comwrites:
Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html

I don't really find surprising that low level languages lose ground at
the expense of higher level ones. The developer-time/run-time
trade-off tends to move in favour of higher level languages as
hardware gets faster and cheaper.
Well we Python folks are spoiled but for most people C++ counts as a
high level language (hell, some consider even C high level). I'd be
more interested though how well do these numbers correlate with actual
penetration (new projects, job openings, etc.)

George
Dec 4 '07 #5
George Sakkis <ge***********@gmail.comwrites:
On Dec 4, 11:07 am, Paul Rudin <paul.nos...@rudin.co.ukwrote:
>George Sakkis <george.sak...@gmail.comwrites:
Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html

I don't really find surprising that low level languages lose ground at
the expense of higher level ones. The developer-time/run-time
trade-off tends to move in favour of higher level languages as
hardware gets faster and cheaper.

Well we Python folks are spoiled but for most people C++ counts as a
high level language (hell, some consider even C high level).

I guess it's all relative.

http://c2.com/cgi/wiki?HighLevelLanguage includes the words:

The term "High Level Language" was originally used to distinguish
things like FortranLanguage from things like assembly
language. Therefore, originally "high level language" very much
included Fortran, Basic, COBOL, Snobol, PL/I, and a little later, C.

Observing that such languages are not very high level compared with
e.g. Prolog, YACC, Lex, ML, Haskell, etc, some people started
calling the older high level languages "low level languages", or
qualifying them as "higher level languages", etc.

more interested though how well do these numbers correlate with actual
penetration (new projects, job openings, etc.)
I dunno, but I'm pretty sure that the number of Python jobs has
increased.

I don't think it's just about the "level" of the language tho',
e.g. in some ways the language (Common) Lisp is at least as "high
level" as the language Python and has certainly been around longer.
But the former lacks the same range of standard libraries for actually
getting stuff done and lacks a de facto standard implementation. (I'm
not trying to start a Lisp vs. Python flame war here.)
Dec 4 '07 #6
In article
<7e**********************************@b40g2000prf. googlegroups.com>,
ma**********@gmail.com wrote:
http://www.tiobe.com/tpci.htm
But dreaded Ruby is coming up fast. Run Away! Run Away!

HAHAHAHAHAHA.

--
-- Lou Pecora
Dec 4 '07 #7
In article
<75**********************************@s12g2000prg. googlegroups.com>,
George Sakkis <ge***********@gmail.comwrote:
On Dec 4, 10:08 am, marcpenni...@gmail.com wrote:
This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:

http://www.tiobe.com/tpci.htm

Marc

Cool (assuming these numbers actually mean something), but this has
more to do with Perl's fall than Python's increase:
http://www.tiobe.com/tiobe_index/Perl.html.
Even more amazing is the rate C++ is losing ground:
http://www.tiobe.com/tiobe_index/C__.html

George
How about Visual Basic going up?

--
-- Lou Pecora
Dec 4 '07 #8
George Sakkis wrote:
Well we Python folks are spoiled but for most people C++ counts as a
high level language
Well, some parts are high-level, but it's full of very
deep elevator shafts for you to accidentally fall
into...

A truly high-level language also *doesn't* have low
level parts (or at least doesn't expose them unless
you explicitly ask it to).

--
Greg
Dec 5 '07 #9
Well we Python folks are spoiled but for most people C++ counts as a
high level language

Well, some parts are high-level, but it's full of very
deep elevator shafts for you to accidentally fall
into...

A truly high-level language also *doesn't* have low
level parts (or at least doesn't expose them unless
you explicitly ask it to).

Anyone has an idea what the huge peak around the middle of 2004 can be
attributed to?

http://www.tiobe.com/tiobe_index/Python.html
Dec 5 '07 #10
On 12/4/07, Daniel Fetchinson <fe********@googlemail.comwrote:
Well we Python folks are spoiled but for most people C++ counts as a
high level language
Well, some parts are high-level, but it's full of very
deep elevator shafts for you to accidentally fall
into...

A truly high-level language also *doesn't* have low
level parts (or at least doesn't expose them unless
you explicitly ask it to).

Anyone has an idea what the huge peak around the middle of 2004 can be
attributed to?

http://www.tiobe.com/tiobe_index/Python.html
It seems the huge peak has to do something with the huge dip in Java
at around the same period:

http://www.tiobe.com/tiobe_index/Java.html

Chicken-or-egg problem I guess :)
Dec 5 '07 #11
On Dec 4, 10:24 am, George Sakkis <george.sak...@gmail.comwrote:
Cool (assuming these numbers actually mean something), but this has
more to do with Perl's fall than Python's increase:http://www.tiobe.com/tiobe_index/Perl.html.
I'd say that's even better news.
Even more amazing is the rate C++ is losing ground:http://www.tiobe.com/tiobe_index/C__.html
This might be the best of all.
Carl Banks
Dec 5 '07 #12
On Dec 4, 4:08 pm, marcpenni...@gmail.com wrote:
This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:

http://www.tiobe.com/tpci.htm

Marc
I find Ohloh comparisons also useful:
http://www.ohloh.net/languages/compa...easure=commits

What it highlights is that the number of python programmer is growing
quicker than the number of perl programmers.
Dec 5 '07 #13
On Dec 5, 7:34 am, BlueBird <p...@freehackers.orgwrote:
On Dec 4, 4:08 pm, marcpenni...@gmail.com wrote:
This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:
http://www.tiobe.com/tpci.htm
Marc

I find Ohloh comparisons also useful:http://www.ohloh.net/languages/compa...=python&l0_0=-...

What it highlights is that the number of python programmer is growing
quicker than the number of perl programmers.
Not necessarily; it shows that the count of monthly commits by open
source developers is growing, which might be mostly thanks to
relatively few dedicated committers rather than an overall increase in
the population.

Another interesing point is that the gap with PHP is narrowing too:
http://www.ohloh.net/languages/compa...&commit=Update

George
Dec 5 '07 #14
On Dec 5, 4:18 pm, George Sakkis <george.sak...@gmail.comwrote:
On Dec 5, 7:34 am, BlueBird <p...@freehackers.orgwrote:
On Dec 4, 4:08 pm, marcpenni...@gmail.com wrote:
This is *not* an attempt to start yet another Python-versus-
AnyOtherProgrammingLanguage flame war, but I thought people might be
interested in this:
>http://www.tiobe.com/tpci.htm
Marc
I find Ohloh comparisons also useful:http://www.ohloh.net/languages/compa...=python&l0_0=-...
What it highlights is that the number of python programmer is growing
quicker than the number of perl programmers.

Not necessarily; it shows that the count of monthly commits by open
source developers is growing, which might be mostly thanks to
relatively few dedicated committers rather than an overall increase in
the population.
I think it's probably more to do with the opinion of version control
is held in by the Python and Perl communities.

Less pejoratively, Perl's main strength is simple throwaway or single-
task scripts that (paraphrasing the perl man page) require a bit more
complexity than sed or awk; these sorts of things don't really need
version control. Python is more geared to complex applications, so
version control comes into play a lot more. It's not a surprise that
Python would have more commits then, even back as far as 2000 when
Perl was the shizzle.
Carl Banks
Dec 6 '07 #15

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

Similar topics

5
by: Premshree Pillai | last post by:
Hello, I recently wrote a Perl version of pyAlbum.py -- a Python script to create an image album from a given directory -- plAlbum.pl . It made me realize how easy-to-use Python is. ...
16
by: worzel | last post by:
is python more popular than coldfusion? I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being...
50
by: diffuser78 | last post by:
I have just started to learn python. Some said that its slow. Can somebody pin point the issue. Thans
53
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I...
21
by: Roy Smith | last post by:
I'm working on a product which for a long time has had a Perl binding for our remote access API. A while ago, I wrote a Python binding on my own, chatted it up a bit internally, and recently had a...
14
by: ccdetail | last post by:
http://www.tiobe.com/index.htm?tiobe_index Python is the 7th most commonly used language, up from 8th. The only one gaining ground besides VB in the top 10. We're glad, our app is written in...
852
by: Mark Tarver | last post by:
How do you compare Python to Lisp? What specific advantages do you think that one has over the other? Note I'm not a Python person and I have no axes to grind here. This is just a question for...
7
by: monkeydance | last post by:
See http://www.tiobe.com/index.htm?tiobe_index. Marc
45
by: azrael | last post by:
Hy guys, A friend of mine i a proud PERL developer which always keeps making jokes on python's cost. Please give me any arguments to cut him down about his commnets like :"keep programing i...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.