class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)
—from Dive Into Python, a software by Mark Pilgrim
Active since November 19, 2009.
183 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1248. | Yernur (yernoor) | 41.81 | 91% | 2024-03-12 |
1249. | Nathan (baynay) | 41.78 | 97% | 2025-01-30 |
1250. | beFriend💚 (s1l3n7) | 41.77 | 94% | 2018-09-25 |
1251. | GordonShumway (gordon_shumway) | 41.77 | 99.5% | 2024-02-02 |
1252. | Tin Le (tin22) | 41.64 | 95% | 2024-06-30 |
1253. | Bijoy (bijoy022_) | 41.64 | 97% | 2024-08-19 |
1254. | Ali Amor (psycomentis06) | 41.64 | 94% | 2025-01-14 |
1255. | Yamn (yamn) | 41.63 | 94% | 2017-06-20 |
1256. | Jake (jasala) | 41.63 | 94% | 2017-04-05 |
1257. | James2 (james372) | 41.61 | 93% | 2014-11-05 |
1258. | Teme (teme) | 41.61 | 89% | 2015-10-22 |
1259. | Pirate (yarrpirate) | 41.59 | 88% | 2015-10-01 |
1260. | bvckspvce (slowracerx) | 41.58 | 95% | 2018-05-10 |
1261. | Kevin (gepullekev) | 41.58 | 94% | 2023-06-11 |
1262. | Connor (nellak) | 41.56 | 96% | 2018-01-27 |
1263. | Lukas Foro (king_frodo) | 41.56 | 97% | 2023-06-22 |
1264. | Jacq (jacquel) | 41.55 | 97.4% | 2023-12-26 |
1265. | Hugo (paulz_420) | 41.55 | 91.5% | 2025-01-29 |
1266. | C0br6 (c0br6) | 41.44 | 96% | 2025-03-22 |
1267. | Jared (oranged97939) | 41.41 | 86% | 2012-09-17 |
1268. | PonyTail (p0nytail) | 41.40 | 97% | 2024-02-13 |
1269. | Abdul (abdulwd) | 41.39 | 97% | 2020-04-15 |
1270. | parth (parthvaghela) | 41.37 | 96% | 2021-12-06 |
1271. | Avazbek (a_avazbek_a) | 41.36 | 95% | 2023-06-18 |
1272. | XxTyp1ngG0DxX (merklinn) | 41.36 | 95% | 2023-07-02 |
1273. | dorianmodemusic (djdorian1) | 41.34 | 91% | 2018-07-17 |
1274. | guu (guda) | 41.34 | — | 2011-01-30 |
1275. | Raul (legacyx2) | 41.33 | 96% | 2024-10-23 |
1276. | Nuthasith (nat9dai) | 41.33 | 96% | 2025-02-12 |
1277. | Folter (folter) | 41.28 | 92% | 2013-11-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |