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 |
---|---|---|---|---|
135. | LeSirH (lesirh) | 74.81 | 95% | 2019-08-08 |
136. | Yaron (yaron) | 74.80 | — | 2011-03-09 |
137. | selphy (selphy) | 74.62 | 93% | 2013-05-05 |
138. | silver (harmenszoon) | 74.48 | 97% | 2023-06-08 |
139. | marius (marius_) | 74.30 | 98% | 2011-05-21 |
140. | United with ISRAEL! (urikil... | 74.30 | 88% | 2014-11-24 |
141. | (sura5) | 74.17 | 96% | 2021-12-07 |
142. | Kim (kimson52) | 74.16 | 99% | 2024-09-27 |
143. | Jared (shmup) | 74.13 | 96% | 2014-12-03 |
144. | xlnc (yabagao) | 74.01 | 98% | 2023-10-31 |
145. | Snail (kelvin_paul) | 73.96 | 97% | 2024-02-15 |
146. | (altrocality) | 73.71 | 98% | 2023-06-15 |
147. | Miku (mikuhatsune) | 73.70 | — | 2011-01-30 |
148. | KTH (kthmanish) | 73.69 | 99.5% | 2024-08-22 |
149. | chaotic_iak (chaotic_iak) | 73.64 | 98% | 2013-10-26 |
150. | Icecuber (icecuber) | 73.61 | 98% | 2025-06-24 |
151. | meo (typowriter16) | 73.54 | 97% | 2022-01-28 |
152. | Barlennan (barlennan) | 73.53 | 97% | 2024-06-26 |
153. | dotdotdot (atuladhar1) | 73.42 | 98% | 2023-07-22 |
154. | Oviyan Gandhi (syck) | 73.38 | 98% | 2024-07-11 |
155. | DiƩssica (diessicagurskas) | 73.25 | 95% | 2013-01-21 |
156. | Kramnik (st4ff) | 73.24 | 98% | 2025-07-02 |
157. | Martin (msch) | 73.10 | — | 2009-12-23 |
158. | TransPride (princess_swag) | 73.07 | 96% | 2025-08-16 |
159. | sdf (sjdfio) | 73.05 | 97% | 2023-05-22 |
160. | Risan (rhinoceron) | 73.04 | 97% | 2024-12-14 |
161. | Maja` (meithecatte) | 72.92 | 95% | 2024-03-16 |
162. | GoodKnight (goodknight) | 72.90 | 98% | 2025-01-18 |
163. | carson (n0sr4c) | 72.80 | 98% | 2025-01-31 |
164. | Matej Kriz (marakujaa) | 72.73 | 99% | 2025-04-15 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |