\n\nThe amount of Android and PHP traffic is negatively correlated with a country's income, while Python and R are positively correlated. In each case we can see exceptions (Korea uses more Android than we'd expect, and China more Python), but generally the correlations are strong. (Each has an R\u003Csup>2\u003C/sup> around .5-6, with p-values < 10\u003Csup>-6\u003C/sup> after adjusting for multiple testing).\n\nWe'll emphasize that we're not suggesting any causality here. We're certainly not suggesting that programming language choice affects a country's average income, but we're also not saying that a country's wealth directly influences their use of technologies. We suspect that the drivers are likely a mixture of economic and social factors (level of education, age of the software industry, level of outsourcing) that are, in general, correlated with a country's wealth.\n\u003Ch3>How can we segment the software development industry in two?\u003C/h3>\nWhen we're examining trends, it's useful to talk about two groups of countries (high income and non-high income) rather than considering a pile of correlations. As a useful pre-existing categorization, we could use \u003Ca href=\"https://datahelpdesk.worldbank.org/knowledgebase/articles/906519-world-bank-country-and-lending-groups\">World Bank income classification\u003C/a>, which is based on GNI (gross national income) per capita (see \u003Ca href=\"https://datahelpdesk.worldbank.org/knowledgebase/articles/378831-why-use-gni-per-capita-to-classify-economies-into\">here\u003C/a> for discussion of this categorization).\n\n\u003Cimg class=\"alignnone size-large wp-image-7683\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/08/worldbank_map-1-1024x614.png\" alt=\"\" width=\"1024\" height=\"614\" />\n\nThere are 78 \u003Ca href=\"https://en.wikipedia.org/wiki/World_Bank_high-income_economy\">high-income economies\u003C/a>, largely made up of the US and Canada, Western Europe, parts of the Middle East and East Asia, and Australia/New Zealand. I've done some analyses of the fundamental drivers of the between-country variation (such as \u003Ca href=\"https://en.wikipedia.org/wiki/Principal_component_analysis\">principal component analysis\u003C/a>) that suggest this is a reasonable division, and that it's more meaningful than other ways we could divide them, such as Eastern vs Western Hemisphere. (For instance, Australia is generally more similar to the US and Europe in terms of visited technologies than it is to China or Indonesia).\n\n\u003Cimg class=\"alignnone size-large wp-image-7703\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/08/top_countries-1-2-1024x683.png\" alt=\"\" width=\"1024\" height=\"683\" />\n\nThe division splits Stack Overflow traffic into groups of about two-thirds and one-third: \u003Cstrong>63.7%\u003C/strong> of Stack Overflow's traffic comes from high income countries. (This likely is due to a combination of greater proportion of software development, more widespread internet access, and a disproportionate share of English-speakers). Much of the traffic from non-high-income countries comes from India, followed by Brazil, Russia, and China.\n\u003Ch3>How do high-income countries differ in the technologies they use?\u003C/h3>\nWe've now divided the software development world into two segments. How do high-income and non-high-income countries differ in terms of the technologies they use?\n\n\u003Cimg class=\"alignnone size-large wp-image-7695\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/08/tech_difference_graph-1-1-1024x731.png\" alt=\"\" width=\"1024\" height=\"731\" />\n\nWe can extract several interesting insights:\n\u003Cul>\n \t\u003Cli>\u003Cstrong>Difference in data science technologies\u003C/strong>: As we saw earlier, Python and R are associated with a country's income. Python is visited about twice as often in high-income countries as in the rest of the world, and R about three times as much. We might also notice that among the smaller tags, many of the greatest shifts are in scientific Python and R packages such as \u003Ca href=\"https://stackoverflow.com/questions/tagged/pandas\">pandas\u003C/a>, \u003Ca href=\"https://stackoverflow.com/questions/tagged/numpy\">numpy\u003C/a>, \u003Ca href=\"https://stackoverflow.com/questions/tagged/matplotlib\">matplotlib\u003C/a> and \u003Ca href=\"https://stackoverflow.com/questions/tagged/ggplot2\">ggplot2\u003C/a>. This suggests that part of the income gap in these two languages may be due to their role in science and academic research. It makes sense these would be more common in wealthier industrialized nations, where scientific research makes up a larger portion of the economy and programmers are more likely to have advanced degrees.\u003C/li>\n \t\u003Cli>\u003Cstrong>C/C++\u003C/strong>: C/C++ are two other notable languages that tend to be visited from high-income countries. One hypothesis is that this may have to do with education: as we saw in a \u003Ca href=\"https://stackoverflow.blog/2017/02/15/how-do-students-use-stack-overflow/\">previous post\u003C/a>, C and C++ are among the languages more disproportionately visited from American universities. It could also be related to the geographic distribution of the electronics and manufacturing industries.\u003C/li>\n \t\u003Cli>\u003Cstrong>PHP and Android\u003C/strong>: We explored Android development around the world in a \u003Ca href=\"https://stackoverflow.blog/2017/08/22/world-mobile-development/\">previous post\u003C/a>, but PHP is another technology that's notably associated with lower-income countries. It's interesting to see that CodeIgniter, a PHP open source framework, is the tag that's singularly \u003Cem>most\u003C/em> disproportionately visited from lower-income countries, by a large margin. Further examination shows it is especially heavily visited in South/Southeast Asia (particularly India, Indonesia, Pakistan and the Philippines) while it has very little traffic from the US and Europe. It's possible that CodeIgniter is a common choice for outsourcing firms building websites.\u003C/li>\n\u003C/ul>\n\u003Ch3>Conclusion: why does this matter?\u003C/h3>\nI was certainly interested in these results as a fun fact about the programming language ecosystem. But it also has implications for other data explorations we'll be publishing in the near future.\n\nWhen we ask questions about the software development industry, it's important to know that we're really answering two separate questions that have been \"blended\" together, and that separating them can sometimes give us more informative answers.\n\nFor example, we're often interested in understanding which technologies drive the most traffic, such as \u003Ca href=\"https://stackoverflow.blog/2017/08/01/flash-dead-technologies-might-next/\">examining technologies like Flash that are shrinking over time\u003C/a>. If we were to create a list of the most visited programming technologies, it would be different for high-income and low-income countries:\n\n\u003Cimg class=\"alignnone size-large wp-image-7696\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/08/slopegraph-1-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nFor instance, in 2017 so far, Python is the \u003Cstrong>second most visited\u003C/strong> tag among high-income countries, while it's only the 8th most visited in the rest of the world. My language of choice, R, is the 15th most visited tag in high-income countries, but it doesn't even make the \u003Cstrong>top 50\u003C/strong> most visited tags elsewhere.\n\nThis is important context when we're using Stack Overflow data to learn about the developer ecosystem. An American tech recruiter interested in the future of the industry will need a different set of answers than an Indian student wondering what language to learn, or an investor looking to understand tech companies in Kenya.\n\nIn future posts, we'll sometimes refer back to this division as we continue to explore the worldwide developer ecosystem.\n\n\u003Chr />\n\nIf you're looking to developer work anywhere in the world, discover the opportunities at Stack Overflow Jobs. There are postings from \u003Ca href=\"https://stackoverflow.com/jobs/developer-jobs-in-london?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-c4al&utm_content=c4al-link\" target=\"_blank\" rel=\"noopener\">London\u003C/a> to \u003Ca href=\"https://stackoverflow.com/jobs/developer-jobs-in-bangkok?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-c4al&utm_content=c4al-link\" target=\"_blank\" rel=\"noopener\">Bangkok\u003C/a>, as well as location-independent \u003Ca href=\"https://stackoverflow.com/jobs/remote-developer-jobs?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-c4al&utm_content=c4al-link\" target=\"_blank\" rel=\"noopener\">remote work\u003C/a>.","html","2017-08-29T16:02:00.000Z",{"current":500},"tale-two-industries-programming-languages-differ-wealthy-developing-countries",[502,510],{"_createdAt":503,"_id":504,"_rev":505,"_type":506,"_updatedAt":503,"slug":507,"title":509},"2023-05-23T16:43:21Z","wp-tagcat-announcements","9HpbCsT2tq0xwozQfkc4ih","blogTag",{"current":508},"announcements","Announcements",{"_createdAt":503,"_id":511,"_rev":505,"_type":506,"_updatedAt":503,"slug":512,"title":514},"wp-tagcat-insights",{"current":513},"insights","Insights","A Tale of Two Industries: How Programming Languages Differ Between Wealthy and Developing Countries",[517,523,529,535],{"_id":518,"publishedAt":519,"slug":520,"sponsored":12,"title":522},"f0807820-02d7-4fc5-845f-3d76514b81c0","2025-08-11T16:00:00.000Z",{"_type":10,"current":521},"renewing-chat-on-stack-overflow","Renewing Chat on Stack Overflow ",{"_id":524,"publishedAt":525,"slug":526,"sponsored":12,"title":528},"e33464c4-b21b-4019-8b86-64a46335a95e","2025-08-07T16:00:00.000Z",{"_type":10,"current":527},"a-new-worst-coder-has-entered-the-chat-vibe-coding-without-code-knowledge","A new worst coder has entered the chat: vibe coding without code knowledge",{"_id":530,"publishedAt":531,"slug":532,"sponsored":12,"title":534},"8b04b236-51d5-4747-9de8-2fe6e6a2512e","2025-08-04T16:00:00.000Z",{"_type":10,"current":533},"cross-pollination-as-a-strategic-advantage-for-forward-thinking-organizations","Cross-pollination as a strategic advantage for forward-thinking organizations",{"_id":536,"publishedAt":537,"slug":538,"sponsored":12,"title":540},"5bddfa7a-32ce-4f9b-9919-10f03a9ef39b","2025-07-31T16:00:00.000Z",{"_type":10,"current":539},"do-ai-coding-tools-help-with-imposter-syndrome-or-make-it-worse","Do AI coding tools help with imposter syndrome or make it worse?",{"count":542,"lastTimestamp":543},130,"2023-05-25T09:46:20Z",["Reactive",545],{"$sarticleModal":494},["Set"],["ShallowReactive",548],{"sanity-_LUgSBS5HGmp67B_z1aNMn12vE3Hq-U0GgJVbaZvvRk":-1,"sanity-comment-wp-post-7681-1755478008628":-1},"/2017/08/29/tale-two-industries-programming-languages-differ-wealthy-developing-countries/?cb=1"]