vote up 9 vote down star
13

I'd like to know the estimation for the supply of professional software developers globally, and, wherever it's possible, regionally.

Although weird, I hope this question to shed some light on the global availability of software development services, or, at the very least, realizing just how much of a commodity we are.

Edit: by "professional software developer" I mean people, who get paid for crafting code in one of the notable programming languages. If possible, do not include related services.

Please include in your answers:

  • The method / approach of estimation
  • any data used, with references
  • and the estimation results (noting regional breakdowns, if possible)

Bounty hunt: The answer with the most reliable, exact data, or repeatable methodology wins.

flag

74% accept rate
This seems like an interview question.. how many gas stations worldwide :) – Brian R. Bondy Oct 15 '08 at 6:05
This probably is an interview question, and the answer to it was "I'll ask on StackOverflow.com"... ;-) – JesperE Oct 15 '08 at 6:37
I'm hoping somebody would come up with an answer at least as smart, like for that gas station problem :) Not an interview question btw; I'm sincerely interested in the answer. – Silver Dragon Oct 15 '08 at 6:58

6 Answers

vote up 8 vote down check

Looking at the question a little differently. I would view professional software developers as someone who is an infrastructure builder. This would include those who work at this full or part-time, but not the hobbiest. We can estimate the infrastructure needs of a region by looking at population, development, and the degree of technological integration. We can then draw some averages to apply worldwide.

To refine this process, we would count population by technological region, improve our guesstimates of programmers in some regions, and then do the math

We could summarize it this way...

Region       Population  Pop/Pro #Developers
HiTech    2,000,000,000      350   5,700,000
MidTech   2,000,000,000    2,000   1,000,000
LowTech   3,000,000,000   10,000     300,000     
========= =============  =======   =========
Global    7,000,000,000            7,000,000

Without breaking down by technological region, we could just set a worldwide ratio of population to programmer ratio of 1000 to 1.

So 7 billion people would give 7 million programmers world wide.


Some statistics to base our numbers on

In the USA, we have 306M people and 25M businesses and we are a technologically advanced country, Occupational employment projections to 2010 gives Computer Programmers; Year 2010 (est.) - 680,000

Generally speaking then, the USA has a population to programmer ratio of 450 to 1 and a business to programmer ratio of 35 to 1

Canada has a population of 33M, 1M businesses, and 115,000 programmers

Round numbers again, 300 to 1 and and 10 to 1

Looking at a country without a well defined technological infrastructure, South Africa.

SA has some big city hi-tech centers. But even the largest city, Johannesburg, has a small population. 3,888,180 in the city itself. Oracle had a center in Durban (3rd largest city, population 3.5 million), but it closed January 2009

47-million people and 2.3 million businesses

Programmers are harder to count, but in the 1996 census, only 6% in South Africans over the age of 20 had a post school educational qualification

So, if there were 1 programmer for every 500 post school educated, there would be just over 5,000 programmers in SA; That sounds crazy low, but this job site shows only 400 job listings.

Lets use it anyway, giving us a ration of population to progammer of 9400 to 1 and business to programmer of 460 to 1

link|flag
If you could add a table for quickly summarizing the data points, I'd accept this immediately. Also, thumbs up for picking the challenge, and answering it in a consistently rational manner! – Silver Dragon Feb 3 at 1:53
vote up 7 vote down

That old thread on joelonsoftware might give some pointers, and speaks about 6M developers worldwide in 2001/2002.
This paper on IT outsourcing or some site about outsourcing might help have an idea of current trend

[Humour on]
Now, you may want to refine according to specialty, as in:

  • software developers (too generic): How many software developers does it take to change a light bulb?
    A: None, the light bulb works fine on the system in my office...
    A: None, its a hardware fault.
  • Windows programmers: How many Windows programmers does it take to change a light bulb?
    A: 472. One to write WinGetLightBulbHandle, one to write WinQueryStatusLightBulb, one to write WinGetLightSwitchHandle, etc
  • C++ programmers: How many C++ programmers does it take to change a light bulb?
    A: You're still thinking procedurally. A properly designed light bulb object would inherit a change method from a generic light bulb class, so all you'd have to do is send a light bulb change message.

[Humour off]

link|flag
vote up 2 vote down

It's hard to count, because the boundaries of what a "programmer" is could be clearer, and nobody has to register or take an exam to become a programmer.

On perlmonks.org we had that discussion about Perl programmers, and the estimates ranged in the order of magnitude of a million. If you scale that up to all programmers, you'll get into the order of magnitude of ten millions.

But remember, these are very rough numbers and more felt than counted.

link|flag
Every one out of 10 programmers is a Perl programmer? Hehehe. – Roel Oct 15 '08 at 12:16
vote up 2 vote down

As moritz said, I don't believe this can be estimated. After all, the pure HTML guys often see themselves as programmers, too.

Here in Germany, according to this source, there have been 1.6m IT workers in 2007. I'd estimate 500k programmers of all kinds among these.

link|flag
People thinking "this can't be estimated" should seriously read from this: gamedev.net/community/forums/… the answer to the gas station problem. The question is not the "if", but rather the "how". – Silver Dragon Oct 15 '08 at 7:06
The gas station problem is quite different - for example it's not so hard to define what a gas station is. But what is a programmer? Also programmers often don't do business on their own, but work in the background of a large company - how do you count that? – moritz Oct 15 '08 at 7:22
vote up 1 vote down

To all the 'can't be done!' people: how about you just include your definition of 'programmer' in your answer? Do you all honestly think that this is the first question ever where someone wants a count of an ill-defined concept? Hint: the first step to estimate is to set definitions and work from there. The OP specifically states that he isn't picky about the answer, you are free to put in any constraints you want as long as you explain your methodology.

link|flag
vote up 8 vote down

I just happen to stumble upon the answer for the US: 394,710 computer programmers and 495,810 computer software engineers (!!!)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.