User:Bukzor: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 24: Line 24:
# select for "python" as a CSS class, and get lumps of Python code.
# select for "python" as a CSS class, and get lumps of Python code.
#* Now I have ~700 python snippets that I'm working on pylint'ing and analyzing. --Bukzor 01:29, 24 April 2010 (UTC)
#* Now I have ~700 python snippets that I'm working on pylint'ing and analyzing. --Bukzor 01:29, 24 April 2010 (UTC)
#* I note that plenty of the Python solutions are using plain <pre> tags which are being skipped in my current scheme. I'll have to add some code to detect this...
# automate feeding that code through pylint
# automate feeding that code through pylint
#* The current Ubunut pylint (0.18) throws up on 'import curses' for unknown reasons, but installing the latest version (0.20) allows me to pylint all of the scraped snippets as a whole. Collectively, they're rated at -1.58/10 (that's negative). I hope to get that up to 10/10 someday. --[[User:Bukzor|Bukzor]] 05:02, 26 April 2010 (UTC)
# save a report of pages->scores
# save a report of pages->scores


--[[User:Bukzor|Bukzor]] 03:31, 26 April 2010 (UTC)
--[[User:Bukzor|Bukzor]] 05:02, 26 April 2010 (UTC)