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 |
---|---|---|---|---|
1426. | Andrés (andresmosquera) | 37.93 | 95% | 2023-10-01 |
1427. | Gooner (gooner7) | 37.91 | — | 2011-03-17 |
1428. | Aqualaxy (aqualaxy) | 37.91 | 92% | 2024-02-20 |
1429. | ᗜ Plover Steno (stedno) | 37.87 | 71% | 2016-04-26 |
1430. | Tristan (thavelick) | 37.87 | 97% | 2011-12-22 |
1431. | tstats[imrola] (imrola) | 37.86 | 97% | 2024-08-11 |
1432. | Maxwell (mwrona) | 37.84 | 92% | 2013-01-19 |
1433. | Behroz Karim (behrozbuzdar) | 37.84 | 96% | 2023-06-21 |
1434. | sakhaprox (rportnoy) | 37.82 | — | 2010-12-22 |
1435. | KW (kiawa88) | 37.79 | 90% | 2015-07-08 |
1436. | E (the_fast_one) | 37.78 | 95% | 2023-06-08 |
1437. | Jeremy (merlinsroom) | 37.75 | 92% | 2016-02-19 |
1438. | Elite (getgoodelite) | 37.75 | 96% | 2023-07-17 |
1439. | Daffa (dafdafdaf) | 37.75 | 96% | 2023-06-24 |
1440. | Jeferson Beliber (jbyungz) | 37.69 | 91% | 2024-10-08 |
1441. | anant (nntnag17) | 37.68 | 90% | 2011-08-10 |
1442. | Rondino (rondino2) | 37.67 | 91% | 2016-04-03 |
1443. | Omar (grawells) | 37.67 | 92.4% | 2025-01-05 |
1444. | fyda was here (cthuihu) | 37.66 | 91% | 2018-06-24 |
1445. | urban24 (urban24) | 37.66 | 89% | 2016-11-11 |
1446. | Alex (alexey0) | 37.64 | 99% | 2018-01-28 |
1447. | ΨΘΜ (type_is_lyfe) | 37.60 | 92% | 2017-11-29 |
1448. | bulbulator (amusement5912) | 37.57 | 95% | 2023-09-27 |
1449. | Schloemi (schloemi) | 37.57 | 92% | 2023-08-30 |
1450. | D (d_qwerty) | 37.57 | 99% | 2024-10-31 |
1451. | Carolina (mirrorball) | 37.54 | 96% | 2012-07-15 |
1452. | Send (typer10067) | 37.54 | 93% | 2019-02-17 |
1453. | Pixel (pixel_3d_x) | 37.53 | 95% | 2023-06-01 |
1454. | d (d_type) | 37.52 | 97% | 2024-01-01 |
1455. | Omer (omer_nukic) | 37.51 | 95% | 2021-10-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |