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 |
---|---|---|---|---|
1512. | Tristan (thavelick) | 37.87 | 97% | 2011-12-22 |
1513. | tstats[imrola] (imrola) | 37.86 | 97% | 2024-08-11 |
1514. | Maxwell (mwrona) | 37.84 | 92% | 2013-01-19 |
1515. | Behroz Karim (behrozbuzdar) | 37.84 | 96% | 2023-06-21 |
1516. | sakhaprox (rportnoy) | 37.82 | — | 2010-12-22 |
1517. | KW (kiawa88) | 37.79 | 90% | 2015-07-08 |
1518. | E (the_fast_one) | 37.78 | 95% | 2023-06-08 |
1519. | Jeremy (merlinsroom) | 37.75 | 92% | 2016-02-19 |
1520. | Elite (getgoodelite) | 37.75 | 96% | 2023-07-17 |
1521. | Daffa (dafdafdaf) | 37.75 | 96% | 2023-06-24 |
1522. | Jeferson Beliber (jbyungz) | 37.69 | 91% | 2024-10-08 |
1523. | anant (nntnag17) | 37.68 | 90% | 2011-08-10 |
1524. | Rondino (rondino2) | 37.67 | 91% | 2016-04-03 |
1525. | Omar (grawells) | 37.67 | 92.4% | 2025-01-05 |
1526. | fyda was here (cthuihu) | 37.66 | 91% | 2018-06-24 |
1527. | urban24 (urban24) | 37.66 | 89% | 2016-11-11 |
1528. | Alex (alexey0) | 37.64 | 99% | 2018-01-28 |
1529. | ΨΘΜ (type_is_lyfe) | 37.60 | 92% | 2017-11-29 |
1530. | bulbulator (amusement5912) | 37.57 | 95% | 2023-09-27 |
1531. | Schloemi (schloemi) | 37.57 | 92% | 2023-08-30 |
1532. | D (d_qwerty) | 37.57 | 99% | 2024-10-31 |
1533. | Zoltan (zoltan367) | 37.56 | 94% | 2023-06-24 |
1534. | melvin (melvink) | 37.56 | 96% | 2023-05-31 |
1535. | Carolina (mirrorball) | 37.54 | 96% | 2012-07-15 |
1536. | Send (typer10067) | 37.54 | 93% | 2019-02-17 |
1537. | Pixel (pixel_3d_x) | 37.53 | 95% | 2023-06-01 |
1538. | d (d_type) | 37.52 | 97% | 2024-01-01 |
1539. | Omer (omer_nukic) | 37.51 | 95% | 2021-10-08 |
1540. | Francesco (cecco43) | 37.51 | 94% | 2024-02-10 |
1541. | Emil (emil10150) | 37.50 | 92.1% | 2023-10-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |