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 |
---|---|---|---|---|
2184. | D Leek (d_leek) | 27.65 | 91% | 2024-08-26 |
2185. | Marie (cu4tro) | 27.64 | 92% | 2024-04-13 |
2186. | Sergio Deybit Colque beraza... | 27.60 | 96% | 2024-09-09 |
2187. | Ryu (nalyerryuu) | 27.56 | 87% | 2022-12-24 |
2188. | Vardan (artist) | 27.55 | — | 2011-03-07 |
2189. | seas (o12d) | 27.53 | 90% | 2025-01-11 |
2190. | tstats[devbatra1000] (devba... | 27.52 | 95% | 2022-06-29 |
2191. | Arturo (arturo25) | 27.50 | 94.4% | 2023-10-03 |
2192. | pieterjan (pjdem) | 27.49 | 90% | 2023-08-11 |
2193. | Muhammad Zubair (m_zubair) | 27.49 | 92% | 2023-10-18 |
2194. | Kumar Gourav (kgourav) | 27.46 | 92% | 2024-08-25 |
2195. | ADITYA (aditya1001) | 27.45 | 92% | 2024-05-21 |
2196. | JAVI (javimadrid5) | 27.45 | 96% | 2025-01-29 |
2197. | Benjin (benjin7) | 27.44 | 92% | 2023-08-09 |
2198. | josedapara (joseg2004) | 27.42 | 90% | 2023-07-21 |
2199. | vardan (felon) | 27.39 | 90% | 2011-08-19 |
2200. | ansh (anshhhhh) | 27.38 | 94% | 2024-02-28 |
2201. | Juanpy (juanpy) | 27.34 | 97% | 2023-10-18 |
2202. | wr.dd.i.go.rng (lucean) | 27.33 | 89% | 2014-05-04 |
2203. | Swadhin Gyanajyoti (gyanajy... | 27.32 | 94% | 2025-01-05 |
2204. | kale ciao (justnoice) | 27.31 | 89% | 2023-06-29 |
2205. | Naidu (naidu_1702) | 27.30 | 96% | 2023-05-31 |
2206. | Lara (lalystando) | 27.30 | 96% | 2024-03-31 |
2207. | Slackerr501 (slackerr501) | 27.30 | 95% | 2025-02-20 |
2208. | Gabriel (gabrielju) | 27.29 | 85% | 2015-12-01 |
2209. | Magdy (magdywafik) | 27.29 | 95% | 2023-11-09 |
2210. | Ludger (ludger) | 27.28 | 92.8% | 2023-12-04 |
2211. | Fayez (fayez1) | 27.27 | 96% | 2023-10-24 |
2212. | Jorge (jorgechaos) | 27.22 | 95% | 2018-05-15 |
2213. | SSLizzy (sslizzy) | 27.22 | 92% | 2025-01-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |