Rosetta Code/Rank languages by popularity: Difference between revisions

→‎{{header|Python}}: in my opinion its better to iterate the file than read it all in
(added ruby)
(→‎{{header|Python}}: in my opinion its better to iterate the file than read it all in)
Line 30:
return int(x.split()[0])
a = urllib.urlopen("http://www.rosettacode.org/w/index.php?title=Special:Categories&limit=500").readlines()
entries = []
Anonymous user