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 |
---|---|---|---|---|
1523. | Jeferson Beliber (jbyungz) | 37.69 | 91% | 2024-10-08 |
1524. | anant (nntnag17) | 37.68 | 90% | 2011-08-10 |
1525. | Rondino (rondino2) | 37.67 | 91% | 2016-04-03 |
1526. | Omar (grawells) | 37.67 | 92.4% | 2025-01-05 |
1527. | fyda was here (cthuihu) | 37.66 | 91% | 2018-06-24 |
1528. | urban24 (urban24) | 37.66 | 89% | 2016-11-11 |
1529. | Alex (alexey0) | 37.64 | 99% | 2018-01-28 |
1530. | ΨΘΜ (type_is_lyfe) | 37.60 | 92% | 2017-11-29 |
1531. | bulbulator (amusement5912) | 37.57 | 95% | 2023-09-27 |
1532. | Schloemi (schloemi) | 37.57 | 92% | 2023-08-30 |
1533. | D (d_qwerty) | 37.57 | 99% | 2024-10-31 |
1534. | Zoltan (zoltan367) | 37.56 | 94% | 2023-06-24 |
1535. | melvin (melvink) | 37.56 | 96% | 2023-05-31 |
1536. | Carolina (mirrorball) | 37.54 | 96% | 2012-07-15 |
1537. | Send (typer10067) | 37.54 | 93% | 2019-02-17 |
1538. | Pixel (pixel_3d_x) | 37.53 | 95% | 2023-06-01 |
1539. | d (d_type) | 37.52 | 97% | 2024-01-01 |
1540. | Omer (omer_nukic) | 37.51 | 95% | 2021-10-08 |
1541. | Francesco (cecco43) | 37.51 | 94% | 2024-02-10 |
1542. | Emil (emil10150) | 37.50 | 92.1% | 2023-10-29 |
1543. | jason (jasontime12345) | 37.49 | 92% | 2018-05-08 |
1544. | Luiz (lhlmarques) | 37.46 | 97% | 2023-12-19 |
1545. | Emily (treblejig) | 37.44 | 97% | 2025-02-21 |
1546. | kketamine (kketamine) | 37.43 | 97% | 2022-01-09 |
1547. | Feri (meferi) | 37.43 | 94% | 2024-09-26 |
1548. | Beibarys (beba23) | 37.34 | 93% | 2024-02-10 |
1549. | sid__que (sid__que) | 37.33 | 97% | 2023-06-22 |
1550. | Sri (lulu25) | 37.31 | 92% | 2012-03-13 |
1551. | Shiny (bonkezmonkey) | 37.30 | 93% | 2016-10-22 |
1552. | Sarah (smm2319) | 37.25 | 97% | 2024-05-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |