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 |
---|---|---|---|---|
2196. | yug (yugplayz) | 28.94 | 93% | 2025-06-25 |
2197. | steven (hugochavez69) | 28.93 | 94% | 2023-09-16 |
2198. | Ethan (ethanos42) | 28.90 | 92% | 2023-01-05 |
2199. | uniquestar (uniquestar121) | 28.87 | 93% | 2024-05-20 |
2200. | Mr Gong (mr_gong) | 28.85 | 94% | 2025-04-29 |
2201. | UTSAV (utsavtypesfast) | 28.84 | 95.1% | 2024-03-23 |
2202. | Sne (clueless_af) | 28.82 | 97% | 2023-06-13 |
2203. | Justin (hockeylvr99) | 28.80 | 90% | 2014-10-09 |
2204. | Defenestration (deeefenestr... | 28.80 | 90% | 2022-03-11 |
2205. | Maverick (1_maverick) | 28.79 | 91% | 2025-05-30 |
2206. | Jack (jack_hipson300) | 28.72 | 85% | 2017-03-05 |
2207. | Pawornprut Siriwattanakan (... | 28.72 | 94.8% | 2025-05-09 |
2208. | NPC1018 (s0m3thing) | 28.70 | 91% | 2023-10-23 |
2209. | e (rndmsrnm) | 28.69 | 93% | 2023-10-25 |
2210. | Cheng (srain) | 28.68 | 92% | 2012-06-17 |
2211. | Azrael (_azrael) | 28.67 | 90.7% | 2025-02-09 |
2212. | thanh ha (hatienthanh) | 28.66 | 93% | 2023-08-29 |
2213. | Luis (speed123324) | 28.66 | 92% | 2023-12-28 |
2214. | Evan (navesulezed) | 28.66 | 94% | 2025-09-08 |
2215. | Bruddenem (bruddenem) | 28.65 | 92% | 2023-07-25 |
2216. | Aang (ageare) | 28.64 | 96% | 2024-06-26 |
2217. | Splinx (splinx) | 28.61 | 94% | 2024-02-01 |
2218. | Marco Soria Ali (souljin99) | 28.61 | 97% | 2025-09-10 |
2219. | TYPESTARS (nightprobe) | 28.60 | 90% | 2013-04-22 |
2220. | Stop (stop__) | 28.60 | 91% | 2023-04-15 |
2221. | mathew (foxxworx) | 28.57 | 94% | 2023-06-09 |
2222. | Anonymous (secret_codes) | 28.56 | 96% | 2018-10-11 |
2223. | Ben (eyox) | 28.55 | 97% | 2023-05-24 |
2224. | Dewangga (winasforcepta) | 28.54 | 94% | 2013-07-29 |
2225. | hospixy (hospixy) | 28.52 | 93% | 2023-11-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |