hop

3,771
reputation
396 views

Registered User

name hop
member for 1 year
seen 2 days ago
website
location AT
age 32
Freelance Linux and OS X sysadmin, python coder, all around lazy dog
Dec
6
awarded  Mortarboard
Dec
3
comment Codec Errors in Python
mister, you are truly a marvel at missing the point!
Dec
3
comment Is close() necessary when using iterator on a Python file object
true that for 2.5+
Dec
2
comment Is close() necessary when using iterator on a Python file object
in small, short-running scripts it may be prudent to trade off clarity of the code against having one open file hanging arodund for a short time.
Dec
2
revised Python, PowerShell, or Other?
edited tags
Dec
2
comment Codec Errors in Python
please post the actual problem, so we can fix that.
Dec
2
comment What Python-only HTTP/1.1 web servers are available?
still, cherrypy is a web framework and contains a web server.
Dec
2
answered What Python-only HTTP/1.1 web servers are available?
Dec
2
comment What Python-only HTTP/1.1 web servers are available?
cherrypy is a web framework, not an http server
Dec
2
comment Replace a trac site with a basic redirect page
You keep using that word. I do not think it means what you think it means.
Dec
1
comment Need help with Python/BeautifulSoup
not to mention that you could copy everything you need from the main documentation almost verbatim.
Dec
1
comment Need help with Python/BeautifulSoup
so you made me put work into the old question, although you weren't paying attention any more... thank you so very, very much.
Dec
1
revised Regex with exception of particular words
added 44 characters in body
Dec
1
answered Definition of the word “patch”
Dec
1
comment Definition of the word “patch”
i'm deeply troubled by the fact that wikipedia is cited, but not the jargon file!
Dec
1
revised Need help with Python/BeautifulSoup
added 192 characters in body
Dec
1
comment Need help with Python/BeautifulSoup
your version works too, of course, but i wanted to show a more general approach
Dec
1
comment Need help with Python/BeautifulSoup
i pasted the wrong version, sorry. this correction guards against tags that don't have the id attribute.
Dec
1
revised Need help with Python/BeautifulSoup
added 63 characters in body
Dec
1
accepted Need help with Python/BeautifulSoup
Dec
1
revised Need help with Python/BeautifulSoup
added 1 characters in body
Dec
1
answered Use PHP mail to send via smtp
Dec
1
comment Need help with Python/BeautifulSoup
that fixed the TypeError
Dec
1
revised Need help with Python/BeautifulSoup
added 177 characters in body; added 185 characters in body
Dec
1
comment Need help with Python/BeautifulSoup
SyntaxError? Strange... you should get a TypeError.
Dec
1
comment Need help with Python/BeautifulSoup
uh... pardon me? why the downvote?
Dec
1
answered Need help with Python/BeautifulSoup
Dec
1
answered Need help with Python/BeautifulSoup
Dec
1
comment Need help with Python/BeautifulSoup
you'll get better results if you only post one question per question
Dec
1
awarded  Nice Answer
Nov
30
comment Sending mail from bash shell script.
errr...? sendmail is part of postfix, and postfix is the smtpd on os x, so what is your question?
Nov
30
revised HTTP Digest Authentication versus SSL
added 1 characters in body
Nov
30
comment Sending mail from bash shell script.
because you could hardly have put any less effort into your answer.
Nov
30
revised Sending mail from bash shell script.
added 52 characters in body
Nov
30
answered Sending mail from bash shell script.
Nov
30
comment tokenize a string keeping delimiters in Python
not using the OP's string masks the fact that the empty string is included as the first element of the returned list.
Nov
30
comment tokenize a string keeping delimiters in Python
elegant and easily expandable (think (\s+|\w+|\S+)).
Nov
29
comment What is wrong with my “digit finder” in python?
it indeed does only count elements, but strings are really lists of characters. to get a result of 1, you would have to count a list of a string: len([str(100000)])
Nov
28
comment What kind of learning algorithm would you use to build a model of how long it takes a human to solve a given Sudoku situation?
my guess is that 2^81 alone would be too big a search space to make any machine-learning algorithm come up with a good model. also, filled-or-not seems too crude as input to base a model on, but anything more sophisticated will vastly increase the search space.
Nov
28
comment What kind of learning algorithm would you use to build a model of how long it takes a human to solve a given Sudoku situation?
my problem is with the 5th paragraph ("i have ideas..."), because it jumbles together two different things: 1) what are the input parameters? 2) how do they influence the outcome? you have to feed a NN with 1) to let it figure out 2), but i'm also not confident that the OP has a usable body of 3) what are some specific outcomes for some specific inputs? -- but there i may be hasty in my judgement.
Nov
28
comment What kind of learning algorithm would you use to build a model of how long it takes a human to solve a given Sudoku situation?
if it were not programming related, i'd have voted to close. that's not what downvotes are for.
Nov
27
comment What kind of learning algorithm would you use to build a model of how long it takes a human to solve a given Sudoku situation?
shotgun answering
Nov
27
comment What kind of learning algorithm would you use to build a model of how long it takes a human to solve a given Sudoku situation?
how can you build a model of something if you don't know how that something behaves??? and what goold would neural networks -- or any kind of "learning algorithm" -- be in this situation?
Nov
23
comment Python - Most useful lists-comprehension construction
are you freaking kidding me? "predicate" in it's current meaning has been in use since the 19th century.
Nov
19
comment What to do to make a map in the iphone Application?
great. that's settled, then.
Nov
19
revised What to do to make a map in the iphone Application?
added 642 characters in body
Nov
19
answered What to do to make a map in the iphone Application?
Nov
10
comment [UIImage imageNamed…] vs [UIImage imageWithData…]
don't use answers for discussions
Oct
26
revised wx python card game
deleted 101 characters in body
Oct
26
comment regular expression for words beginning with a certain string (javascript)
??? no, it doesn't