Isn't the title a bit misleading? According to the chart, Java is the most popular language of the year (and the decade, if you take a look at https://sites.google.com/site/pydatalog/pypl/PyPL-PopularitY... ).
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
C# is the language of the year, Python of the decade
11–20 of 74 posts
Re: C# is the language of the year, Python of the decade
#12Isn't the title a bit misleading? According to the chart, Java is the most popular language of the year (and the decade, if you take a look at https://sites.google.com/site/pydatalog/pypl/PyPL-PopularitY... ).
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
Re: C# is the language of the year, Python of the decade
#13Earlier quoted context omitted.
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
Wouldn't a language that goes from 0 users to 1 user within this year easily win this sort of measurement?
Re: C# is the language of the year, Python of the decade
#14Re: C# is the language of the year, Python of the decade
#15Isn't the title a bit misleading? According to the chart, Java is the most popular language of the year (and the decade, if you take a look at https://sites.google.com/site/pydatalog/pypl/PyPL-PopularitY... ).
http://www.google.com/trends/explore?hl=en-US#q=Java%20tutor...
And also there you can see that India is still the biggest searcher of programming tutorials in the world.
Re: C# is the language of the year, Python of the decade
#16Earlier quoted context omitted.
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
Wouldn't a language that goes from 0 users to 1 user within this year easily win this sort of measurement?
Re: C# is the language of the year, Python of the decade
#17I recently started using C#, having not programmed for windows in years, and have to admit I'm greatly impressed by it. It really feels modern, well designed, and very flexible and powerful, in too many ways to list. Unfortunately, I'm finding the .NET libraries that I'm using not quite so well designed - Working with windows forms specifically. Fortunately, a lot of the third party libraries seem pretty well designe…
From the Windows/Client UI side, I think you may want to check out WPF. Winforms is exactly what you said, a thin Win32 wrapper in .Net (which is why I found it easy, already knowing some C Win32 APIs and MFC). WPF takes some times to wrap your head around, I still haven't done it, but it seems like a better way to go. Of course now we have Windows 8/WinRT so who knows what's going to happen to WPF.
Not to mention all the awesome databinding stuff, and now with async in C# 5, it's easier than ever to create responsive UI. Just reading about the async stuff had me thinking back to that project, saying "yeah, that would make [some chunk of the code] a lot more intelligible".
I contribute a lot in the /r/learnprogramming subreddit, and when new programmers are asking about UI with C#, I generally suggest just skipping Forms. There's really no reason to use it anymore. I can't believe I used it so long while WPF was right there, ready to free me of the Forms peril.
Re: C# is the language of the year, Python of the decade
#18http://www.google.com/trends/explore?hl=en-US#q=Java%20tutor...
India is far ahead of every other country for all of these tutorial searches. eg for Java, India is search index 100, while USA is only search index 11.
Re: C# is the language of the year, Python of the decade
#19I created a chart with some more languages in this Google Doc: http://bit.ly/UBuI02. Java seems to be by far the most popular, though C# seems to be pretty high-demand too.
One could probably compare different job sites to see why they have somewhat different rankings. Also, I wasn't sure how to search for C (and even C++) without getting C# results too.
Re: C# is the language of the year, Python of the decade
#20Earlier quoted context omitted.
First line of the article: "C# had the highest growth in popularity this year (2.3 %), and Python the highest growth this decade (8%)". One of their key metrics to determine popularity is growth.
Wouldn't a language that goes from 0 users to 1 user within this year easily win this sort of measurement?