ars

5,902
reputation
235 views

Registered User

name ars
member for 1 year
seen Aug 26 at 7:03
website
location
age
Dec
6
awarded  Mortarboard
Oct
4
accepted Python Win32 - equivalent function to DriveInfo.IsReady
Oct
1
accepted will Python ever have LINQ like thing
Sep
18
accepted A python based PowerShell ?
Sep
15
accepted removing extensions in subdirectories
Aug
31
accepted How do I write a single-file Django app?
Aug
29
accepted How do I resolve an SRV record in Python?
Aug
24
accepted How do you set icons of .exe files?
Aug
24
awarded  Yearling
Aug
20
accepted Specify Width and Height of Plot
Aug
19
answered Python: Which modules for a discussion site?
Aug
19
answered How do I write a single-file Django app?
Aug
19
accepted Linear Regression and group by in R
Aug
19
comment Python lazy attributes that don’t eval on hasattr()
Tim, this works on my end. Can you post your lazyattribute code, perhaps it's something else that's the problem?
Aug
19
comment What is the most useful R trick?
It's not gaming the system, just getting things started. He's still free to accept any other answer.
Aug
19
comment What is the most useful R trick?
CW bullying again. I'll see your meta-SO and raise you: meta.stackoverflow.com/questions/392/…
Aug
18
answered How does python for loop work?
Aug
18
answered Python lazy attributes that don’t eval on hasattr()
Aug
18
comment remove duplicates from nested dictionaries in list
I guess it's easy to get missed once a question gets more than 5 or 6 answers. Probably helps to be in the first or last couple, I suspect. No biggie, but thanks for noting that. :)
Aug
17
answered Python Win32 - equivalent function to DriveInfo.IsReady
Aug
17
answered Is there a recommended package for machine learning in python?
Aug
17
answered Strange error in IE
Aug
17
answered python scooping and recursion
Aug
17
comment Why does this python method gives an error saying global name not defined?
Alex, agreed. Your diagnosis was spot on and I'm not sure why the OP responded otherwise. From his profile, it is amusing that he gives more downvotes than upvotes (6:3)!
Aug
17
accepted How to efficiently construct a connected graph?
Aug
17
comment Why does this python method gives an error saying global name not defined?
Are you saying that the ONLY difference from the code you pasted is the change to self.gen_groups(input)?
Aug
17
answered How to efficiently construct a connected graph?
Aug
17
answered Why does this python method gives an error saying global name not defined?
Aug
17
answered Where can i get technical information on how the internals of Django works?
Aug
17
revised Why can’t you add attributes to object in python?
added 79 characters in body
Aug
17
revised Why can’t you add attributes to object in python?
deleted 12 characters in body
Aug
17
comment Why can’t you add attributes to object in python?
@ThomasH, please see the note I added to the answer.
Aug
17
revised Why can’t you add attributes to object in python?
added 590 characters in body; deleted 175 characters in body; added 175 characters in body
Aug
16
answered Django, calendar
Aug
16
answered How to populate a PDF form such as a w-2 from data inside of the the database?
Aug
16
accepted Why can’t you add attributes to object in python?
Aug
16
comment How to avoid html-escaping in evoque
Glad it worked out! :)
Aug
16
revised Why can’t you add attributes to object in python?
added 271 characters in body; deleted 2 characters in body; added 1 characters in body
Aug
16
awarded  Nice Answer
Aug
16
answered Why can’t you add attributes to object in python?
Aug
16
comment How to avoid html-escaping in evoque
Please see the note on Qpy I just added to the answer.
Aug
16
revised How to avoid html-escaping in evoque
added 341 characters in body
Aug
16
comment How to avoid html-escaping in evoque
Do you mean in t.evoque()? I meant in a call to $evoque{...} from within the template where you can output the HTML -- it seems closest to what the documentation is talking about, i.e. calling another template from within a template. See the link for more detail. I haven't tried this though.
Aug
16
answered How to avoid html-escaping in evoque
Aug
16
comment URLconfs in Django
I haven't looked at the django source, but yes, I think it just tries to import some segment of the string, assuming it's on the PYTHONPATH. See the imp module for one possible way to make it work: docs.python.org/library/imp.html
Aug
16
accepted URLconfs in Django
Aug
16
answered URLconfs in Django
Aug
16
comment Strange error in IE
Is there an error message displayed? Or, do you have access to the server to get a trace of whatever error is occurring?
Aug
16
answered Lighttpd mod_rewrite to Apache Mod_rewrite
Aug
16
comment How do unit tests work in django-tagging, because I want mine to run like that?
You're welcome; glad to help. :)