Triptych
|
Registered User
|
I make smart websites.
|
|
2d |
comment |
Firebug debugging JavaScript Then set a breakpoint on the first line of the event handler. |
|
2d |
answered | Firebug debugging JavaScript |
|
Nov 21 |
accepted | Resource scheduling application |
|
Nov 18 |
comment |
How can I account for “AM” or “PM” with datetime.strptime? Thanks to everyone for the quick answers. Wish I could upvote more than once. |
|
Nov 18 |
revised |
How can I account for “AM” or “PM” with datetime.strptime? another typo |
|
Nov 18 |
comment |
How can I account for “AM” or “PM” with datetime.strptime? Ugh. Of course. Thanks. |
|
Nov 18 |
asked | How can I account for “AM” or “PM” with datetime.strptime? |
|
Nov 13 |
comment |
The correct case&format of variable and methods and for Python Wow - so I answered first, but my edit/expansion makes it look like I answered second. Is that new? |
|
Nov 13 |
answered | The correct case&format of variable and methods and for Python |
|
Nov 12 |
comment |
Google Apps Engine mail fetch @Alfred - it is a bad answer based on a reasonable misunderstanding. I think other people might try the approach I suggested, but it won't work for the reason Nick Johnson cited. In my opinion it should be downvoted once and left as a warning. I only have issue when innocently wrong answers are downvoted multiple times. |
|
Nov 9 |
comment |
Google Apps Engine mail fetch Haha it's fine. Thanks for standing up for me. |
|
Nov 6 |
comment |
Javascript clear What exactly do you expect clear() to do? Remove all options from the list? |
|
Nov 6 |
answered | How flatten a list of lists one step |
|
Nov 6 |
comment |
How flatten a list of lists one step How deep can the nested levels of lists be. Just 2, as in your example? |
|
Nov 5 |
answered | Google Apps Engine mail fetch |
|
Oct 27 |
comment |
newbie question: why are python strings and tuples are made immutable? Buuuuut you can key by any user-created object instance, which are obviously mutable. The "key" then is probably just the memory address, and if strings were mutable, you could still key by their unique memory address. |
|
Oct 27 |
answered | Javascript strings to object |
|
Oct 22 |
comment |
filtering lists in python what pbh said. Membership test in a list is O(n). That * the loop = O(n^2). This page is helpful: wiki.python.org/moin/TimeComplexity |
|
Oct 21 |
answered | Recommend codebase to read and hone Python skills |
|
Oct 21 |
comment |
Python: How to make a completely unshared copy of a complicated list? (Deep copy is not enough) When you get a half hour, you may want to study Python's Data Model: docs.python.org/reference/datamodel.html |
|
Oct 20 |
comment |
filtering lists in python Should at least mention the O(n^2) performance characteristic, no? |
|
Oct 20 |
comment |
How to “properly” create a custom object in JavaScript? There is no "best" way. |
|
Oct 19 |
revised |
Python: Difference between ‘global’ & globals().update(var) added 2 characters in body |
|
Oct 19 |
comment |
how to run both python 2.6 and 3.0 on the same windows XP box? @dbr i said lack of a print statement, not a print function. |
|
Oct 19 |
comment |
What is cross browser support for JavaScript 1.7’s new features? Specifically array comprehensions and the “let” statement. v8 is Google's javascript engine, not microsoft's. |
|
Oct 17 |
accepted | Fastest nested loops over a single list (with elements remove or not) |
|
Oct 17 |
accepted | Split a string into characters |
|
Oct 16 |
comment |
JavaScript: How to create a new instance of a class without using the new keyword? Where are my pants? |
|
Oct 16 |
comment |
What’s the best way to search for a Python dictionary value in a list of dictionaries? There are optimizations if the data is sorted. If not, just use the any() solution. |
|
Oct 16 |
comment |
Fastest nested loops over a single list (with elements remove or not) yup - pretty much what i did. |
|
Oct 16 |
revised |
Fastest nested loops over a single list (with elements remove or not) added 1084 characters in body |
|
Oct 16 |
answered | Fastest nested loops over a single list (with elements remove or not) |
|
Oct 16 |
revised |
How do I know what data type to use in Python? added 51 characters in body; added 85 characters in body |
|
Oct 16 |
answered | How do I know what data type to use in Python? |
|
Oct 14 |
comment |
finding substring ooooh ok - i think you're right (about what the OP meant) |
|
Oct 14 |
revised |
Is there a dictionary that contains the function’s parameters in Python? added 253 characters in body |
|
Oct 14 |
answered | Is there a dictionary that contains the function’s parameters in Python? |
|
Oct 14 |
accepted | Can Python print a function definition? |
|
Oct 13 |
comment |
Can Python print a function definition? @gnibbler Python is not ambiguous about what function definitions are: docs.python.org/reference/… |
|
Oct 13 |
comment |
Can Python print a function definition? @kaizer A function signature is not a definition either. What __doc__ actually returns is whatever the author of the code put in the doc string (the triple quoted string). Nothing more, nothing less. |
|
Oct 13 |
comment |
Can Python print a function definition? That's the description, not the definition. |
|
Oct 13 |
answered | Can Python print a function definition? |
|
Oct 11 |
awarded | ● Good Answer |
|
Oct 9 |
revised |
How to replace the quote “ and hyphen character in a string with nothing in Python? added 200 characters in body |
|
Oct 9 |
comment |
Python mechanize doesn’t click a button Heh - trust me we've all been there. |
|
Oct 9 |
accepted | Python mechanize doesn’t click a button |
|
Oct 9 |
comment |
How to replace the quote “ and hyphen character in a string with nothing in Python? Should be two spaces between Hey and How... cheater! |
|
Oct 9 |
comment |
How to replace the quote “ and hyphen character in a string with nothing in Python? I knew I shouldn't have typed all that explanatory text. |
|
Oct 9 |
answered | How to replace the quote “ and hyphen character in a string with nothing in Python? |
|
Oct 9 |
answered | Python mechanize doesn’t click a button |
