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 |
---|---|---|---|---|
398. | michael (mikul) | 59.90 | 96% | 2023-04-30 |
399. | Vijay (vijays4404) | 59.81 | 97% | 2025-02-10 |
400. | phil (ronald12) | 59.80 | 4% | 2013-08-11 |
401. | kostas (kostas1) | 59.75 | — | 2011-03-03 |
402. | Beast (beastcodz) | 59.74 | 93% | 2024-02-12 |
403. | Elizabeth (elizabethwei) | 59.66 | 96% | 2022-02-15 |
404. | Pratimesh (theshortlonger) | 59.62 | 97% | 2024-06-04 |
405. | Andrew (taroth) | 59.57 | 97% | 2018-12-07 |
406. | Chegn (csun) | 59.55 | 95% | 2011-08-01 |
407. | bonk (mrbonky) | 59.53 | 96% | 2023-05-23 |
408. | Rylie (ryliemn) | 59.49 | 95% | 2018-06-16 |
409. | P3NG00 (p3ng00) | 59.47 | 94% | 2023-07-30 |
410. | inward (inwardrtmp) | 59.45 | 96% | 2025-02-25 |
411. | Mohammad (alamin_typist) | 59.37 | 99% | 2018-11-16 |
412. | null (qbasic) | 59.36 | 97% | 2013-05-03 |
413. | :( (altrocality_dvorak_acc) | 59.32 | 97% | 2023-01-06 |
414. | ⭐️⭐️⭐️ (pbnl2) | 59.30 | 96% | 2019-07-22 |
415. | Aaron (arcfide) | 59.27 | 91% | 2012-02-23 |
416. | sygi (sygi) | 59.27 | 96% | 2024-11-19 |
417. | Andrei (sobercheg) | 59.23 | — | 2011-02-02 |
418. | Vũ (khanhyeuquan) | 59.20 | 96% | 2023-05-29 |
419. | nmyo (nmyo) | 59.19 | 96% | 2019-02-25 |
420. | Andrew (tea2024) | 59.19 | 98% | 2024-05-07 |
421. | Yi-Fan (bioniclezx) | 59.12 | 97% | 2022-06-04 |
422. | Domingo (mr_domingo) | 59.09 | 97% | 2017-05-06 |
423. | Melissa (mdm2389) | 59.09 | 98% | 2018-04-05 |
424. | Sonya (srscudder) | 59.08 | — | 2011-02-01 |
425. | TsReaper (tsreaper) | 59.06 | 97% | 2018-04-23 |
426. | Alex (alexklaus) | 59.06 | 99% | 2019-03-31 |
427. | Patricio (patopop007) | 59.01 | 90% | 2013-01-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |