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 |
---|---|---|---|---|
402. | Callum (callumcarmicheal) | 60.14 | 93% | 2017-09-27 |
403. | SalmanMKC (hellothen) | 60.13 | 95% | 2019-01-30 |
404. | Doomguy (vader_) | 60.06 | 96% | 2023-06-29 |
405. | Dambi (tomino) | 60.04 | 97% | 2022-01-27 |
406. | Sumit (sumit_ghag) | 59.99 | 97.5% | 2023-12-27 |
407. | emu (emu995) | 59.95 | 97% | 2012-03-01 |
408. | Steve (steveleem) | 59.91 | 94.8% | 2024-01-09 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |