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 |
---|---|---|---|---|
155. | GoodKnight (goodknight) | 72.90 | 98% | 2025-01-18 |
156. | carson (n0sr4c) | 72.80 | 98% | 2025-01-31 |
157. | Matej Kriz (marakujaa) | 72.73 | 99% | 2025-04-15 |
158. | ASDFG (jassanna) | 72.72 | 95% | 2011-12-05 |
159. | fantastic banter (erratic_ked) | 72.68 | 88% | 2017-05-27 |
160. | maximum typer pro (pivot5) | 72.67 | 97% | 2019-02-14 |
161. | tPenguinLTG (tpenguinltg) | 72.42 | 99% | 2016-09-05 |
162. | Shuai (aboveappo) | 72.29 | 99% | 2022-02-04 |
163. | Alex (alexk8) | 72.19 | 94% | 2015-07-21 |
164. | Jose (itto) | 72.06 | 99% | 2014-11-07 |
165. | Zefew (zephew) | 72.02 | 97% | 2023-10-03 |
166. | Alex (pumaking49) | 71.88 | 96% | 2013-08-04 |
167. | Haggis (haggis) | 71.86 | 96% | 2012-02-16 |
168. | chien (chien) | 71.84 | 94% | 2013-08-23 |
169. | (valikor) | 71.81 | 98% | 2017-12-29 |
170. | Folco (skylazzz) | 71.79 | 100% | 2017-02-17 |
171. | Kyle (gnulnx) | 71.74 | 98% | 2012-09-07 |
172. | Cire (type4harambe) | 71.68 | 97% | 2019-01-28 |
173. | Fxh7+ (bossrubik) | 71.66 | 97% | 2013-03-07 |
174. | PicturingFrames (frame_abil... | 71.55 | 93% | 2022-10-11 |
175. | ANDREA (andreaak00) | 71.42 | 92% | 2017-06-02 |
176. | dockit (dockit) | 71.25 | 96% | 2023-06-02 |
177. | Max (statutory) | 71.22 | 91% | 2017-05-22 |
178. | c4 (noobgalaxy) | 71.17 | 94% | 2011-10-14 |
179. | e (melbok) | 70.82 | 97% | 2023-06-04 |
180. | John (jonichan) | 70.52 | 98% | 2023-12-04 |
181. | vishE (actuallynonquitforlife) | 70.45 | 97% | 2019-02-16 |
182. | Sparsh (sparsh123) | 70.38 | 98% | 2024-03-29 |
183. | FurryDaddyLover.TTV (bokmook0) | 70.38 | 97% | 2025-02-24 |
184. | jason (pravus) | 70.16 | 96% | 2012-02-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |