User:Bukzor

From Rosetta Code
Revision as of 01:33, 24 April 2010 by rosettacode>Bukzor
My Favorite Languages
Language Proficiency
Python Expert
UNIX Shell Very Active
SQL Active
JavaScript Semi-Active
C Rusty
Perl Hacker/Hater
C++ Rusty

Right now I'm just having fun improving other people's python. That's probably not what this is all about, but I like it.

Automatic pylint

I feel done with that part, but I'm having trouble getting any of the builtin html or xml parsers to give me a DOM. htmlparser is just a ghetto little state machine, and the xml parsers are too strict (  is an 'unknown entity').

I've posted a stackoverflow question on this subject here. --Bukzor 16:31, 20 April 2010 (UTC)

I've parsed the site A-Z and fixed all the html tag issues I found. Look at my edits for the previous couple days for details. Now I have ~700 python snippets that I'm working on pylint'ing and analyzing. --Bukzor 01:29, 24 April 2010 (UTC)