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