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 |
---|---|---|---|---|
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 |
2226. | Hermano95 (kovacsgellertpal) | 28.52 | 95% | 2025-03-01 |
2227. | Vitalii (xarts19) | 28.47 | 86% | 2012-03-18 |
2228. | Moaath (moaath) | 28.46 | 92% | 2024-08-16 |
2229. | Ronualdo Augusto (ronualdo) | 28.42 | 81% | 2012-12-19 |
2230. | king (king131313) | 28.41 | 91% | 2023-08-09 |
2231. | Puppy (s_puppy88) | 28.36 | 84% | 2011-09-08 |
2232. | Aj (aj888) | 28.36 | 95% | 2025-01-03 |
2233. | Daniel (nodasch) | 28.34 | 91% | 2022-10-20 |
2234. | Duke (albinokitty) | 28.33 | 84% | 2013-04-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |