griswolf
Results
2
issues of
griswolf
I love it... but: s.isidentifier() isn't defined for Python 2.7; so import re identifier = re.compile(r'^[^\d\W]\w*$') Executables in my scheme of things are often links in my bin directory to...
I would like to (interactively?) enter my username and password so I can scrape all my comics that were updated "today". I have started coding this using BeautifulSoup and Selenium,...
enhancement