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 |
---|---|---|---|---|
817. | Wyatt (katrro) | 49.51 | 94% | 2025-04-16 |
818. | Jirka (jirka_racer) | 49.48 | 97% | 2023-11-08 |
819. | Mog (moginspace) | 49.48 | 97% | 2024-08-05 |
820. | Jonathan (jrhe) | 49.46 | 95% | 2013-04-12 |
821. | Stefan (zamfigod) | 49.44 | 97% | 2023-06-11 |
822. | Eugene (ewyxus) | 49.41 | 96% | 2023-06-22 |
823. | NeroveX (nf2z47kvvv8c8ns5) | 49.40 | 94% | 2023-01-01 |
824. | Chals (djchals) | 49.40 | 100% | 2023-08-09 |
825. | Jordan (jordy123e) | 49.40 | 93% | 2025-01-10 |
826. | Tomáš (eyzi25) | 49.38 | 94% | 2023-11-14 |
827. | Chinmay (chinmaykarnik) | 49.37 | 95% | 2024-10-08 |
828. | zat (teacup) | 49.30 | — | 2011-02-06 |
829. | Gengchen (thallium54) | 49.29 | 92% | 2023-06-12 |
830. | Master (master_2010) | 49.26 | 95% | 2023-07-08 |
831. | Linsk (linsk) | 49.25 | 94% | 2019-02-25 |
832. | Johnny Sins (sins621) | 49.23 | 98% | 2024-12-12 |
833. | olari (olaridv) | 49.22 | 97% | 2019-08-13 |
834. | Mentalmath (mentalmath) | 49.12 | 95% | 2024-02-18 |
835. | edc (cericd) | 49.07 | 96% | 2025-03-21 |
836. | montanaromero (montanaromero) | 49.06 | 93% | 2024-05-06 |
837. | Ascyt (ascyt) | 49.05 | 94% | 2023-06-12 |
838. | gabelolll (the_typing_noob1... | 49.05 | 95% | 2024-12-26 |
839. | chook (chook1234) | 49.04 | 97% | 2024-02-15 |
840. | ViktorT (vitr_88) | 49.00 | 97% | 2024-05-22 |
841. | Romans ✂ (romaninsh) | 48.99 | 88% | 2016-07-07 |
842. | name (andyhk) | 48.99 | 96% | 2018-02-27 |
843. | oolimry (oolimry2) | 48.96 | 96% | 2023-10-19 |
844. | arnargisla (arnargisla) | 48.95 | 97% | 2019-03-14 |
845. | An (annoyed) | 48.92 | — | 2009-12-26 |
846. | no (prtlai) | 48.92 | 98% | 2023-07-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 7,254 | 46.37 | November 19, 2009 |
Default (English) | 3 | 56.86 | December 14, 2008 |