How many developers are there in the world? - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T09:55:08Zhttp://stackoverflow.com/feeds/question/453880http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world15How many developers are there in the world?Nick Hodges2009-01-17T19:33:16Z2009-11-01T08:02:10Z
<p>What is the total number of software developers in the world?</p>
<p>And to respond to the inevitable "How do you define a software developer?" -- I'll answer two ways:</p>
<ol>
<li>Define it as "Anyone who writes code to make a computer do something he wants done".</li>
<li>Define it however you like and then answer the question</li>
</ol>
<p>References to studies or more authoritative sources of information would be greatly appreciated.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/453883#4538831Answer by John D. Cook for How many developers are there in the world?John D. Cook2009-01-17T19:35:21Z2009-01-17T19:35:21Z<p>In the latest Stack Overflow podcast, Joel said he's heard there are about 4,000,000, half in the United States and half elsewhere. He also said he thinks that's a generous definition of "programmer," including people who primarily do configuration rather than application development.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/453885#4538850Answer by BBetances for How many developers are there in the world?BBetances2009-01-17T19:36:43Z2009-01-17T19:36:43Z<p>I'd say somewhere between 2-5 million. Not sure about the number of Indians working in the field, so maybe more.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/453916#4539164Answer by 1800 INFORMATION for How many developers are there in the world?1800 INFORMATION2009-01-17T20:00:33Z2009-01-17T20:41:22Z<p>A brief estimate (along the lines of a "How many piano tuners are there in Boston" type question). There are approximately 4000 million people in the world. I estimate that 30% of them have access to a computer - this is 1200 million. Of those, I estimate that 1% are software developers according to the definition given above - this is 12 million.</p>
<p>Therefore there are on the order of 12 million software developers in the world. This is consistent with the estimate given by Joel.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/454077#4540773Answer by InSciTek Jeff for How many developers are there in the world?InSciTek Jeff2009-01-17T21:21:48Z2009-01-17T21:21:48Z<p>As a point of reference, in the latest edition of the book <a href="http://rads.stackoverflow.com/amzn/click/0596513984" rel="nofollow">Learning Python</a> which was updated in 2007 and re-published in 2008, the author quotes that they have estimated from web groups and downloads, etc. that approximately 1 million programmers are actively using Python worldwide. It would seem to me that a relatively small percentage of programmers overall are actively working in Python (maybe 10 percent). The range of 5% to 20% is supported by the <a href="http://www.langpop.com/" rel="nofollow">Language Popularity Page</a> depending on how you want to slice the numbers and assume use of multiple languages by an individual programmer.</p>
<p>This would seem imply that the other estimates in the range of 5 to 10 million seem very reasonable.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/454088#4540882Answer by Graham Lee for How many developers are there in the world?Graham Lee2009-01-17T21:28:05Z2009-01-17T21:28:05Z<p>Just count the number of SO users and ask your colleagues how many of them use SO.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/454092#454092-1Answer by Growler for How many developers are there in the world?Growler2009-01-17T21:31:11Z2009-01-17T21:31:11Z<p>More than three - I have proof!</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/454094#454094-2Answer by myso for How many developers are there in the world?myso2009-01-17T21:31:43Z2009-01-17T21:31:43Z<p>developers++</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/454146#4541465Answer by annakata for How many developers are there in the world?annakata2009-01-17T22:00:16Z2009-01-17T22:00:16Z<p>I kind of felt the numbers in 1800Info's were out, so here's my napkin calculation, I apologise that a lot of this isn't very PC, it's not meant to offend it's just a crude, pragmatic estimate.</p>
<p>Most official estimates indicate the global population (P) is approx 6700M (it's been >4000M since the early 70's). The amount of programmers in what is rather disparagingly referred to as the third world, but basically meaning sub-saharan africa (P*0.14) and agricultural asia can be assumed to be negligible. Generously assuming the entirety of asia (P*0.6) has the same rural/urban distribution as china (58/42), that leaves:</p>
<pre><code>P -= (P*0.14) + (P*0.6*0.42) = 3430M
</code></pre>
<p>(the first term is the non-asia, non-africa population)</p>
<p>Of that <em>roughly speaking</em> developed population, 25% are aged under 20 and 10% are retired. Of that adult working age population, a rough estimate of 10% are unemployed or otherwise unable to work.</p>
<pre><code>P *= .65 * .9 = 2006M
</code></pre>
<p>Now the estimates get really rough. How many of those adults are non-working and not register unemployed? How many have access to a computer? What qualifies someone as a programmer anyway? Using 1800info's questionable numbrs (30%, 1%) this still leaves no more than <strong>6M</strong>.</p>
<p>OTOH, the US government <a href="http://www.bls.gov/news.release/ocwage.htm" rel="nofollow">says</a> that 3.1M of a working population of 134M americans describe themselves as programmers (or related). Perhaps you culd just use that as your estimate. :P</p>
<p><em>All stats just pulled from wikipedia.</em></p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/864342#8643420Answer by MasterPeter for How many developers are there in the world?MasterPeter2009-05-14T16:23:25Z2009-05-14T16:23:25Z<p>The quality of software is often, and in so many aspects, so low that one could be fooled into thinking <em>not enough</em>. But I don't think having more developers would help.</p>
<p>I kinda agree with the estimate of 12 million developers out there. And many of these try to develop something NEW but only few make it worthwhile.</p>
<p>Also, I would guess that if there are <strong>12M</strong> software developers, then there are about <strong>11.99M</strong> very unique and original blogs on programming ;D :P we all think we're so darn exceptional...</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/1434246#14342462Answer by Paul Biggar for How many developers are there in the world?Paul Biggar2009-09-16T17:03:05Z2009-09-16T17:03:05Z<p><em>This is taken directly from <a href="http://stackoverflow.com/questions/1353330/how-many-programmers-are-there/1353372#1353372">Jens Schauder's answer</a> in a duplicate question. Best answer I've seen so far.</em></p>
<p>People seem to agree that this question is somewhere between difficult or impossible to answer <a href="http://answers.yahoo.com/question/index?qid=20080814094831AAAZKkg" rel="nofollow">http://answers.yahoo.com/question/index?qid=20080814094831AAAZKkg</a></p>
<p>When I googled your question I found this: From what I found, about 455,000. That is actualy how many jobs in computer programming. and about 25,000 self-employed computer programmers.</p>
<p><a href="http://www.bls.gov/oco/ocos110.htm#emply" rel="nofollow">http://www.bls.gov/oco/ocos110.htm#emply</a> <a href="http://heather.cs.ucdavis.edu/itaa.real.html" rel="nofollow">http://heather.cs.ucdavis.edu/itaa.real.html</a></p>
<p>Which seems to take only USA, possibly including Canada into account.</p>
<p>And the big warning: Don't compare numbers from different sources, they will most certainly have a very differen basis.</p>
http://stackoverflow.com/questions/453880/how-many-developers-are-there-in-the-world/1656627#16566271Answer by Lars D for How many developers are there in the world?Lars D2009-11-01T07:51:10Z2009-11-01T08:02:10Z<p><a href="http://www.version2.dk/artikel/12635-ny-statistik-hver-femte-danske-mand-har-kodet-et-program" rel="nofollow">13% of the population in Denmark have written something in a programming language</a>, according to a recent official national survey, and to me that number seems very realistic. Programming has been taught in most primary schools, and since almost all homes have internet and PCs, most kids also try out programming one day or the other. Most high schools and universities also make their students program, so my guess is, that if you ask the population between 20 and 40, the percentage is a LOT higher than 20.</p>