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 |
---|---|---|---|---|
409. | michael (mikul) | 59.90 | 96% | 2023-04-30 |
410. | Vijay (vijays4404) | 59.81 | 97% | 2025-02-10 |
411. | phil (ronald12) | 59.80 | 4% | 2013-08-11 |
412. | kostas (kostas1) | 59.75 | — | 2011-03-03 |
413. | Beast (beastcodz) | 59.74 | 93% | 2024-02-12 |
414. | Elizabeth (elizabethwei) | 59.66 | 96% | 2022-02-15 |
415. | Sandy Bonfilio Yuvens (sand... | 59.63 | 91% | 2023-09-15 |
416. | Pratimesh (theshortlonger) | 59.62 | 97% | 2024-06-04 |
417. | Andrew (taroth) | 59.57 | 97% | 2018-12-07 |
418. | Chegn (csun) | 59.55 | 95% | 2011-08-01 |
419. | bonk (mrbonky) | 59.53 | 96% | 2023-05-23 |
420. | Rylie (ryliemn) | 59.49 | 95% | 2018-06-16 |
421. | P3NG00 (p3ng00) | 59.47 | 94% | 2023-07-30 |
422. | inward (inwardrtmp) | 59.45 | 96% | 2025-02-25 |
423. | Floris (intensty) | 59.43 | 97% | 2023-06-05 |
424. | Mohammad (alamin_typist) | 59.37 | 99% | 2018-11-16 |
425. | null (qbasic) | 59.36 | 97% | 2013-05-03 |
426. | :( (altrocality_dvorak_acc) | 59.32 | 97% | 2023-01-06 |
427. | ⭐️⭐️⭐️ (pbnl2) | 59.30 | 96% | 2019-07-22 |
428. | Commotion6071 (commotion6071) | 59.29 | 98.4% | 2025-05-12 |
429. | Aaron (arcfide) | 59.27 | 91% | 2012-02-23 |
430. | sygi (sygi) | 59.27 | 96% | 2024-11-19 |
431. | Andrei (sobercheg) | 59.23 | — | 2011-02-02 |
432. | Vũ (khanhyeuquan) | 59.20 | 96% | 2023-05-29 |
433. | nmyo (nmyo) | 59.19 | 96% | 2019-02-25 |
434. | Andrew (tea2024) | 59.19 | 98% | 2024-05-07 |
435. | Yi-Fan (bioniclezx) | 59.12 | 97% | 2022-06-04 |
436. | Domingo (mr_domingo) | 59.09 | 97% | 2017-05-06 |
437. | Melissa (mdm2389) | 59.09 | 98% | 2018-04-05 |
438. | Sonya (srscudder) | 59.08 | — | 2011-02-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |