Peter Hoffmann

4,273
reputation
183 views

Registered User

name Peter Hoffmann
member for 1 year
seen 6 hours ago
website
location DE
age 30
python hacker
Dec
15
answered Geolocation provider for Firefox that allows manual input
Dec
2
answered Similarity Between Users Based On Votes
Nov
30
comment Parsing dates from free-text input in Python
Could you post the errors and file a bug? The author (Mike Tylor code-bear.com/bearlog) works at seesmic and is a very capable coder.
Nov
30
answered Parsing dates from free-text input in Python
Nov
20
comment Merging JSON files using text pad
An example would be helpful. What is your merge algorithm. Are you expecting equal keys. If so, how do you want to handle them?
Nov
19
comment Why is it when I print something, there is always a unicode next to it? (Python)
If you have characters (eg. u'süden') in your string that cannot be encoded as ascii x.__str__() or str(x) will not work (UnicodeEncodeError). The right way is print [x.encode(encoding) for x in l]
Nov
15
awarded  Popular Question
Nov
14
comment Go language benchmarks?
You're right, the last sentence should have been "in comparison ... go and the implementation of the benchmarks still have a way to go". So I'm looking forward to learn ways how to speed up the benchmarks and go programs in general.
Nov
13
answered Go language benchmarks?
Nov
13
comment Go language benchmarks?
The debian computer language benchmarks game has 50+ examples alioth.debian.org/scm/viewvc.php/… only some of them are implemented in $GROOT/test/bench
Nov
12
comment Go language benchmarks?
The benchmarks are mostly from debians computer language benchmarks game. I've startet to port the missing ones: github.com/hoffmann/go-shootout Any help is welcome.
Nov
8
accepted Python string formatting special characters.
Oct
30
awarded  
Oct
29
comment Grouping data on year
Nice solution. I would replace the key=lambda x: x.get('year') with the (imho better) key=operator.itemgetter("year")
Oct
27
awarded  Enlightened
Oct
27
awarded  Nice Answer
Oct
27
answered Python string formatting special characters.
Oct
22
comment How to modify the Python ‘default’ dictionary so that it always returns a default value
There is a defaultdict backport code.activestate.com/recipes/523034
Oct
21
revised How can I make the Python logging output to be colored?
fixed typo in TestColorer.py
Oct
19
comment Polymorphism (not) broken with visitor pattern in C# (and new instead of override)
Hmm. I only hava a Mono C# Compiler at hand, but on my box the correct Accept(VisitorApecial v) is choosen.
Oct
15
comment How do I parse HTML using regular expressions in C#?
If not: now you've got two problems.
Oct
15
revised Java Fast Data Storage & Retrieval
added 115 characters in body
Oct
15
answered Java Fast Data Storage & Retrieval
Oct
14
answered Python’s libxml2 can’t parse unicode strings
Oct
13
accepted Extracting info from html using PHP(XPath), PHP/Python(Regexp) or Python(XPath)
Oct
12
revised Extracting info from html using PHP(XPath), PHP/Python(Regexp) or Python(XPath)
added 140 characters in body
Oct
12
answered Extracting info from html using PHP(XPath), PHP/Python(Regexp) or Python(XPath)
Oct
10
accepted web scraping a problem site
Oct
9
answered web scraping a problem site
Oct
9
answered Is there a way to get the function a decorator has wrapped?
Oct
7
awarded  Popular Question
Aug
28
answered command line arg parsing through introspection
Aug
20
awarded  Popular Question
Aug
13
awarded  Enlightened
Aug
13
awarded  Nice Answer
Aug
10
answered Python and web-tags regex
Aug
9
awarded  Yearling
Jul
24
awarded  Enlightened
Jul
24
awarded  Nice Answer