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 |
---|---|---|---|---|
430. | phil (ronald12) | 59.80 | 4% | 2013-08-11 |
431. | kostas (kostas1) | 59.75 | — | 2011-03-03 |
432. | Beast (beastcodz) | 59.74 | 93% | 2024-02-12 |
433. | Elizabeth (elizabethwei) | 59.66 | 96% | 2022-02-15 |
434. | Sandy Bonfilio Yuvens (sand... | 59.63 | 91% | 2023-09-15 |
435. | Pratimesh (theshortlonger) | 59.62 | 97% | 2024-06-04 |
436. | Andrew (taroth) | 59.57 | 97% | 2018-12-07 |
437. | Chegn (csun) | 59.55 | 95% | 2011-08-01 |
438. | bonk (mrbonky) | 59.53 | 96% | 2023-05-23 |
439. | Rylie (ryliemn) | 59.49 | 95% | 2018-06-16 |
440. | P3NG00 (p3ng00) | 59.47 | 94% | 2023-07-30 |
441. | inward (inwardrtmp) | 59.45 | 96% | 2025-02-25 |
442. | Floris (intensty) | 59.43 | 97% | 2023-06-05 |
443. | Mohammad (alamin_typist) | 59.37 | 99% | 2018-11-16 |
444. | null (qbasic) | 59.36 | 97% | 2013-05-03 |
445. | :( (altrocality_dvorak_acc) | 59.32 | 97% | 2023-01-06 |
446. | ⭐️⭐️⭐️ (pbnl2) | 59.30 | 96% | 2019-07-22 |
447. | Aaron (arcfide) | 59.27 | 91% | 2012-02-23 |
448. | sygi (sygi) | 59.27 | 96% | 2024-11-19 |
449. | Andrei (sobercheg) | 59.23 | — | 2011-02-02 |
450. | Vũ (khanhyeuquan) | 59.20 | 96% | 2023-05-29 |
451. | nmyo (nmyo) | 59.19 | 96% | 2019-02-25 |
452. | Andrew (tea2024) | 59.19 | 98% | 2024-05-07 |
453. | Yi-Fan (bioniclezx) | 59.12 | 97% | 2022-06-04 |
454. | Domingo (mr_domingo) | 59.09 | 97% | 2017-05-06 |
455. | Melissa (mdm2389) | 59.09 | 98% | 2018-04-05 |
456. | Sonya (srscudder) | 59.08 | — | 2011-02-01 |
457. | TsReaper (tsreaper) | 59.06 | 97% | 2018-04-23 |
458. | Alex (alexklaus) | 59.06 | 99% | 2019-03-31 |
459. | 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 |