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 |
---|---|---|---|---|
2518. | Ruan (tinkerbell888) | 17.16 | 91% | 2025-04-14 |
2519. | Uttam Shrestha (uttam1618) | 16.94 | 89.3% | 2025-04-25 |
2520. | Avanish Maurya (avanish_mau... | 16.90 | 91% | 2024-08-02 |
2521. | ale (alewee) | 16.76 | 89% | 2023-08-11 |
2522. | astralalgortihm (astralalgo... | 16.74 | 90% | 2024-07-26 |
2523. | hadil (hadil_pie) | 16.61 | 92% | 2024-08-22 |
2524. | Cube_123 (cube_123) | 16.57 | 90% | 2025-05-25 |
2525. | mohsen (mohsenrafiei1997) | 16.56 | 90% | 2023-08-13 |
2526. | Alif Sha (typerzzz7) | 16.56 | 93% | 2023-06-15 |
2527. | lea (leyley01) | 16.55 | 92% | 2023-09-21 |
2528. | Priya (priya890k) | 16.53 | 95% | 2024-05-27 |
2529. | Sakil Molla (sak909) | 16.42 | 94% | 2023-08-06 |
2530. | Abhi :) (a_bhi) | 16.30 | 91% | 2023-12-15 |
2531. | dhruv arya (dhruvarya) | 16.28 | 87% | 2024-02-28 |
2532. | lluis (lluissuros) | 16.25 | 90.7% | 2024-01-17 |
2533. | Nirro (nirro) | 15.99 | 88% | 2024-02-16 |
2534. | Zac (zacdoom) | 15.78 | 88% | 2023-10-12 |
2535. | Tahmid (tarmine) | 15.73 | 89% | 2024-04-07 |
2536. | aman (aman2007) | 15.47 | 90% | 2023-11-04 |
2537. | raihanah (raihnh7) | 15.31 | 91% | 2023-08-17 |
2538. | artemissy (artemissy) | 15.30 | 89% | 2024-01-23 |
2539. | Claire (claire_07) | 15.25 | 96% | 2023-07-03 |
2540. | Anna (650561585513) | 15.19 | 97% | 2024-06-04 |
2541. | Steve (steve69) | 15.04 | 90% | 2023-09-18 |
2542. | Corpsejack (james29333) | 14.99 | 89% | 2024-04-02 |
2543. | JokLon (vandro_17) | 14.97 | 90% | 2025-02-10 |
2544. | Matthew (shorent) | 14.93 | 87% | 2022-11-04 |
2545. | mrashof (mrashof) | 14.40 | 97% | 2025-05-21 |
2546. | porfiriomarquez (porfirioma... | 13.50 | 92% | 2025-05-31 |
2547. | porwis (porwis) | 13.04 | 87% | 2024-09-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |